You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Devlord.Utilities/Devlord.Utilities.nuspec
+27-35Lines changed: 27 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<id>Devlord.Utilities</id>
10
10
11
11
<!-- The package version number that is used when resolving dependencies -->
12
-
<version>5.1.39</version>
12
+
<version>6.0.0</version>
13
13
<title>Devlord.Utilities</title>
14
14
15
15
<!-- Authors contain text that appears directly on the gallery -->
@@ -32,16 +32,16 @@
32
32
<summary>Utilities class library so you don't have to rewrite your utilities on every project.</summary>
33
33
34
34
<!-- Any details about this particular release -->
35
-
<releaseNotes>* Removed RssConverter class.
36
-
37
-
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.</releaseNotes>
35
+
<releaseNotes>* Upgraded .NET targets to netstandard2.1 and net6.0
36
+
* Refactored configuration for MailbotFactory and Throttles (see README)
37
+
* Fixed bugs in API querystrings</releaseNotes>
38
38
39
39
<!-- The description can be used in package manager UI. Note that the
40
40
nuget.org gallery uses information you add in the portal. -->
41
41
<description>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.</description>
0 commit comments