Skip to content

Commit

Permalink
Fix use of deprecated license url property
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Oct 17, 2023
1 parent 6191bd1 commit 48d840d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Adam Reeve
Copyright (c) Adam Reeve

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
9 changes: 8 additions & 1 deletion src/SemanticVersioning/SemanticVersioning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@
<PackageId>SemanticVersioning</PackageId>
<Version>3.0.0-alpha</Version>
<PackageProjectUrl>https://github.com/adamreeve/semver.net</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/adamreeve/semver.net/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/adamreeve/semver.net</RepositoryUrl>
<AssemblyOriginatorKeyFile>..\..\build\semver-key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup Label="Additional nuget files">
<None Include="../../LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 48d840d

Please sign in to comment.