-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEncryptedConfigValue.Cli.nuspec
More file actions
33 lines (33 loc) · 2.18 KB
/
Copy pathEncryptedConfigValue.Cli.nuspec
File metadata and controls
33 lines (33 loc) · 2.18 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
<?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.1.5</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="42a4f8b0dd2406ae69993147fe8301abc3909623" />
<dependencies>
<group targetFramework="net9.0">
<dependency id="McMaster.Extensions.CommandLineUtils" version="4.1.1" exclude="Build,Analyzers" />
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="9.0.6" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<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="../Readme.md" target="/" />
</files>
</package>