Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Aug 27, 2018
1 parent e62d09d commit 9cc4fce
Show file tree
Hide file tree
Showing 7 changed files with 27 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.1.1</Version>
<Version>7.2.0</Version>
<Image>Images\GCDAddIn.png</Image>
<Author>Philip Bailey</Author>
<Company>North Arrow Research</Company>
<Date>29/06/2018</Date>
<Date>27/08/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.1.1.0")]
[assembly: AssemblyFileVersion("7.1.1.0")]
[assembly: AssemblyVersion("7.2.0.0")]
[assembly: AssemblyFileVersion("7.2.0.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.1.1.0")]
[assembly: AssemblyFileVersion("7.1.1.0")]
[assembly: AssemblyVersion("7.2.0.0")]
[assembly: AssemblyFileVersion("7.2.0.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>28</ApplicationRevision>
<ApplicationRevision>29</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.1.1.0")]
[assembly: AssemblyFileVersion("7.1.1.0")]
[assembly: AssemblyVersion("7.2.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]
18 changes: 18 additions & 0 deletions docs/Download/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ Note, see the [Commit History](https://github.com/Riverscapes/gcd/commits) in Gi

<a class="button" href="https://github.com/Riverscapes/gcd/commits"><i class="fa fa-github"/> GCD Github Repository Commit History</a>

## 7.2.0 - 27 Aug 2018

* [Operational progress](https://github.com/Riverscapes/gcd/issues/41). Both the Stand alone and ArcGIS versions now display progress bar information during GCD operations.
* [Profile route improvements](https://github.com/Riverscapes/gcd/issues/121). Profile routes have been broken out into *longitudinal* and *transect* profile routes to distinguish between different polyline orientations.
* Budget Segregation
* Budget segregation results screen now includes [graphs showing the overall breakdown of surface raising and lowering](https://github.com/Riverscapes/gcd/issues/194) for all classes.
* Fixed [order that classes are displayed](https://github.com/Riverscapes/gcd/issues/235) when the budget segregation is performed using a directional mask.
* [Generic batch tool](https://github.com/Riverscapes/gcd/issues/147) now allows user to select both surfaces and uncertainty method for each batch.
* [Improved raster properties](https://github.com/Riverscapes/gcd/issues/232) dialog implemented throughout GCD.
* [Morphological analysis has additional column](https://github.com/Riverscapes/gcd/issues/251) for material augmentation or extraction.
* [FIS rule file and metadata are now packaged](https://github.com/Riverscapes/gcd/issues/234) with the GCD project.
* Users can control the [default DoD symbology range](https://github.com/Riverscapes/gcd/issues/286).
* GCD standalone can now be launched by [double clicking GCD project file](https://github.com/Riverscapes/gcd/issues/292).
* Bug Fixes
* Fixed [duplicate zero station value](https://github.com/Riverscapes/gcd/issues/297) for some linear extraction results.
* Fixed crash importing rasters with [linear units that are in decimal degrees](https://github.com/Riverscapes/gcd/issues/300) (not recommended).
* Fixed error when attempting to use the [clean raster tool](https://github.com/Riverscapes/gcd/issues/301).

## 7.1.1 - 29 Jun 2018

* Fixed GCD calling the Cross Section Viewer by changing the publisher to `North Arrow Research Ltd.`
Expand Down

0 comments on commit 9cc4fce

Please sign in to comment.