Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Feb 22, 2018
1 parent 0b7d94b commit c2e0842
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 7 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.3</Version>
<Version>7.0.6</Version>
<Image>Images\GCDAddIn.png</Image>
<Author>Philip Bailey</Author>
<Company>North Arrow Research</Company>
<Date>30/01/2018</Date>
<Date>22/02/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.3.0")]
[assembly: AssemblyFileVersion("7.0.3.0")]
[assembly: AssemblyVersion("7.0.6.0")]
[assembly: AssemblyFileVersion("7.0.6.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.3.0")]
[assembly: AssemblyFileVersion("7.0.3.0")]
[assembly: AssemblyVersion("7.0.6.0")]
[assembly: AssemblyFileVersion("7.0.6.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>3</ApplicationRevision>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
20 changes: 20 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
title: Release Notes
---

## 7.0.06 - 22 Feb 2018

* Reference surfaces and reference error surfaces
* From a set of DEMs the error surface is derived from the min, max from the corresponding error surface value, or the root mean square of the error surface values.
* Regular, directional and area of interest masks
* Change detection with AOI
* Vector based operations use GDAL to convert the polygons into a temporary raster layer
* Budget segregation
* Multi-method error
* AOI change detection
* Morphological approach
* Budget segregation % totals column added to tabular display
* Simplified DEM properties form

*Known Issues*

* Multi-method error surfaces not working
* FIS error surfaces not working
* Morphological approach min flux cell identification not working

## 7.0.03 - 30 Jan 2018

* Fixed change detection with probabilistic thresholding when no spatial coherence in use ([issue #30](https://github.com/Riverscapes/gcd/issues/30)).
Expand Down
36 changes: 36 additions & 0 deletions gcd_release_procedure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# GCD Release Procedure

## Phase 1 - Preparation

1. Git fetch

2. Check out `master` branch and confirm correct commit.

3. Update the [release notes ](http://gcd.riverscapes.xyz/release_notes.html) document

4. Set the release version for `GCDCore` project.

## Phase 2 - GCD AddIn

1. Ensure `GCDAddIn` project is loaded in solution.

2. Set the release version for `GCDAddIn` project.

3. Set the release version and date in the `Config.esriaddinx` file at the root of the `GCDAddIn` project.​

4. Ensure build configuration is `Release x86`.

5. Clean the solution.

6. Rebuild the solution.

7. Rename the Addin file from `GCDAddIn.esriAddIn` to `YYYY_MM_DD_GCDAddIn_7_0_00.esriAddIn`.


## Phase 3 - GCD Standalone

1. *Unload* the `GCDAddIn` project in Visual Studio.
2. Clean Solution.
3. Rebuild solution.
4. Review binary output folder and ensure all the necessary dependencies are present.
5.

0 comments on commit c2e0842

Please sign in to comment.