Skip to content

Commit e6ea42b

Browse files
authored
setup branding for WCF Client 8.0 release (#5361)
1 parent 6e46afa commit e6ea42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project>
33
<!-- Versioning specifications: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md -->
44
<PropertyGroup>
5-
<ProductVersion>6.2.0</ProductVersion>
6-
<MajorVersion>6</MajorVersion>
7-
<MinorVersion>2</MinorVersion>
8-
<WcfAssemblyVersion>6.2.0.0</WcfAssemblyVersion>
5+
<ProductVersion>8.0.0</ProductVersion>
6+
<MajorVersion>0</MajorVersion>
7+
<MinorVersion>0</MinorVersion>
8+
<WcfAssemblyVersion>8.0.0.0</WcfAssemblyVersion>
99
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
1111
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)