Skip to content

Commit 99cec0f

Browse files
committed
[dotnet-svcutil.XmlSerializer] set release version label to RTM
1 parent f4aaf2f commit 99cec0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/svcutilcore/src/dotnet-svcutil.xmlserializer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<MajorVersion>8</MajorVersion>
2222
<MinorVersion>0</MinorVersion>
2323
<PatchVersion>0</PatchVersion>
24-
<PreReleaseVersionLabel>preview1</PreReleaseVersionLabel>
24+
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
25+
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
2526
<PackageReleaseNotes>https://github.com/dotnet/wcf/blob/master/release-notes/dotnet-svcutil.xmlserializer-notes.md</PackageReleaseNotes>
2627
<!-- The partial facade assembly's public key token must exactly match the contract to be filled. -->
2728
<StrongNameKeyId>Open</StrongNameKeyId>

0 commit comments

Comments
 (0)