Skip to content

Commit

Permalink
NuGet packaging fixes
Browse files Browse the repository at this point in the history
- Fix Ice dependency to use exact version match
- Fix release note links to point to the correct version
- Do not use deprecate licenseUrl
  • Loading branch information
pepone committed Oct 15, 2019
1 parent 78e5e4e commit cac600f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cpp/msbuild/zeroc.freeze.v120.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<title>ZeroC Freeze C++ for Visual Studio 2013</title>
<version>3.7.3</version>
<authors>ZeroC</authors>
<licenseUrl>https://raw.githubusercontent.com/zeroc-ice/freeze/3.7/LICENSE</licenseUrl>
<license type="expression">GPL-2.0-only</license>
<projectUrl>https://github.com/zeroc-ice/freeze</projectUrl>
<iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Freeze C++ SDK for Visual Studio 2013 (v120). Freeze stores Ice objects in Berkeley DB databases.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Freeze+3.7.0+Release+Notes</releaseNotes>
<releaseNotes>https://doc.zeroc.com/display/Rel/Freeze+3.7.3+Release+Notes</releaseNotes>
<tags>freeze ice native rpc v120 zeroc</tags>
<dependencies>
<dependency id="zeroc.ice.v120" version="[3.7.0,3.8.0)"/>
<dependency id="zeroc.ice.v120" version="[3.7.3]"/>
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions cpp/msbuild/zeroc.freeze.v140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<title>ZeroC Freeze C++ for Visual Studio 2015</title>
<version>3.7.3</version>
<authors>ZeroC</authors>
<licenseUrl>https://raw.githubusercontent.com/zeroc-ice/freeze/3.7/LICENSE</licenseUrl>
<license type="expression">GPL-2.0-only</license>
<projectUrl>https://github.com/zeroc-ice/freeze</projectUrl>
<iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Freeze C++ SDK for Visual Studio 2015 (v140). Freeze stores Ice objects in Berkeley DB databases.</description>
<releaseNotes>https://doc.zeroc.com/display/Rel/Freeze+3.7.0+Release+Notes</releaseNotes>
<releaseNotes>https://doc.zeroc.com/display/Rel/Freeze+3.7.3+Release+Notes</releaseNotes>
<tags>freeze ice native rpc v140 zeroc</tags>
<dependencies>
<dependency id="zeroc.ice.v140" version="[3.7.0,3.8.0)"/>
<dependency id="zeroc.ice.v140" version="[3.7.3]"/>
</dependencies>
</metadata>
</package>

0 comments on commit cac600f

Please sign in to comment.