Skip to content

Commit

Permalink
Release Preparation
Browse files Browse the repository at this point in the history
release preparation


release preparation
  • Loading branch information
philipbaileynar committed Mar 22, 2018
1 parent 5d6957d commit 7ecca73
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 27 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.8</Version>
<Version>7.0.9</Version>
<Image>Images\GCDAddIn.png</Image>
<Author>Philip Bailey</Author>
<Company>North Arrow Research</Company>
<Date>08/03/2018</Date>
<Date>22/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.8.0")]
[assembly: AssemblyFileVersion("7.0.8.0")]
[assembly: AssemblyVersion("7.0.9.0")]
[assembly: AssemblyFileVersion("7.0.9.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.8.0")]
[assembly: AssemblyFileVersion("7.0.8.0")]
[assembly: AssemblyVersion("7.0.9.0")]
[assembly: AssemblyFileVersion("7.0.9.0")]
12 changes: 11 additions & 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>7</ApplicationRevision>
<ApplicationRevision>8</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -413,6 +413,16 @@
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="Deploy\FISLibrary\FISLibrary.xml">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="Deploy\SurveyTypes.xml">
<Visible>False</Visible>
<Group>
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.8.0")]
[assembly: AssemblyFileVersion("7.0.8.0")]
[assembly: AssemblyVersion("7.0.9.0")]
[assembly: AssemblyFileVersion("7.0.9.0")]
36 changes: 18 additions & 18 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ title: Release Notes

## 7.0.09 - 22 Mar 2018

* Error Surfaces
* Fixed default checkbox
* Fixed bug when error surface has no value for cells
* Error Surfaces:
* Fixed default checkbox.
* Fixed bug when error surface has no value for cells.
* FIS file copied next to error surface raster.
where there is valid change between two surfaces.
* Linear Extractions from DoDs implemented
* GCD now handles "US Survey Foot" linear units
* Disabled opening of last project in GCD standalone
* Morphological analysis now produces spreadsheet
* Fixed multi-epoch bug when sorting DEMs
* Regular masks added to map with 30% transparency
* New FIS library features
* System and user FIS shown in library
* ET-AL FIS repo included in deployment
* DoD elevation change bars y axis accounts for error bars
* Change Detection
* Produces thresholded error raster
* Adding all DoDs to map
* Adding all DoDs with the same surfaces to the map
* User can edit DoD name
* Linear Extractions from DoDs implemented.
* GCD now handles "US Survey Foot" linear units.
* Disabled opening of last project in GCD standalone.
* Morphological analysis now produces a spreadsheet.
* Fixed multi-epoch bug when sorting DEMs.
* Regular masks added to map with 30% transparency.
* New FIS library features:
* System and user FIS shown in library.
* ET-AL FIS repo included in deployment.
* DoD elevation change bars y axis accounts for error bars.
* Change Detection:
* Produces thresholded error raster.
* Adding all DoDs to map.
* Adding all DoDs with the same surfaces to the map.
* User can edit DoD name.
* GCD does not copy `Deploy` folder to `AppData` folder at start-up.

*Known Issues*
Expand Down

0 comments on commit 7ecca73

Please sign in to comment.