-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMG.Dynamic.nuspec
46 lines (46 loc) · 2.66 KB
/
MG.Dynamic.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MG.Dynamic</id>
<title>MG.Dynamic</title>
<version>3.7.0</version>
<authors>Mike Garvey</authors>
<owners>Yevrag35, LLC.</owners>
<icon>images\dynamic_64.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">licenses\license.txt</license>
<projectUrl>https://github.com/Yevrag35/DynamicParameter</projectUrl>
<language>en-US</language>
<description>An assembly to provide support for C# PowerShell modules with dynamic parameters.</description>
<summary>An assembly to provide support for C# PowerShell modules with dynamic parameters.</summary>
<copyright>Copyright © 2017-2020 Yevrag35, LLC.</copyright>
<releaseNotes>Adding PowerShell Standard Project</releaseNotes>
<repository type="Git" url="https://github.com/Yevrag35/DynamicParameter.git" />
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.1.0" />
</group>
<group targetFramework="NETStandard2.0">
<dependency id="PowerShellStandard.Library" version="5.1.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp2.1">
<dependency id="Microsoft.PowerShell.SDK" version="6.2.5" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.PowerShell.SDK" version="7.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="MG.Dynamic-DotNet\bin\Release\MG.Dynamic.dll" target="lib\net452\MG.Dynamic.dll" />
<file src="MG.Dynamic-DotNet\bin\Release\MG.Dynamic.xml" target="lib\net452\MG.Dynamic.xml" />
<file src="MG.Dynamic-Core\bin\Release\netcoreapp2.1\MG.Dynamic.dll" target="lib\netcoreapp2.1\MG.Dynamic.dll" />
<file src="MG.Dynamic-Core\bin\Release\netcoreapp2.1\MG.Dynamic.xml" target="lib\netcoreapp2.1\MG.Dynamic.xml" />
<file src="MG.Dynamic-Core\bin\Release\netcoreapp3.1\MG.Dynamic.dll" target="lib\netcoreapp3.1\MG.Dynamic.dll" />
<file src="MG.Dynamic-Core\MG.Dynamic.xml" target="lib\netcoreapp3.1\MG.Dynamic.xml" />
<file src="MG.Dynamic-Standard\bin\Release\netstandard2.0\MG.Dynamic-Standard.dll" target="lib\netstandard2.0\MG.Dynamic-Standard.dll" />
<file src="MG.Dynamic-Standard\bin\Release\netstandard2.0\MG.Dynamic-Standard.xml" target="lib\netstandard2.0\MG-Dynamic-Standard.xml" />
<file src="dynamic_64.png" target="images\" />
<file src="license.txt" target="licenses\" />
</files>
</package>