Skip to content

Commit bf3861e

Browse files
authored
Merge pull request #262 from Hau-Hau/bot/EncryptedConfigValue.Cli/update-nuspec
Update EncryptedConfigValue.Cli.nuspec
2 parents 5fb2939 + 124187a commit bf3861e

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.nuspec

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,26 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>EncryptedConfigValue.Net.Cli</id>
5-
<version>1.1.7</version>
5+
<version>1.2.0</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="f7e26fae795b21e9f14df5cc7afa05a73b1a6ad2" />
13+
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="5fb29398f282bb823afc580ddc3efad0ace88ee3" />
1414
<dependencies>
1515
<group targetFramework="net9.0">
1616
<dependency id="McMaster.Extensions.CommandLineUtils" version="4.1.1" exclude="Build,Analyzers" />
1717
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
1818
<dependency id="System.Text.Json" version="9.0.6" exclude="Build,Analyzers" />
1919
</group>
20+
<group targetFramework="net8.0">
21+
<dependency id="McMaster.Extensions.CommandLineUtils" version="4.1.1" exclude="Build,Analyzers" />
22+
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
23+
<dependency id="System.Text.Json" version="9.0.6" exclude="Build,Analyzers" />
24+
</group>
2025
</dependencies>
2126
</metadata>
2227
<files>
@@ -29,6 +34,18 @@
2934
<file src="bin/Release/net9.0/EncryptedConfigValue.dll" target="tools/net9.0/any/EncryptedConfigValue.dll" />
3035
<file src="bin/Release/net9.0/EncryptedConfigValue.pdb" target="tools/net9.0/any/EncryptedConfigValue.pdb" />
3136
<file src="bin/Release/net9.0/McMaster.Extensions.CommandLineUtils.dll" target="tools/net9.0/any/McMaster.Extensions.CommandLineUtils.dll" />
37+
<file src="bin/Release/net8.0/BouncyCastle.Crypto.dll" target="tools/net8.0/any/BouncyCastle.Crypto.dll" />
38+
<file src="bin/Release/net8.0/DotnetToolSettings.xml" target="tools/net8.0/any/DotnetToolSettings.xml" />
39+
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.deps.json" target="tools/net8.0/any/EncryptedConfigValue.Cli.deps.json" />
40+
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.dll" target="tools/net8.0/any/EncryptedConfigValue.Cli.dll" />
41+
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.pdb" target="tools/net8.0/any/EncryptedConfigValue.Cli.pdb" />
42+
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.runtimeconfig.json" target="tools/net8.0/any/EncryptedConfigValue.Cli.runtimeconfig.json" />
43+
<file src="bin/Release/net8.0/EncryptedConfigValue.dll" target="tools/net8.0/any/EncryptedConfigValue.dll" />
44+
<file src="bin/Release/net8.0/EncryptedConfigValue.pdb" target="tools/net8.0/any/EncryptedConfigValue.pdb" />
45+
<file src="bin/Release/net8.0/McMaster.Extensions.CommandLineUtils.dll" target="tools/net8.0/any/McMaster.Extensions.CommandLineUtils.dll" />
46+
<file src="bin/Release/net8.0/System.IO.Pipelines.dll" target="tools/net8.0/any/System.IO.Pipelines.dll" />
47+
<file src="bin/Release/net8.0/System.Text.Encodings.Web.dll" target="tools/net8.0/any/System.Text.Encodings.Web.dll" />
48+
<file src="bin/Release/net8.0/System.Text.Json.dll" target="tools/net8.0/any/System.Text.Json.dll" />
3249
<file src="../Readme.md" target="/" />
3350
</files>
3451
</package>

0 commit comments

Comments
 (0)