From 3718c0e942534bbee1cb36d2d269b2dc536b4565 Mon Sep 17 00:00:00 2001 From: Philip Bailey Date: Wed, 14 Aug 2019 13:25:00 -0700 Subject: [PATCH] release preparation --- GCDAddIn/Config.esriaddinx | 4 ++-- GCDAddIn/Config1.Designer.cs | Bin 23974 -> 23974 bytes GCDAddIn/Properties/AssemblyInfo.cs | 4 ++-- GCDCore/Properties/AssemblyInfo.cs | 4 ++-- GCDStandalone/GCDStandalone.csproj | 2 +- GCDStandalone/Properties/AssemblyInfo.cs | 4 ++-- docs/Download/release_notes.md | 4 ++++ 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/GCDAddIn/Config.esriaddinx b/GCDAddIn/Config.esriaddinx index 884c69ac..9c120e58 100644 --- a/GCDAddIn/Config.esriaddinx +++ b/GCDAddIn/Config.esriaddinx @@ -2,11 +2,11 @@ Geomorphic Change Detection (GCD) 7 {f8ca7dea-22fb-40a3-8412-b84a4b528602} Geomorphic Change Detection (GCD) Software - 7.4.1 + 7.4.2 Images\GCDAddIn.png Philip Bailey North Arrow Research - 02/11/2019 + 08/14/2019 diff --git a/GCDAddIn/Config1.Designer.cs b/GCDAddIn/Config1.Designer.cs index 2952f9b17737470cc3d2d4ed66e161c1ff2f1971..7548e0d32b5c439a75182f367adf35b1be3d5a22 100644 GIT binary patch delta 33 pcmZ3sn{nB0#tkamj7F0cx%xM6;l9AcZo#0>V8~#yxtmYg9{|783Gn~` delta 33 pcmZ3sn{nB0#tkamjE0jHx%xM6;l9AcZp5I^V8~#&xtmYg9{|5%3FiO+ diff --git a/GCDAddIn/Properties/AssemblyInfo.cs b/GCDAddIn/Properties/AssemblyInfo.cs index 4a3d3764..8e276c15 100644 --- a/GCDAddIn/Properties/AssemblyInfo.cs +++ b/GCDAddIn/Properties/AssemblyInfo.cs @@ -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.1.0")] -[assembly: AssemblyFileVersion("7.4.1.0")] +[assembly: AssemblyVersion("7.4.2.0")] +[assembly: AssemblyFileVersion("7.4.2.0")] diff --git a/GCDCore/Properties/AssemblyInfo.cs b/GCDCore/Properties/AssemblyInfo.cs index 8aa885e7..16c3249d 100644 --- a/GCDCore/Properties/AssemblyInfo.cs +++ b/GCDCore/Properties/AssemblyInfo.cs @@ -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.1.0")] -[assembly: AssemblyFileVersion("7.4.1.0")] +[assembly: AssemblyVersion("7.4.2.0")] +[assembly: AssemblyFileVersion("7.4.2.0")] diff --git a/GCDStandalone/GCDStandalone.csproj b/GCDStandalone/GCDStandalone.csproj index 8c70ceef..86727823 100644 --- a/GCDStandalone/GCDStandalone.csproj +++ b/GCDStandalone/GCDStandalone.csproj @@ -29,7 +29,7 @@ GCD Stand Alone North Arrow Research Ltd. Geomorphic Change Detection Software - 32 + 33 1.0.0.%2a false true diff --git a/GCDStandalone/Properties/AssemblyInfo.cs b/GCDStandalone/Properties/AssemblyInfo.cs index faf9ccc1..404420d9 100644 --- a/GCDStandalone/Properties/AssemblyInfo.cs +++ b/GCDStandalone/Properties/AssemblyInfo.cs @@ -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.1.0")] -[assembly: AssemblyFileVersion("7.4.1.0")] +[assembly: AssemblyVersion("7.4.2.0")] +[assembly: AssemblyFileVersion("7.4.2.0")] diff --git a/docs/Download/release_notes.md b/docs/Download/release_notes.md index 5d20a2a0..b16de50e 100644 --- a/docs/Download/release_notes.md +++ b/docs/Download/release_notes.md @@ -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.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). + ## 7.4.1 - 11 Feb 2019 * Fixed correctly using first DEM surveys cell size when adding subsequent DEMs to project ([#341](https://github.com/Riverscapes/gcd/issues/341)).