Skip to content

Commit

Permalink
Add package reference to fix 2017 deployment (#46)
Browse files Browse the repository at this point in the history
* Add package reference to fix 2017 deployment

* Add release and update version
  • Loading branch information
nCastle1 authored Nov 9, 2020
1 parent b6672b9 commit b495811
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OfflineMapBook/OfflineMapBook.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Global
SolutionGuid = {64E25C57-F46E-4F2C-8DF3-E377EB3E5A4A}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.0.6
version = 1.0.7
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ApplicationIcon>..\OfflineMapBook_NetFramework\Resources\ArcGIS_Open_Source_Apps.ico</ApplicationIcon>
<NoWarn>67</NoWarn>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<ReleaseVersion>1.0.6</ReleaseVersion>
<ReleaseVersion>1.0.7</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
<NoWarn>67</NoWarn>
<ReleaseVersion>1.0.6</ReleaseVersion>
<ReleaseVersion>1.0.7</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -166,6 +166,9 @@
<Resource Include="Resources\ArcGIS_Open_Source_Apps.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime">
<Version>100.9.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.9.0</Version>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## Release 1.0.7

- Resolves an issue affecting deployment of Runtime resources when building with Visual Studio 2017

## Release 1.0.6

- Updates doc, app settings, and many code comments to avoid all use of `http:`
Expand Down

0 comments on commit b495811

Please sign in to comment.