-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRocketModFix.Unturned.Redist.Client.nuspec
More file actions
40 lines (35 loc) · 1.51 KB
/
RocketModFix.Unturned.Redist.Client.nuspec
File metadata and controls
40 lines (35 loc) · 1.51 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RocketModFix.Unturned.Redist.Client.Publicized</id>
<version>3.26.2.3</version>
<description>
Unturned 3 Client-side redistributables. Standalone and always up-to-date.
</description>
<authors>SmartlyDressedGames;RocketModFix</authors>
<icon>icon.png</icon>
<license type="file">LICENSE</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/RocketModFix/RocketModFix.Unturned.Redist</projectUrl>
<repository type="git" url="https://github.com/RocketModFix/RocketModFix.Unturned.Redist" />
<readme>README.md</readme>
</metadata>
<files>
<!-- Common files for all frameworks -->
<file src="../../LICENSE" target="LICENSE" />
<file src="../../README.md" target="README.md" />
<!-- Files for .NET Framework 4.0 -->
<file src="*.dll" target="lib/net40" />
<file src="*.xml" target="lib/net40" />
<!-- Files for .NET Framework 4.8 -->
<file src="*.dll" target="lib/net48" />
<file src="*.xml" target="lib/net48" />
<!-- Files for .NET Standard 2.0 -->
<file src="*.dll" target="lib/netstandard2.0" />
<file src="*.xml" target="lib/netstandard2.0" />
<!-- Files for .NET Standard 2.1 -->
<file src="*.dll" target="lib/netstandard2.1" />
<file src="*.xml" target="lib/netstandard2.1" />
<file src="../icon.png" target="icon.png" />
</files>
</package>