Browse Source

Added version information for DotSDL.

improved_timing
Ian Burgmyer 7 years ago
parent
commit
654552fbfb
  1. 7
      DotSDL/DotSDL.csproj

7
DotSDL/DotSDL.csproj

@ -2,6 +2,13 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>0.1.0.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>
<Copyright>(c) 2017 Ian Burgmyer</Copyright>
<Authors>Ian Burgmyer</Authors>
<Company>The DotSDL Team</Company>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">

Loading…
Cancel
Save