From 13af41648bb9b65b8720a6b48b7db825f26fee86 Mon Sep 17 00:00:00 2001 From: Ganesh Londhe Date: Wed, 20 Sep 2023 16:04:40 +0530 Subject: [PATCH 1/4] fix nuspec issue --- Saule/Saule.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Saule/Saule.nuspec b/Saule/Saule.nuspec index 2410cfd4..beee02cd 100644 --- a/Saule/Saule.nuspec +++ b/Saule/Saule.nuspec @@ -6,7 +6,7 @@ Saule for Json Api Jouke van der Maas Jouke van der Maas - https://github.com/joukevandermaas/saule/blob/master/LICENSE + https://github.com/joukevandermaas/saule/blob/master/LICENSE https://github.com/joukevandermaas/saule/ false Json api library for ASP.Net Web API 2. This is custom package for MyGet based on original Saule From 783bb13edea0983860ff76bfdd3dedb53c894e9f Mon Sep 17 00:00:00 2001 From: Ganesh Londhe Date: Wed, 20 Sep 2023 16:12:55 +0530 Subject: [PATCH 2/4] added type --- Saule/Saule.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Saule/Saule.nuspec b/Saule/Saule.nuspec index beee02cd..8618ca70 100644 --- a/Saule/Saule.nuspec +++ b/Saule/Saule.nuspec @@ -6,7 +6,7 @@ Saule for Json Api Jouke van der Maas Jouke van der Maas - https://github.com/joukevandermaas/saule/blob/master/LICENSE + LICENSE https://github.com/joukevandermaas/saule/ false Json api library for ASP.Net Web API 2. This is custom package for MyGet based on original Saule From 1f539e182fd94416bbd327eec44cd506451c5a9f Mon Sep 17 00:00:00 2001 From: Ganesh Londhe Date: Wed, 20 Sep 2023 16:14:58 +0530 Subject: [PATCH 3/4] added licence file --- Saule/LICENSE | 22 ++++++++++++++++++++++ Saule/Saule.csproj | 5 ++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Saule/LICENSE diff --git a/Saule/LICENSE b/Saule/LICENSE new file mode 100644 index 00000000..a69b616a --- /dev/null +++ b/Saule/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jouke van der Maas + +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. + diff --git a/Saule/Saule.csproj b/Saule/Saule.csproj index c720ae53..3119ce1d 100644 --- a/Saule/Saule.csproj +++ b/Saule/Saule.csproj @@ -9,7 +9,7 @@ Properties Saule Saule - v4.7 + v4.6.1 512 @@ -146,6 +146,9 @@ Designer + + Always + From 9fe95dc688e15290ddb323ebce95e0d4a742bd75 Mon Sep 17 00:00:00 2001 From: Ganesh Londhe Date: Wed, 20 Sep 2023 16:20:33 +0530 Subject: [PATCH 4/4] add licence tag and file --- Saule/{LICENSE => LICENSE.txt} | 0 Saule/Saule.csproj | 5 ++--- Saule/Saule.nuspec | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename Saule/{LICENSE => LICENSE.txt} (100%) diff --git a/Saule/LICENSE b/Saule/LICENSE.txt similarity index 100% rename from Saule/LICENSE rename to Saule/LICENSE.txt diff --git a/Saule/Saule.csproj b/Saule/Saule.csproj index 3119ce1d..fb936fa3 100644 --- a/Saule/Saule.csproj +++ b/Saule/Saule.csproj @@ -39,6 +39,7 @@ true ..\StyleCop.Analyzers.ruleset true + LICENSE.txt @@ -146,9 +147,7 @@ Designer - - Always - + diff --git a/Saule/Saule.nuspec b/Saule/Saule.nuspec index 8618ca70..7797408f 100644 --- a/Saule/Saule.nuspec +++ b/Saule/Saule.nuspec @@ -6,7 +6,7 @@ Saule for Json Api Jouke van der Maas Jouke van der Maas - LICENSE + LICENSE.txt https://github.com/joukevandermaas/saule/ false Json api library for ASP.Net Web API 2. This is custom package for MyGet based on original Saule