1
0
mirror of synced 2024-09-23 18:48:22 +02:00

feat: Release 1.4.0

This commit is contained in:
Repflez 2023-01-11 15:51:27 -07:00
parent 962fdab1f3
commit 98f285a2d7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>TaikoModStuff</AssemblyName>
<Description>My first plugin</Description>
<Version>1.3.1</Version>
<Version>1.4.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RootNamespace>TaikoModStuff</RootNamespace>