Skip to content

Commit

Permalink
[Add] package xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Jul 9, 2019
1 parent 9e5d930 commit 97cf666
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion XC.RSAUtil/XC.RSAUtil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@
<PackageLicenseUrl>https://github.com/stulzq/RSAUtil/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>RSA,RSA Xml,RSA Pkcs1,RSA Pkcs8,RSA Convert,RSA Format,Pem,RSAUtil,RSAHelper</PackageTags>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<PackageReleaseNotes>Support long string encryption and decryption.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\XC.RSAUtil.xml</DocumentationFile>
<NoWarn>1701;1702;CS1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\XC.RSAUtil.xml</DocumentationFile>
<NoWarn>1701;1702;CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\BouncyCastle.Crypto\XC.BouncyCastle.Crypto.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 97cf666

Please sign in to comment.