Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Sep 5, 2019
1 parent c181578 commit 991e9e8
Show file tree
Hide file tree
Showing 7 changed files with 13 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.4.2</Version>
<Version>7.4.3</Version>
<Image>Images\GCDAddIn.png</Image>
<Author>Philip Bailey</Author>
<Company>North Arrow Research</Company>
<Date>08/14/2019</Date>
<Date>09/05/2019</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.4.2.0")]
[assembly: AssemblyFileVersion("7.4.2.0")]
[assembly: AssemblyVersion("7.4.3.0")]
[assembly: AssemblyFileVersion("7.4.3.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.4.2.0")]
[assembly: AssemblyFileVersion("7.4.2.0")]
[assembly: AssemblyVersion("7.4.3.0")]
[assembly: AssemblyFileVersion("7.4.3.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>33</ApplicationRevision>
<ApplicationRevision>34</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.4.2.0")]
[assembly: AssemblyFileVersion("7.4.2.0")]
[assembly: AssemblyVersion("7.4.3.0")]
[assembly: AssemblyFileVersion("7.4.3.0")]
4 changes: 4 additions & 0 deletions docs/Download/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ weight: 4

See the [commit history](https://github.com/Riverscapes/gcd/commits) in GitHub for fuller documentation of changes. Alternatively you can view the commits organized by each product [release](https://github.com/Riverscapes/gcd/releases). The release notes for [prior versions](#prior-versions) are linked at the bottom of this page.

## 7.4.3 - 5 Sep 2019

* Fixing issue when GCD project are mixed ([#358](https://github.com/Riverscapes/gcd/issues/358)). i.e. the horizontal and vertical units are in feet but the area and volume units are in square yards and cubic yards. Note that although this wasn't explicitly a metric/imperial problem, this issue was not a problem for most users whose projects were entirely based in metres (linear, squared and cubed). It is recommended that users with projects using mixed units and that that were created with GCD version 7.4.2 and earlier should delete all DoDs and budget segregations and recreate them using version 7.4.3 or newer).

## 7.4.2 - 14 Aug 2019

* Fixed issue for projects that use non-metric units whereby DoD and budget segregation volumes were changed to be incorrect with subsequent changes to the GCD project ([#355](https://github.com/Riverscapes/gcd/issues/355)). This issue only affected projects using non-metric units. Projects that used metric units were unaffected. It is recommended that users with projects using non-metric units and that that were created with GCD version 7.4.1 and earlier should delete all DoDs and budget segregations and recreate them using version 7.4.2 or newer).
Expand Down

0 comments on commit 991e9e8

Please sign in to comment.