Skip to content

Commit 18fd75c

Browse files
Merged PR 62358: Bump servicing version for System.Security.Cryptography.Xml
Bump servicing version for System.Security.Cryptography.Xml ---- #### AI description (iteration 1) #### PR Classification Version bump to increment the servicing version number for the System.Security.Cryptography.Xml package and enable package generation. #### PR Summary This pull request increments the servicing version from 3 to 4 and enables package generation on build for the System.Security.Cryptography.Xml library. - `System.Security.Cryptography.Xml.csproj`: Bumped `ServicingVersion` from 3 to 4 and set `GeneratePackageOnBuild` to `true` <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent 1818997 commit 18fd75c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<NoWarn>$(NoWarn);CA1850</NoWarn> <!-- CA1850 suppressed due to multitargeting -->
66
<IsPackable>true</IsPackable>
7-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8-
<ServicingVersion>3</ServicingVersion>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<ServicingVersion>4</ServicingVersion>
99
<PackageDescription>Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/.
1010

1111
Commonly Used Types:

0 commit comments

Comments
 (0)