Skip to content

Commit

Permalink
Update WCF version to 8.1.0 (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
HongGit authored Nov 9, 2024
1 parent 0011928 commit 0543c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Project>
<!-- Versioning specifications: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md -->
<PropertyGroup>
<ProductVersion>8.0.0</ProductVersion>
<ProductVersion>8.1.0</ProductVersion>
<MajorVersion>8</MajorVersion>
<MinorVersion>0</MinorVersion>
<WcfAssemblyVersion>8.0.0.0</WcfAssemblyVersion>
<MinorVersion>1</MinorVersion>
<WcfAssemblyVersion>8.1.0.0</WcfAssemblyVersion>
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
Expand Down

0 comments on commit 0543c7b

Please sign in to comment.