We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5d4ea commit 9e323e9Copy full SHA for 9e323e9
2 files changed
redist/RocketModFix.UnityEngine.Redist.nuspec
@@ -7,6 +7,10 @@
7
<authors>Unity;RocketModFix</authors>
8
<license type="file">LICENSE.txt</license>
9
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10
+ <projectUrl>https://github.com/RocketModFix/RocketModFix.UnityEngine.Redist</projectUrl>
11
+ <repository type="git" url="https://github.com/RocketModFix/RocketModFix.UnityEngine.Redist" />
12
+ <icon>icon.png</icon>
13
+ <readme>README.md</readme>
14
</metadata>
15
<files>
16
<file src="*.dll" target="lib\netstandard2.0"/>
@@ -16,5 +20,7 @@
20
<file src="*.dll" target="lib\net40"/>
17
21
<file src="*.xml" target="lib\net40"/>
18
22
<file src="LICENSE.txt" target=""/>
23
+ <file src="README.md" target="README.md"/>
24
+ <file src="icon.png" target="icon.png"/>
19
25
</files>
26
</package>
redist/icon.png
4.13 KB
0 commit comments