-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
30 lines (30 loc) · 1.35 KB
/
Package.nuspec
File metadata and controls
30 lines (30 loc) · 1.35 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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>WinAPIWrapper</id>
<version>1.0.0</version>
<authors>wastegate</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<icon>west4.png</icon>
<projectUrl>https://github.com/wastegate711/WinAPIWrapper</projectUrl>
<description>Описание пакета</description>
<releaseNotes>Описание релиза</releaseNotes>
<copyright>wastegate</copyright>
<tags>WinAPI P/Invoke Interop</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="netstandard.Library" version="2.0.3" />
<dependency id="Microsoft.NETCore.Platforms" version="1.1.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="west4.png" target=""/>
<file src="README.md" target=""/>
<file src=".\WinApi.User32\bin\Release\netstandard2.0\WinApi.User32.dll" target="lib\NETStandard2.0" />
<file src=".\WinApi.User32\bin\Release\netstandard2.0\WinApi.User32.xml" target="lib\NETStandard2.0" />
<file src=".\Kernel32\WinApi.Kernel32\bin\Release\netstandard2.0\WinApi.Kernel32.dll" target="lib\NETStandard2.0" />
<file src=".\Kernel32\WinApi.Kernel32\bin\Release\netstandard2.0\WinApi.Kernel32.xml" target="lib\NETStandard2.0" />
</files>
</package>