Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Apr 5, 2018
1 parent 43a58ed commit e8b0e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/DefaultEcs/DefaultEcs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<Description>DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining as much performance as possible for game development.</Description>

<Version>0.3.0-alpha</Version>
<Version>0.3.1-alpha</Version>

<Authors>Paillat Laszlo</Authors>

Expand All @@ -35,6 +35,7 @@
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.1'">
<DocumentationFile>bin\DefaultEcs.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.1'">
<PackageReference Include="Vsxmd" Version="1.2.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e8b0e5d

Please sign in to comment.