diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-12 01:24:49 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-12 01:24:49 -0500 |
commit | 0ad9fbddddbf9edfd847c507d70e10d2f8ce559b (patch) | |
tree | a7bf3bd2b04767bbb0ad9c23fdb3e7ea0edee895 /src/SMAPI/StardewModdingAPI.csproj | |
parent | dc2ceb39f31c35752c943b5052d5abaa7b6494fa (diff) | |
download | SMAPI-0ad9fbddddbf9edfd847c507d70e10d2f8ce559b.tar.gz SMAPI-0ad9fbddddbf9edfd847c507d70e10d2f8ce559b.tar.bz2 SMAPI-0ad9fbddddbf9edfd847c507d70e10d2f8ce559b.zip |
fix semantic versions always ignoring `-0` tag (#421)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index f76ac439..c9c302f5 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -86,6 +86,7 @@ <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="Framework\Content\ContentCache.cs" /> + <Compile Include="Framework\LegacyManifestVersion.cs" /> <Compile Include="Framework\Models\ModCompatibility.cs" /> <Compile Include="Framework\ModLoading\Finders\EventFinder.cs" /> <Compile Include="Framework\ModLoading\Finders\FieldFinder.cs" /> |