Skip to content

Commit 51c6ffd

Browse files
committed
prep for release
1 parent 3013b15 commit 51c6ffd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

J4JMapLibrary/J4JMapLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>© Mark A. Olbert all rights reserved</Copyright>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/markolbert/ProgrammingUtilities</RepositoryUrl>
16-
<VersionPrefix>0.9.1</VersionPrefix>
16+
<VersionPrefix>0.9.2</VersionPrefix>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

J4JMapLibrary/docs/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
|Version|Comments|
44
|:-----:|--------|
5+
|0.9.2|fixed authentication problems|
56
|0.9.0|**breaking changes**, [see details below](#v090)|
67
|0.8.4|bumped to align with J4JMapWinLibrary|
78
|0.8.3|fixed problems with various mapping services|

J4JMapWinLibrary/J4JMapWinLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Copyright>© Mark A. Olbert all rights reserved</Copyright>
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/markolbert/ProgrammingUtilities</RepositoryUrl>
17-
<VersionPrefix>0.9.1</VersionPrefix>
17+
<VersionPrefix>0.9.2</VersionPrefix>
1818
<AppDesignerFolder>dep-props</AppDesignerFolder>
1919
</PropertyGroup>
2020
<ItemGroup>
@@ -29,7 +29,7 @@
2929
<PackageReference Include="CommunityToolkit.WinUI" Version="7.1.2" />
3030
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" />
3131
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2" />
32-
<PackageReference Include="J4JSoftware.J4JMapLibrary" Version="0.8.4" />
32+
<PackageReference Include="J4JSoftware.J4JMapLibrary" Version="0.9.2" />
3333
<PackageReference Include="J4JSoftware.VisualUtilities" Version="2.1.1" />
3434
<PackageReference Include="J4JSoftware.WindowsUtilities" Version="1.0.1" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />

J4JMapWinLibrary/docs/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
|Version|Comments|
44
|:-----:|--------|
5+
|0.9.2|added double-tap support, additional credentials dialogs|
56
|0.9.0|added routes, fixed problem about how slider control was displaying|
67
|0.8.4|added points of interest|
78
|0.8.3|added ability to change projections at runtime, fixed problems with MapPin display|

0 commit comments

Comments
 (0)