From 48d840d637f03ceff79622635d342310dff85440 Mon Sep 17 00:00:00 2001 From: Adam Reeve Date: Tue, 17 Oct 2023 13:07:41 +1300 Subject: [PATCH] Fix use of deprecated license url property --- LICENSE | 2 +- src/SemanticVersioning/SemanticVersioning.csproj | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6643721..fedb845 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/src/SemanticVersioning/SemanticVersioning.csproj b/src/SemanticVersioning/SemanticVersioning.csproj index d0c1453..bf14282 100644 --- a/src/SemanticVersioning/SemanticVersioning.csproj +++ b/src/SemanticVersioning/SemanticVersioning.csproj @@ -10,11 +10,18 @@ SemanticVersioning 3.0.0-alpha https://github.com/adamreeve/semver.net - https://github.com/adamreeve/semver.net/blob/master/LICENSE + LICENSE git https://github.com/adamreeve/semver.net ..\..\build\semver-key.snk true + + + True + + + +