-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEncryptedConfigValue.Cli.nuspec
More file actions
71 lines (71 loc) · 5.96 KB
/
Copy pathEncryptedConfigValue.Cli.nuspec
File metadata and controls
71 lines (71 loc) · 5.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>EncryptedConfigValue.Net.Cli</id>
<version>1.3.4</version>
<authors>Piotr Michalewicz</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<readme>Readme.md</readme>
<description>Tooling for encrypting certain configuration parameter values in dotnet apps.</description>
<tags>config appsettings cryptography aspnetcore</tags>
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="0ac7eece87485334338fe01757bc8c8f4d4e94e3" />
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
<dependencies>
<group targetFramework="net10.0">
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />
<dependency id="McMaster.Extensions.CommandLineUtils" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="10.0.2" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />
<dependency id="McMaster.Extensions.CommandLineUtils" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="10.0.2" exclude="Build,Analyzers" />
</group>
<group targetFramework="net9.0">
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />
<dependency id="McMaster.Extensions.CommandLineUtils" version="5.0.1" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="10.0.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin/Release/net10.0/BouncyCastle.Cryptography.dll" target="tools/net10.0/any/BouncyCastle.Cryptography.dll" />
<file src="bin/Release/net10.0/DotnetToolSettings.xml" target="tools/net10.0/any/DotnetToolSettings.xml" />
<file src="bin/Release/net10.0/EncryptedConfigValue.Cli.deps.json" target="tools/net10.0/any/EncryptedConfigValue.Cli.deps.json" />
<file src="bin/Release/net10.0/EncryptedConfigValue.Cli.dll" target="tools/net10.0/any/EncryptedConfigValue.Cli.dll" />
<file src="bin/Release/net10.0/EncryptedConfigValue.Cli.pdb" target="tools/net10.0/any/EncryptedConfigValue.Cli.pdb" />
<file src="bin/Release/net10.0/EncryptedConfigValue.Cli.runtimeconfig.json" target="tools/net10.0/any/EncryptedConfigValue.Cli.runtimeconfig.json" />
<file src="bin/Release/net10.0/EncryptedConfigValue.dll" target="tools/net10.0/any/EncryptedConfigValue.dll" />
<file src="bin/Release/net10.0/EncryptedConfigValue.pdb" target="tools/net10.0/any/EncryptedConfigValue.pdb" />
<file src="bin/Release/net10.0/McMaster.Extensions.CommandLineUtils.dll" target="tools/net10.0/any/McMaster.Extensions.CommandLineUtils.dll" />
<file src="bin/Release/net8.0/BouncyCastle.Cryptography.dll" target="tools/net8.0/any/BouncyCastle.Cryptography.dll" />
<file src="bin/Release/net8.0/DotnetToolSettings.xml" target="tools/net8.0/any/DotnetToolSettings.xml" />
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.deps.json" target="tools/net8.0/any/EncryptedConfigValue.Cli.deps.json" />
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.dll" target="tools/net8.0/any/EncryptedConfigValue.Cli.dll" />
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.pdb" target="tools/net8.0/any/EncryptedConfigValue.Cli.pdb" />
<file src="bin/Release/net8.0/EncryptedConfigValue.Cli.runtimeconfig.json" target="tools/net8.0/any/EncryptedConfigValue.Cli.runtimeconfig.json" />
<file src="bin/Release/net8.0/EncryptedConfigValue.dll" target="tools/net8.0/any/EncryptedConfigValue.dll" />
<file src="bin/Release/net8.0/EncryptedConfigValue.pdb" target="tools/net8.0/any/EncryptedConfigValue.pdb" />
<file src="bin/Release/net8.0/McMaster.Extensions.CommandLineUtils.dll" target="tools/net8.0/any/McMaster.Extensions.CommandLineUtils.dll" />
<file src="bin/Release/net8.0/System.IO.Pipelines.dll" target="tools/net8.0/any/System.IO.Pipelines.dll" />
<file src="bin/Release/net8.0/System.Text.Encodings.Web.dll" target="tools/net8.0/any/System.Text.Encodings.Web.dll" />
<file src="bin/Release/net8.0/System.Text.Json.dll" target="tools/net8.0/any/System.Text.Json.dll" />
<file src="bin/Release/net9.0/BouncyCastle.Cryptography.dll" target="tools/net9.0/any/BouncyCastle.Cryptography.dll" />
<file src="bin/Release/net9.0/DotnetToolSettings.xml" target="tools/net9.0/any/DotnetToolSettings.xml" />
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.deps.json" target="tools/net9.0/any/EncryptedConfigValue.Cli.deps.json" />
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.dll" target="tools/net9.0/any/EncryptedConfigValue.Cli.dll" />
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.pdb" target="tools/net9.0/any/EncryptedConfigValue.Cli.pdb" />
<file src="bin/Release/net9.0/EncryptedConfigValue.Cli.runtimeconfig.json" target="tools/net9.0/any/EncryptedConfigValue.Cli.runtimeconfig.json" />
<file src="bin/Release/net9.0/EncryptedConfigValue.dll" target="tools/net9.0/any/EncryptedConfigValue.dll" />
<file src="bin/Release/net9.0/EncryptedConfigValue.pdb" target="tools/net9.0/any/EncryptedConfigValue.pdb" />
<file src="bin/Release/net9.0/McMaster.Extensions.CommandLineUtils.dll" target="tools/net9.0/any/McMaster.Extensions.CommandLineUtils.dll" />
<file src="bin/Release/net9.0/System.IO.Pipelines.dll" target="tools/net9.0/any/System.IO.Pipelines.dll" />
<file src="bin/Release/net9.0/System.Text.Encodings.Web.dll" target="tools/net9.0/any/System.Text.Encodings.Web.dll" />
<file src="bin/Release/net9.0/System.Text.Json.dll" target="tools/net9.0/any/System.Text.Json.dll" />
<file src="../Readme.md" target="/" />
</files>
</package>