Skip to content

Commit

Permalink
Updates on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agyonov committed May 28, 2024
1 parent 19b4e46 commit d9c215b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
7 changes: 4 additions & 3 deletions CryptoEx.Ed/CryptoEx.Ed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
<PackageReadmeFile>readme_nuget_ed.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Updated dependency to CryptoEx v. 2.0.1
<PackageReleaseNotes>- Updated dependency to CryptoEx v. 2.0.2
- Updated other dependecies, to apply security and bug fixes
</PackageReleaseNotes>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -45,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions CryptoEx.Tests/CryptoEx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="SysadminsLV.PKI.OcspClient" Version="4.2.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
7 changes: 3 additions & 4 deletions CryptoEx/CryptoEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
<PackageIcon>logo_lib.png</PackageIcon>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>New features
- Added one more method to ('AddArchiveTimestampAsync' to ETSISigner and to ETSISignedXml) to allow creation of Baseline LTA signature </PackageReleaseNotes>
<Version>2.0.1</Version>
<PackageReleaseNotes>Updated other dependecies, to apply security and bug fixes</PackageReleaseNotes>
<Version>2.0.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -43,7 +42,7 @@

<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.1" />
</ItemGroup>

</Project>

0 comments on commit d9c215b

Please sign in to comment.