diff --git a/src/Devlord.Utilities/Devlord.Utilities.5.0.0.231.nuspec b/src/Devlord.Utilities/Devlord.Utilities.5.0.0.231.nuspec deleted file mode 100644 index 4bc8016..0000000 --- a/src/Devlord.Utilities/Devlord.Utilities.5.0.0.231.nuspec +++ /dev/null @@ -1,56 +0,0 @@ - - - - Devlord.Utilities - 5.0.0.231 - lorddev - Devlords Cooperative - https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE - https://github.com/lorddev/utilities - https://raw.githubusercontent.com/lorddev/devlords-org/develop/Image.png - false - Multipurpose universal utilities library so you don't have to write your own utils for every project. Includes extensions, encapsulation of logging and encryption, DataReader-to-POCO mapping, a mailer throttle, and strongly-typed API callers. Also includes a .NET Core-compatible build of Encryptamajig. - Utilities class library so you don't have to rewrite your utilities on ever project. - Copyright © 2017 Aaron Lord - utils utilities email distance-matrix micro-orm logging encryption - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Devlord.Utilities/Devlord.Utilities.csproj b/src/Devlord.Utilities/Devlord.Utilities.csproj index 22592ef..d633e99 100644 --- a/src/Devlord.Utilities/Devlord.Utilities.csproj +++ b/src/Devlord.Utilities/Devlord.Utilities.csproj @@ -31,21 +31,12 @@ - - - - - - - - - True @@ -62,9 +53,4 @@ - - - PreserveNewest - - \ No newline at end of file diff --git a/src/Devlord.Utilities/Devlord.Utilities.nuspec b/src/Devlord.Utilities/Devlord.Utilities.nuspec index 68ba1fd..30c605a 100644 --- a/src/Devlord.Utilities/Devlord.Utilities.nuspec +++ b/src/Devlord.Utilities/Devlord.Utilities.nuspec @@ -9,7 +9,7 @@ Devlord.Utilities - 5.1.39 + 6.0.0 Devlord.Utilities @@ -32,16 +32,16 @@ Utilities class library so you don't have to rewrite your utilities on every project. - * Removed RssConverter class. - -After installing, re-open your project and verify whether a copy of "devlord.utilities.json" was automatically added. If not, make sure you add a copy to your project's root directory to set your SMTP settings. See the documentation on GitHub for more information. An upcoming release will address configuration issues more comprehensively. + * Upgraded .NET targets to netstandard2.1 and net6.0 + * Refactored configuration for MailbotFactory and Throttles (see README) + * Fixed bugs in API querystrings Multipurpose universal utilities library so you don't have to write your own utils for every project. Includes extensions, encapsulation of logging and encryption, basic datareader-to-POCO mapping, a mailer throttle, and strongly-typed API callers. - Copyright © 2017 Aaron Lord + Copyright © 2022 Aaron Lord utils utilities email distance-matrix micro-orm logging encryption @@ -53,37 +53,33 @@ After installing, re-open your project and verify whether a copy of "devlord.uti - - - + + + + + + - - - + - - - - - - - - + + + + + + + + + - - - - - - - - + + @@ -93,14 +89,10 @@ After installing, re-open your project and verify whether a copy of "devlord.uti - - - - - - - - + + + + diff --git a/src/Devlord.Utilities/app.config b/src/Devlord.Utilities/app.config deleted file mode 100644 index 8a5560f..0000000 --- a/src/Devlord.Utilities/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - -
- - - - - - mail.google.com - - - - - - - - - 25 - - - - - - - \ No newline at end of file