From 9f50fc630690b40a65608921ff121a6d6f9555cd Mon Sep 17 00:00:00 2001 From: John Cruikshank Date: Thu, 7 Jul 2016 21:46:27 -0500 Subject: [PATCH] chore: nuspec --- LICENSE | 21 +++++++++++++++++++++ NuGet.nuspec | 16 ++++++++++++++++ SMLogging.sln | 2 ++ 3 files changed, 39 insertions(+) create mode 100644 LICENSE create mode 100644 NuGet.nuspec diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..927709f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Zywave + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/NuGet.nuspec b/NuGet.nuspec new file mode 100644 index 0000000..fbfc383 --- /dev/null +++ b/NuGet.nuspec @@ -0,0 +1,16 @@ + + + + SMLogging + Service Model Logging + 1.0.0 + Zywave + https://github.com/Zywave/SMLogging + https://raw.githubusercontent.com/Zywave/SMLogging/master/LICENSE + false + WCF (Service Model) request and error logging behaviors and trace listeners. + + + + + \ No newline at end of file diff --git a/SMLogging.sln b/SMLogging.sln index 5a5cb21..3bcfa21 100644 --- a/SMLogging.sln +++ b/SMLogging.sln @@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore + LICENSE = LICENSE + NuGet.nuspec = NuGet.nuspec EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMLogging", "SMLogging\SMLogging.csproj", "{7A39F680-A620-4B15-AF44-56CF6E880A7F}"