Skip to content

Commit e33807d

Browse files
release preparation
1 parent d1f074b commit e33807d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

ArcProViewer/ArcProViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<NoWarn>CA1416</NoWarn>
9-
<Version>1.0.6</Version>
9+
<Version>1.0.7</Version>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<None Remove="Config.daml" />

ArcProViewer/Config.daml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ArcGIS defaultAssembly="ArcProViewer.dll" defaultNamespace="ArcProViewer" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
2-
<AddInInfo id="{62c2dba2-edf8-4538-ab58-3a1f3934f0b3}" version="1.0.6" desktopVersion="3.3" product="ArcGISPro">
2+
<AddInInfo id="{62c2dba2-edf8-4538-ab58-3a1f3934f0b3}" version="1.0.7" desktopVersion="3.3" product="ArcGISPro">
33
<Name>Riverscapes ArcPro Viewer</Name>
44
<Description>
55
Riverscapes Viewers make it easy to explore riverscape projects as maps.

CHANGELIST.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
## Known issues
44

55
- If you drag layers or group layers out of order, or indeed out of the parent project group layer then continue to more layers to the map, you will layers added to the map in unexpected order.
6-
- The NHDPlus.gpkg in Riverscapes Context has an unknown problem that prevents ArcGIS Pro from correctly detecting the layer extents and zooming to the project.
6+
7+
## [1.0.7] 7 Apr 2025
8+
9+
- Adding GeoPackage layers using database connection. Fixes issue with layer extents not being detected correctly for GeoPackage layers.
710

811
## [1.0.6] 11 Mar 2025
912

0 commit comments

Comments
 (0)