Skip to content

Commit

Permalink
Merge pull request #180 from jan-bures/v1.0.1
Browse files Browse the repository at this point in the history
Make version_check not required + project version update
  • Loading branch information
cheese3660 authored Mar 16, 2023
2 parents d0c8b92 + a685db1 commit b928bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpaceWarp/API/Mods/JSON/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class ModInfo
[JsonProperty("ksp2_version")]
public SupportedVersionsInfo SupportedKsp2Versions { get; internal set; }

[JsonProperty("version_check", Required = Required.AllowNull)]
[JsonProperty("version_check", Required = Required.Default)]
[CanBeNull]
public string VersionCheck { get; internal set; }
}
2 changes: 1 addition & 1 deletion SpaceWarp/SpaceWarp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.4.0</Version>
<Version>1.0.1</Version>
<TargetFramework>net472</TargetFramework>
<LangVersion>11</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit b928bb2

Please sign in to comment.