Skip to content

Commit

Permalink
Adjust license url
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Jun 14, 2024
1 parent 225393a commit 7cb51ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/Mejram.Console/Mejram.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<FileVersion>$(VersionPrefix).0</FileVersion>
<OutputType>Exe</OutputType>
<RepositoryUrl>https://github.com/wallymathieu/mejram</RepositoryUrl>
<PackageLicenseUrl>https://www.gnu.org/licenses/lgpl-3.0.en.html</PackageLicenseUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/wallymathieu/mejram/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/wallymathieu/mejram</PackageProjectUrl>
<PackAsTool>true</PackAsTool>
<PackageTags>CLI;database;analysis</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion csharp/Mejram/Mejram.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
<FileVersion>$(VersionPrefix).0</FileVersion>
<RepositoryUrl>https://github.com/wallymathieu/mejram</RepositoryUrl>
<PackageLicenseUrl>https://www.gnu.org/licenses/lgpl-3.0.en.html</PackageLicenseUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/wallymathieu/mejram/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/wallymathieu/mejram</PackageProjectUrl>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageTags>database;analysis</PackageTags>
Expand Down

0 comments on commit 7cb51ba

Please sign in to comment.