Skip to content

Commit

Permalink
license update
Browse files Browse the repository at this point in the history
  • Loading branch information
thenameless314159 committed Jul 4, 2023
1 parent 93fe235 commit 6c429bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gen/SourceGeneratorUtils.SourceGeneration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AnalyzerLanguage>cs</AnalyzerLanguage>
<ImplicitUsings>enable</ImplicitUsings>
<UsingToolXliff>true</UsingToolXliff>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionPrefix>0.0.2</VersionPrefix>
<LangVersion>Latest</LangVersion>
<PackSymbols>false</PackSymbols>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Authors>thenameless314159</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright © thenameless314159</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<GitHubRepositoryName>SourceGeneratorUtils</GitHubRepositoryName>
<RepositoryUrl>https://github.com/thenameless314159/SourceGeneratorUtils</RepositoryUrl>
<PackageProjectUrl>https://github.com/thenameless314159/SourceGeneratorUtils</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/SourceGeneratorUtils/SourceGeneratorUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisLevel>latest</AnalysisLevel>
<VersionPrefix>1.4.2</VersionPrefix>
<VersionPrefix>1.4.3</VersionPrefix>
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 6c429bd

Please sign in to comment.