Browse Source

Bump version

tags/v2.3.0
NorbiPeti 2 years ago
parent
commit
a610623644
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      CodeGenerator/CodeGenerator.csproj
  2. +1
    -0
      TechbloxModdingAPI/Blocks/WheelRig.cs
  3. +1
    -1
      TechbloxModdingAPI/TechbloxModdingAPI.csproj

+ 1
- 1
CodeGenerator/CodeGenerator.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Version>2.2.0</Version>
<Version>1.2.0</Version>
<Authors>Exmods</Authors>
<PackageLicenseExpression>GNU General Public Licence 3+</PackageLicenseExpression>
<PackageProjectUrl>https://git.exmods.org/modtainers/GamecraftModdingAPI</PackageProjectUrl>


+ 1
- 0
TechbloxModdingAPI/Blocks/WheelRig.cs View File

@@ -89,6 +89,7 @@ namespace TechbloxModdingAPI.Blocks
/// <summary>
/// Gets or sets the WheelRig's FlipSteering property. Tweakable stat.
/// </summary>
[TestValue(false)]
public bool FlipSteering
{
get


+ 1
- 1
TechbloxModdingAPI/TechbloxModdingAPI.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<Authors>Exmods</Authors>
<PackageLicenseExpression>GNU General Public Licence 3+</PackageLicenseExpression>
<PackageProjectUrl>https://git.exmods.org/modtainers/GamecraftModdingAPI</PackageProjectUrl>


Loading…
Cancel
Save