From c510c53a96a07a93fa6b90977127cb245a70c4c7 Mon Sep 17 00:00:00 2001 From: Turnerj Date: Mon, 13 May 2019 22:52:08 +0930 Subject: [PATCH] Updated to use PackageLicenseFile for NuGet --- LICENSE => License.txt | 0 MongoFramework.sln | 6 +++--- src/Directory.build.props | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) rename LICENSE => License.txt (100%) diff --git a/LICENSE b/License.txt similarity index 100% rename from LICENSE rename to License.txt diff --git a/MongoFramework.sln b/MongoFramework.sln index a999cd5b..e404e389 100644 --- a/MongoFramework.sln +++ b/MongoFramework.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2024 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.352 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoFramework", "src\MongoFramework\MongoFramework.csproj", "{D871CD75-CC1E-4482-934F-42E74B2BF255}" EndProject @@ -21,7 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{BA1176 .appveyor.yml = .appveyor.yml .codecov.yml = .codecov.yml .editorconfig = .editorconfig - LICENSE = LICENSE + License.txt = License.txt README.md = README.md EndProjectSection EndProject diff --git a/src/Directory.build.props b/src/Directory.build.props index 1b777f6c..fb9beff3 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -8,7 +8,7 @@ $(AssemblyName) true - https://github.com/TurnerSoftware/MongoFramework/blob/master/LICENSE + License.txt https://github.com/TurnerSoftware/MongoFramework mongo;mongodb @@ -35,5 +35,9 @@ + + + + \ No newline at end of file