This repository was archived by the owner on Dec 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<AssemblyName >Rocket.UnityEngine</AssemblyName >
5
+ <Description >RocketMod .NET Game Server Plugin Framework UnityEngine implementations</Description >
6
+ <RootNamespace >Rocket.UnityEngine</RootNamespace >
7
+ <OutputType >Library</OutputType >
5
8
<TargetFramework >net461</TargetFramework >
6
9
<!-- Set by CI -->
7
10
<Version >0.0.0.0</Version >
11
14
<AssemblyVersion >0.0.0.0</AssemblyVersion >
12
15
<!-- Set by CI -->
13
16
<FileVersion >0.0.0.0</FileVersion >
17
+ <PackageId >$(AssemblyName)</PackageId >
18
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
19
+ <PackageTags >RocketMod Rocket UnityEngine Plugin Framework</PackageTags >
20
+ <PackageLicenseUrl >https://github.com/RocketMod/Rocket.UnityEngine/blob/master/LICENSE</PackageLicenseUrl >
21
+ <PackageProjectUrl >https://rocketmod.net/</PackageProjectUrl >
22
+ <PackageAuthors >Enes Sadık Özbek < esozbek.me> </PackageAuthors >
23
+ <
PackageOwners >Sven Mawby
< [email protected] > </
PackageOwners >
24
+ <Authors >Enes Sadık Özbek < esozbek.me> </Authors >
25
+ <Company >RocketMod</Company >
26
+ <
Copyright >Sven Mawby
< [email protected] > </
Copyright >
27
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
28
</PropertyGroup >
15
29
16
30
<ItemGroup >
You can’t perform that action at this time.
0 commit comments