From a610623644aa5f277e79121acaef96410a9e6507 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Tue, 12 Apr 2022 03:18:28 +0200 Subject: [PATCH] Bump version --- CodeGenerator/CodeGenerator.csproj | 2 +- TechbloxModdingAPI/Blocks/WheelRig.cs | 1 + TechbloxModdingAPI/TechbloxModdingAPI.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CodeGenerator/CodeGenerator.csproj b/CodeGenerator/CodeGenerator.csproj index 554855f..e02e6a8 100644 --- a/CodeGenerator/CodeGenerator.csproj +++ b/CodeGenerator/CodeGenerator.csproj @@ -2,7 +2,7 @@ net6.0 true - 2.2.0 + 1.2.0 Exmods GNU General Public Licence 3+ https://git.exmods.org/modtainers/GamecraftModdingAPI diff --git a/TechbloxModdingAPI/Blocks/WheelRig.cs b/TechbloxModdingAPI/Blocks/WheelRig.cs index 217de8b..f978ea1 100644 --- a/TechbloxModdingAPI/Blocks/WheelRig.cs +++ b/TechbloxModdingAPI/Blocks/WheelRig.cs @@ -89,6 +89,7 @@ namespace TechbloxModdingAPI.Blocks /// /// Gets or sets the WheelRig's FlipSteering property. Tweakable stat. /// + [TestValue(false)] public bool FlipSteering { get diff --git a/TechbloxModdingAPI/TechbloxModdingAPI.csproj b/TechbloxModdingAPI/TechbloxModdingAPI.csproj index 4cde902..aa1d39b 100644 --- a/TechbloxModdingAPI/TechbloxModdingAPI.csproj +++ b/TechbloxModdingAPI/TechbloxModdingAPI.csproj @@ -2,7 +2,7 @@ netstandard2.1 true - 2.2.0 + 2.3.0 Exmods GNU General Public Licence 3+ https://git.exmods.org/modtainers/GamecraftModdingAPI