diff options
author | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-15 09:51:16 -0500 |
commit | 38cecfcf83521167b5db553da1c05612d88923cb (patch) | |
tree | 315efc136af6ba7550ea5894cdb185858aac3b8e /cpp/msbuild/zeroc.ice.uwp.v140.props | |
parent | Support for Ruby 3.0 (Fixes #1257) (#1258) (diff) | |
download | ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2 ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz ice-38cecfcf83521167b5db553da1c05612d88923cb.zip |
Update version to v3.8.0
Diffstat (limited to 'cpp/msbuild/zeroc.ice.uwp.v140.props')
-rw-r--r-- | cpp/msbuild/zeroc.ice.uwp.v140.props | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/msbuild/zeroc.ice.uwp.v140.props b/cpp/msbuild/zeroc.ice.uwp.v140.props index 0fd05e1ae75..9e808694aae 100644 --- a/cpp/msbuild/zeroc.ice.uwp.v140.props +++ b/cpp/msbuild/zeroc.ice.uwp.v140.props @@ -2,11 +2,11 @@ <!-- Copyright (c) ZeroC, Inc. All rights reserved. --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '14.0'"> - <IceVersion>3.7.5</IceVersion> - <IceIntVersion>30705</IceIntVersion> - <IceVersionMM>3.7</IceVersionMM> - <IceSoVersion>37</IceSoVersion> - <IceNugetPackageVersion>3.7.5</IceNugetPackageVersion> + <IceVersion>3.8.0</IceVersion> + <IceIntVersion>30800</IceIntVersion> + <IceVersionMM>3.8</IceVersionMM> + <IceSoVersion>38</IceSoVersion> + <IceNugetPackageVersion>3.8.0</IceNugetPackageVersion> <IceHome>$(MSBuildThisFileDirectory)..\..</IceHome> <IceToolsPath>$(IceHome)\tools</IceToolsPath> </PropertyGroup> |