Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Nov 8, 2024
1 parent e344b13 commit 1ad02d6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ArcProViewer/ArcProViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>CA1416</NoWarn>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Config.daml" />
Expand Down
2 changes: 1 addition & 1 deletion ArcProViewer/Config.daml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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">
<AddInInfo id="{62c2dba2-edf8-4538-ab58-3a1f3934f0b3}" version="1.0.3" desktopVersion="3.1" product="ArcGISPro">
<AddInInfo id="{62c2dba2-edf8-4538-ab58-3a1f3934f0b3}" version="1.0.4" desktopVersion="3.1" product="ArcGISPro">
<Name>Riverscapes ArcPro Viewer</Name>
<Description>
Riverscapes Viewers make it easy to explore riverscape projects as maps.
Expand Down
21 changes: 21 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Riverscapes Viewer for ArcPro

## [1.0.4a] 8 Nov 2024

### Added
- Creates a new map if one doesn't exist when adding layers to map.
- Dedicated Riverscapes tab instead of adding controls to AddIn tab in ArcPro.

### Fixed
- Correctly looking in `arcpro` folder for symbology files.
- Fixed expanding gorups in project tree instead of being collapsed.

## [1.0.3a] 7 Nov 2024

### Changed

- Reverted to ArcPro 3.1 and .net 6.

### Fixed

- Ghost layers when adding layers to the map.

0 comments on commit 1ad02d6

Please sign in to comment.