We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3c6a commit 17eec53Copy full SHA for 17eec53
eng/Versions.props
@@ -2,10 +2,10 @@
2
<Project>
3
<!-- Versioning specifications: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md -->
4
<PropertyGroup>
5
- <ProductVersion>8.1.0</ProductVersion>
+ <ProductVersion>8.1.1</ProductVersion>
6
<MajorVersion>8</MajorVersion>
7
<MinorVersion>1</MinorVersion>
8
- <WcfAssemblyVersion>8.1.0.0</WcfAssemblyVersion>
+ <WcfAssemblyVersion>8.1.1.0</WcfAssemblyVersion>
9
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
10
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
11
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
0 commit comments