Skip to content

Commit

Permalink
fixed license in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Feb 2, 2019
1 parent 171d0ab commit d460533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DefaultEcs/DefaultEcs.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Description>Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.</Description>
<PackageIconUrl>https://github.com/Doraku/DefaultEcs/raw/master/image/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Doraku/DefaultEcs</PackageProjectUrl>
<PackageLicense>https://github.com/Doraku/DefaultEcs/blob/master/LICENSE.md</PackageLicense>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Doraku/DefaultEcs.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>gamedev game-development game-engine ecs entity-component-system</PackageTags>
Expand Down

0 comments on commit d460533

Please sign in to comment.