Skip to content

Commit 96b5309

Browse files
committed
Update EncryptedConfigValue.Cli.nuspec
1 parent a143daf commit 96b5309

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>EncryptedConfigValue.Net.Cli</id>
5-
<version>1.1.4</version>
5+
<version>1.1.5</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>Tooling for encrypting certain configuration parameter values in dotnet apps.</description>
1212
<tags>config appsettings cryptography aspnetcore</tags>
13-
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="406dadc306dfc7e148f31373758d9e23cb28180d" />
13+
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="a143daf0e775abfcfb66f5a44f79e6dfad88b0e2" />
1414
<dependencies>
1515
<group targetFramework="net9.0">
16-
<dependency id="System.Text.Json" version="9.0.4" exclude="Build,Analyzers" />
1716
<dependency id="McMaster.Extensions.CommandLineUtils" version="4.1.1" exclude="Build,Analyzers" />
1817
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
18+
<dependency id="System.Text.Json" version="9.0.6" exclude="Build,Analyzers" />
1919
</group>
2020
</dependencies>
2121
</metadata>

0 commit comments

Comments
 (0)