Skip to content

Commit

Permalink
add licence to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Nairda015 committed Feb 11, 2023
1 parent a88aa0e commit e51f029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/GenWrap.Abstraction/GenWrap.Abstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IsPackable>true</IsPackable>
<PackageId>GenWrap.Abstraction</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;source-generators;json</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/GenWrap.NUnit/GenWrap.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<IsPackable>false</IsPackable>
<PackageId>GenWrap.NUnit</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;NUnit;source-generators;json</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/GenWrap.xUnit/GenWrap.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<IsPackable>true</IsPackable>
<PackageId>GenWrap.xUnit</PackageId>
<Authors>Adrian Franczak;Łukasz Strus</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageDescription>This package simplify working with jsons input in tests</PackageDescription>
<RepositoryUrl>https://github.com/Nairda015/GenWrap</RepositoryUrl>
<PackageTags>tests;xUnit;source-generators;json</PackageTags>
Expand Down

0 comments on commit e51f029

Please sign in to comment.