Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit 1487d90

Browse files
committed
Add nuspec
1 parent 8a9dcaa commit 1487d90

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Rocket.UnityEngine/Rocket.UnityEngine.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<Compile Include="Properties\AssemblyInfo.cs" />
5353
</ItemGroup>
5454
<ItemGroup>
55+
<None Include="Rocket.UnityEngine.nuspec">
56+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
57+
</None>
5558
<None Include="packages.config" />
5659
</ItemGroup>
5760
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<package>
4+
<metadata>
5+
<id>Rocket.Runtime</id>
6+
<version>$version$</version>
7+
<authors>Enes Sadık Özbek&lt;esozbek.me&gt;</authors>
8+
<owners>Sven Mawby&lt;[email protected]&gt;</owners>
9+
<licenseUrl>https://github.com/RocketMod/Rocket.UnityEngine/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://rocketmod.net/</projectUrl>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<description>UnityEngine specific implementations for RocketMod Game Server Plugin Framework</description>
13+
<copyright>Sven Mawby&lt;[email protected]&gt; ©</copyright>
14+
<tags>Rocket Mod UnityEngine</tags>
15+
<dependencies>
16+
<dependency id="Rocket.API" version="$version$" />
17+
<dependency id="Rocket.Core" version="$version$" />
18+
<dependency id="Rocket.Compability" version="$version$" />
19+
</dependencies>
20+
</metadata>
21+
<files>
22+
<file src="Rocket.Runtime.dll" target="lib/net35" />
23+
<file src="Rocket.Runtime.xml" target="lib/net35" />
24+
</files>
25+
</package>

0 commit comments

Comments
 (0)