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

Updated Readme and project version

This commit is contained in:
Fluto 2022-08-20 15:14:49 +10:00
parent 0a4f512761
commit d2a3e3223f
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Currently has the features:
- <b>Mono</b>: 1.1.0.0 - 1.2.2.0 - <b>Mono</b>: 1.1.0.0 - 1.2.2.0
</p> </p>
<p> <p>
- <b>Il2CPP</b>: 1.3.0.0 - 1.6.00 - <b>Il2CPP</b>: 1.3.0.0 - 1.7.00
</p> </p>
</details> </details>

View File

@ -31,12 +31,12 @@
<TargetFramework Condition="$(DefineConstants.Contains('TAIKO_MONO'))">net48</TargetFramework> <TargetFramework Condition="$(DefineConstants.Contains('TAIKO_MONO'))">net48</TargetFramework>
<AssemblyName>com.fluto.takotako</AssemblyName> <AssemblyName>com.fluto.takotako</AssemblyName>
<Description>A suite of mods that allow for Custom Songs and Taiko Drum support</Description> <Description>A suite of mods that allow for Custom Songs and Taiko Drum support</Description>
<Version>3.0.0</Version> <Version>3.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<RootNamespace>TakoTako</RootNamespace> <RootNamespace>TakoTako</RootNamespace>
<PackageId>com.fluto.takotako</PackageId> <PackageId>com.fluto.takotako</PackageId>
<PackageVersion>3.0.0</PackageVersion> <PackageVersion>3.1.0</PackageVersion>
<Configurations>Release-BepInEx6;Release-BepInEx5;Debug-BepInEx6;Debug-BepInEx5</Configurations> <Configurations>Release-BepInEx6;Release-BepInEx5;Debug-BepInEx6;Debug-BepInEx5</Configurations>
<Platforms>AnyCPU</Platforms> <Platforms>AnyCPU</Platforms>
</PropertyGroup> </PropertyGroup>