Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Mar 6, 2018
1 parent cef0e8b commit 7db65df
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GCDAddIn/Config.esriaddinx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Name>Geomorphic Change Detection (GCD) 7</Name>
<AddInID>{f8ca7dea-22fb-40a3-8412-b84a4b528602}</AddInID>
<Description>Geomorphic Change Detection (GCD) Software</Description>
<Version>7.0.6</Version>
<Version>7.0.7</Version>
<Image>Images\GCDAddIn.png</Image>
<Author>Philip Bailey</Author>
<Company>North Arrow Research</Company>
<Date>22/02/2018</Date>
<Date>06/03/2018</Date>
<Targets>
<Target name="Desktop" version="10.4" />
</Targets>
Expand Down
Binary file modified GCDAddIn/Config1.Designer.cs
Binary file not shown.
4 changes: 2 additions & 2 deletions GCDAddIn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.6.0")]
[assembly: AssemblyFileVersion("7.0.6.0")]
[assembly: AssemblyVersion("7.0.7.0")]
[assembly: AssemblyFileVersion("7.0.7.0")]
4 changes: 2 additions & 2 deletions GCDCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.6.0")]
[assembly: AssemblyFileVersion("7.0.6.0")]
[assembly: AssemblyVersion("7.0.7.0")]
[assembly: AssemblyFileVersion("7.0.7.0")]
2 changes: 1 addition & 1 deletion GCDStandalone/GCDStandalone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ProductName>GCD Stand Alone</ProductName>
<PublisherName>North Arrow Research Ltd.</PublisherName>
<SuiteName>Geomorphic Change Detection Software</SuiteName>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationRevision>6</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions GCDStandalone/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.3.0")]
[assembly: AssemblyFileVersion("7.0.3.0")]
[assembly: AssemblyVersion("7.0.7.0")]
[assembly: AssemblyFileVersion("7.0.7.0")]
15 changes: 15 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
title: Release Notes
---

## ## 7.0.07 - 6 Mar 2018

* Internal test release.
* Refactored project tree with more consistent menus.
* Simplified associated surface user interface
* Refactored error surface generation.
* Profile routes.
* Linear extractions.
* Inter-comparison spreadsheets
* Morphological change identifying minimum flux cell
* Customizable change detection plots
* Error bars on elevation change bar plots.
* Simplified tabular change detection results.
* Add to map for all new project items.

## 7.0.06 - 22 Feb 2018

* Reference surfaces and reference error surfaces
Expand Down
2 changes: 2 additions & 0 deletions gcd_release_procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

1. *Unload* the `GCDAddIn` project in Visual Studio.
2. Clean Solution.
3. Ensure `x64` architecture.
3. Review `Deploy` tab in Standalone project and ensure that `Sign Manifests` is turned on and that the `GCDStandalone `certificate is active.
4. Rebuild solution.
5. Review binary output folder and ensure all the necessary dependencies are present.
Expand All @@ -45,6 +46,7 @@
3. Commit changes with the message `release preparation`
4. Push.
5. Tag with release number `7.x.xx_BETA`
6. Push the tag to origin.

## Phase 5 - GitHub

Expand Down

0 comments on commit 7db65df

Please sign in to comment.