Skip to content

Commit

Permalink
Update .csproj version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisTheBrave committed Jan 21, 2020
1 parent 632ca96 commit 29a1273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DeBroglie/DeBroglie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<Authors>BorisTheBrave</Authors>
<Copyright>MIT</Copyright>
<PackageLicenseUrl>https://github.com/BorisTheBrave/DeBroglie/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://boristhebrave.github.io/DeBroglie/</PackageProjectUrl>
<RepositoryUrl>https://github.com/BorisTheBrave/DeBroglie</RepositoryUrl>
<PackageTags>wfc tile tiled pcg debroglie</PackageTags>
<Description>DeBroglie is a implements the algorithm with support for additional non-local constraints, and other useful features.</Description>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 29a1273

Please sign in to comment.