Browse Source

Made the versions in the metadata all match.

improved_timing
Ian Burgmyer 7 years ago
parent
commit
5fcfc4383f
  1. 4
      DotSDL/DotSDL.csproj

4
DotSDL/DotSDL.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>0.1.0.0</Version>
<Version>0.0.1.0</Version>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<Description>A framework for .NET designed to interoperate with SDL2.</Description>
@ -19,4 +19,4 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
</Project>
</Project>

Loading…
Cancel
Save