This repository was archived by the owner on Dec 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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< esozbek.me> </authors >
8+ <
owners >Sven Mawby
< [email protected] > </
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
< [email protected] > ©</
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 >
You can’t perform that action at this time.
0 commit comments