-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEncryptedConfigValue.Module.nuspec
More file actions
29 lines (29 loc) · 1.72 KB
/
Copy pathEncryptedConfigValue.Module.nuspec
File metadata and controls
29 lines (29 loc) · 1.72 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>EncryptedConfigValue.Net.Module</id>
<version>1.1.25</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>Base package to create decrypt provider.</description>
<tags>config appsettings cryptography tool</tags>
<repository type="git" url="https://github.com/Hau-Hau/EncryptedConfigValue.Net" commit="f8afaad81ff9c69a300b1dbcab7a2bda435c51aa" />
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="BouncyCastle.Cryptography" version="2.6.2" exclude="Build,Analyzers" />
<dependency id="System.Text.Json" version="10.0.4" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin/Release/netstandard2.0/EncryptedConfigValue.dll" target="lib/netstandard2.0/EncryptedConfigValue.dll" />
<file src="bin/Release/netstandard2.0/EncryptedConfigValue.Module.deps.json" target="lib/netstandard2.0/EncryptedConfigValue.Module.deps.json" />
<file src="bin/Release/netstandard2.0/EncryptedConfigValue.Module.dll" target="lib/netstandard2.0/EncryptedConfigValue.Module.dll" />
<file src="bin/Release/netstandard2.0/EncryptedConfigValue.Module.pdb" target="lib/netstandard2.0/EncryptedConfigValue.Module.pdb" />
<file src="bin/Release/netstandard2.0/EncryptedConfigValue.pdb" target="lib/netstandard2.0/EncryptedConfigValue.pdb" />
<file src="../Readme.md" target="/" />
</files>
</package>