Skip to content

Commit 0170a1e

Browse files
release preparation
1 parent 97bf645 commit 0170a1e

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

RaveAddIn/Config.Designer.cs

0 Bytes
Binary file not shown.

RaveAddIn/Config.esriaddinx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Name>RAVE</Name>
33
<AddInID>{67c9bba1-7371-430f-b4ca-6b2545de71df}</AddInID>
44
<Description>Riverscapes River Analyst And Explorer AddIn</Description>
5-
<Version>2.0.6</Version>
5+
<Version>2.1.0</Version>
66
<Image>Images\RaveAddIn.png</Image>
77
<Author>Philip Bailey</Author>
88
<Company>North Arrow Research Ltd.</Company>
9-
<Date>02/08/2021</Date>
9+
<Date>02/21/2021</Date>
1010
<Targets>
1111
<Target name="Desktop" version="10.6" />
1212
</Targets>

RaveAddIn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.6.0")]
36-
[assembly: AssemblyFileVersion("2.0.6.0")]
35+
[assembly: AssemblyVersion("2.1.0.0")]
36+
[assembly: AssemblyFileVersion("2.1.0.0")]

RaveAddIn/RaveAddIn.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,9 @@
969969
<Content Include="Symbology\Shared\XS_type.lyr">
970970
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
971971
</Content>
972+
<Content Include="Symbology\Shared\bankfull_flowlines.lyr">
973+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
974+
</Content>
972975
</ItemGroup>
973976
<ItemGroup>
974977
<AddInContent Include="Images\Help.png" />

docs/releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Release Notes
33
weight: 99
44
---
55

6+
### 2.1.0 - 21 Feb 2021
7+
8+
* Viewing Layer Metadata
9+
* Opening source project references when metadata exists
10+
* Bankfull business logic and symbology in both riverscapes context and VBET.
11+
612
### 2.0.6 - 8 Feb 2021
713

814
* Business logic and symbology for VBET HAND

0 commit comments

Comments
 (0)