Skip to content

Commit

Permalink
change missed license changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wgnf committed Jan 30, 2024
1 parent 0c410d1 commit 4c5d670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🛠️ SlnParser


[![GitHub license](https://img.shields.io/badge/Unlicense-blue.svg)](LICENSE)
[![GitHub license](https://img.shields.io/badge/MIT-blue.svg)](LICENSE)
[![Uses SemVer 2.0.0](https://img.shields.io/badge/Uses%20SemVer-2.0.0-green)](https://semver.org/spec/v2.0.0.html)
[![Latest Release](https://img.shields.io/nuget/v/SlnParser)](https://www.nuget.org/packages/SlnParser/)
[![Downloads](https://img.shields.io/nuget/dt/SlnParser)](https://www.nuget.org/packages/SlnParser/)
Expand Down
2 changes: 1 addition & 1 deletion src/SlnParser/SlnParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>SlnParserLogo.png</PackageIcon>

<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 4c5d670

Please sign in to comment.