Skip to content

Commit

Permalink
Merge pull request #477 from laedit/fix/license-in-nuget
Browse files Browse the repository at this point in the history
Fix license on nuget
  • Loading branch information
laedit authored May 15, 2024
2 parents 68049eb + cb58e43 commit 4bfa0df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# next

- [#477](https://github.com/laedit/vika/pull/477) - Fix license on nuget +enhancement

# 3.0.1 (2024-05-04)

- [#472](https://github.com/laedit/vika/pull/472) - Fix relative uri in SARIF reports +fix
Expand Down
3 changes: 1 addition & 2 deletions src/NVika/NVika.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>laedit</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Tool - Parse analysis reports (InspectCode, ...) and send messages to build server or console.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/laedit/vika</PackageProjectUrl>
<RepositoryUrl>https://github.com/laedit/vika</RepositoryUrl>
Expand Down Expand Up @@ -45,7 +45,6 @@

<ItemGroup>
<None Include="..\..\resources\icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit 4bfa0df

Please sign in to comment.