1.0.2
This commit is contained in:
parent
89fcf1ed7b
commit
bdc26f2528
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<AssemblyName>GBSU</AssemblyName>
|
<AssemblyName>GBSU</AssemblyName>
|
||||||
<Product>Gang Beasts Server Utility</Product>
|
<Product>Gang Beasts Server Utility</Product>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.2</Version>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<RestoreAdditionalProjectSources>
|
<RestoreAdditionalProjectSources>
|
||||||
|
|
|
||||||
|
|
@ -67,5 +67,5 @@ public class Plugin : BaseUnityPlugin
|
||||||
|
|
||||||
public const string PluginGUID = "com.gaboule.plugins.gbsu";
|
public const string PluginGUID = "com.gaboule.plugins.gbsu";
|
||||||
public const string PluginName = "Gang Beasts Server Utility";
|
public const string PluginName = "Gang Beasts Server Utility";
|
||||||
public const string PluginVersion = "1.0.1";
|
public const string PluginVersion = "1.0.2";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue