1
0
mirror of synced 2024-11-24 06:20:11 +01:00

misc: Update plugin version

This commit is contained in:
Repflez 2022-05-24 03:11:18 -06:00
parent d3fb19aef8
commit c783baf648
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>net46</TargetFramework> <TargetFramework>net46</TargetFramework>
<AssemblyName>TaikoModStuff</AssemblyName> <AssemblyName>TaikoModStuff</AssemblyName>
<Description>My first plugin</Description> <Description>My first plugin</Description>
<Version>1.3.0</Version> <Version>1.3.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<PackageId>TaikoModStuff</PackageId> <PackageId>TaikoModStuff</PackageId>

View File

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework> <TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>TaikoModStuff</AssemblyName> <AssemblyName>TaikoModStuff</AssemblyName>
<Description>My first plugin</Description> <Description>My first plugin</Description>
<Version>1.3.0</Version> <Version>1.3.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>