Skip to content

Commit 9641d95

Browse files
authored
Merge pull request #258 from Hau-Hau/bot/EncryptedConfigValue.Cli/update-nuspec
Update EncryptedConfigValue.Cli.nuspec
2 parents 3c3b0de + 79981d3 commit 9641d95

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>EncryptedConfigValue.Net.Cli</id>
5-
<version>1.1.5</version>
5+
<version>1.1.6</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="42a4f8b0dd2406ae69993147fe8301abc3909623" />
13+
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="3c3b0de21b7a339b0855c9fa3b1e8c6203085e39" />
1414
<dependencies>
1515
<group targetFramework="net9.0">
1616
<dependency id="McMaster.Extensions.CommandLineUtils" version="4.1.1" exclude="Build,Analyzers" />
@@ -20,6 +20,7 @@
2020
</dependencies>
2121
</metadata>
2222
<files>
23+
<file src="bin/Release/net9.0/BouncyCastle.Crypto.dll" target="tools/net9.0/any/BouncyCastle.Crypto.dll" />
2324
<file src="bin/Release/net9.0/DotnetToolSettings.xml" target="tools/net9.0/any/DotnetToolSettings.xml" />
2425
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.deps.json" target="tools/net9.0/any/EncryptedConfigValue.Cli.deps.json" />
2526
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.dll" target="tools/net9.0/any/EncryptedConfigValue.Cli.dll" />

0 commit comments

Comments
 (0)