Skip to content

Commit ba44e20

Browse files
authored
Merge pull request #521 from Hau-Hau/bot/EncryptedConfigValue.Module/update-nuspec
Update EncryptedConfigValue.Module.nuspec
2 parents a879c63 + b8a88ed commit ba44e20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

EncryptedConfigValue.Module/EncryptedConfigValue.Module.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>EncryptedConfigValue.Net.Module</id>
5-
<version>1.1.29</version>
5+
<version>1.1.30</version>
66
<authors>Piotr Michalewicz</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
88
<license type="expression">MIT</license>
99
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
1010
<readme>Readme.md</readme>
1111
<description>Base package to create decrypt provider.</description>
1212
<tags>config appsettings cryptography tool</tags>
13-
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="546325766274ceeedf7238f2a2742296a97eca7b" />
13+
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="a879c63da1a9cedb4bda86b1e02b9b12cadf5ef4" />
1414
<dependencies>
1515
<group targetFramework="netstandard2.0">
1616
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />
17-
<dependency id="System.Text.Json" version="10.0.8" exclude="Build,Analyzers" />
17+
<dependency id="System.Text.Json" version="10.0.9" exclude="Build,Analyzers" />
1818
</group>
1919
</dependencies>
2020
</metadata>

0 commit comments

Comments
 (0)