|
5 | 5 | <id>Devlord.Utilities</id>
|
6 | 6 |
|
7 | 7 | <!-- The package version number that is used when resolving dependencies -->
|
8 |
| - <version>5.0.111</version> |
| 8 | + <version>5.0.113</version> |
9 | 9 | <title>Devlord.Utilities</title>
|
10 | 10 |
|
11 | 11 | <!-- Authors contain text that appears directly on the gallery -->
|
|
28 | 28 | <summary>Utilities class library so you don't have to rewrite your utilities on every project.</summary>
|
29 | 29 |
|
30 | 30 | <!-- Any details about this particular release -->
|
31 |
| - <releaseNotes>New IDataReader mapper for dynamic ORM.</releaseNotes> |
| 31 | + <releaseNotes>* DRMapper is now case-insensitive, so you don't have to worry about making sure your model classes exactly match your database outputs. |
| 32 | +* Extended compatibility to netstandard1.3 |
| 33 | + |
| 34 | +Make sure you add a copy of "devlord.utilities.json" to your project's root directory to set your SMTP settings. See the documentation on GitHub for more information.</releaseNotes> |
32 | 35 |
|
33 | 36 | <!-- The description can be used in package manager UI. Note that the
|
34 | 37 | nuget.org gallery uses information you add in the portal. -->
|
35 |
| - <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, DataReader-to-POCO mapping, a mailer throttle, and strongly-typed API callers. Also includes a .NET Core-compatible build of Encryptamajig.</description> |
| 38 | + <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> |
36 | 39 |
|
37 | 40 | <!-- Copyright information -->
|
38 | 41 | <copyright>Copyright © 2017 Aaron Lord</copyright>
|
|
41 | 44 | <tags>utils utilities email distance-matrix micro-orm logging encryption</tags>
|
42 | 45 |
|
43 | 46 | <contentFiles>
|
44 |
| - <!-- Copy config to the root of the output folder -- BUG! This doesn't work! --> |
| 47 | + <!-- Copy config to the root of the output folder - BUG! This doesn't work! --> |
45 | 48 | <files include="any/any/devlord.utilities.json" buildAction="None" copyToOutput="true" flatten="true" />
|
46 | 49 | </contentFiles>
|
47 | 50 |
|
48 | 51 | <!-- Dependencies are automatically installed when the package is installed -->
|
49 |
| - <dependencies> |
| 52 | + <dependencies> |
50 | 53 | <group targetFramework=".NETStandard1.5">
|
51 | 54 | <dependency id="MailKit" version="1.12.0" exclude="Build,Analyzers" />
|
52 | 55 | <dependency id="Microsoft.Extensions.Configuration.Json" version="1.1.1" exclude="Build,Analyzers" />
|
|
60 | 63 | <dependency id="Newtonsoft.Json" version="10.0.1" exclude="Build,Analyzers" />
|
61 | 64 | <dependency id="System.Threading.Timer" version="4.3.0" exclude="Build,Analyzers" />
|
62 | 65 | </group>
|
| 66 | + <group targetFramework=".NETStandard1.3"> |
| 67 | + <dependency id="MailKit" version="1.12.0" exclude="Build,Analyzers" /> |
| 68 | + <dependency id="Microsoft.Extensions.Configuration.Json" version="1.1.1" exclude="Build,Analyzers" /> |
| 69 | + <dependency id="Microsoft.Extensions.Configuration" version="1.1.1" exclude="Build,Analyzers" /> |
| 70 | + <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" /> |
| 71 | + <dependency id="Microsoft.AspNetCore.Http" version="1.1.1" exclude="Build,Analyzers" /> |
| 72 | + <dependency id="System.Xml.XmlSerializer" version="4.3.0" exclude="Build,Analyzers" /> |
| 73 | + <dependency id="Microsoft.Extensions.Logging" version="1.1.1" exclude="Build,Analyzers" /> |
| 74 | + <dependency id="System.Collections" version="4.3.0" exclude="Build,Analyzers" /> |
| 75 | + <dependency id="System.Runtime.Serialization.Xml" version="4.3.0" exclude="Build,Analyzers" /> |
| 76 | + <dependency id="Newtonsoft.Json" version="10.0.1" exclude="Build,Analyzers" /> |
| 77 | + <dependency id="System.Threading.Timer" version="4.3.0" exclude="Build,Analyzers" /> |
| 78 | + </group> |
63 | 79 | <group targetFramework=".NETFramework4.5.1">
|
64 |
| - <dependency id="Encryptamajig" version="1.0.0" exclude="Build,Analyzers" /> |
65 | 80 | <dependency id="Microsoft.Extensions.Configuration.Json" version="1.1.1" exclude="Build,Analyzers" />
|
66 | 81 | <dependency id="Microsoft.Extensions.Configuration" version="1.1.1" exclude="Build,Analyzers" />
|
67 | 82 | <dependency id="elmah" version="1.2.2" exclude="Build,Analyzers" />
|
68 | 83 | <dependency id="Newtonsoft.Json" version="10.0.1" exclude="Build,Analyzers" />
|
69 | 84 | </group>
|
70 | 85 | <group targetFramework=".NETFramework4.6.2">
|
71 |
| - <dependency id="Encryptamajig" version="1.0.0" exclude="Build,Analyzers" /> |
72 | 86 | <dependency id="Microsoft.Extensions.Configuration.Json" version="1.1.1" exclude="Build,Analyzers" />
|
73 | 87 | <dependency id="Microsoft.Extensions.Configuration" version="1.1.1" exclude="Build,Analyzers" />
|
74 | 88 | <dependency id="elmah" version="1.2.2" exclude="Build,Analyzers" />
|
|
84 | 98 | <files>
|
85 | 99 |
|
86 | 100 | <file src="devlord.utilities.json" target="contentFiles\any\any" buildAction="None" copyToOutput="true"/>
|
87 |
| - <file src="bin\Release\netstandard1.3\*.dll" target="lib\netstandard1.3" /> |
88 |
| - <file src="bin\Release\netstandard1.5\*.dll" target="lib\netstandard1.5" /> |
89 |
| - <file src="bin\Release\net451\*.dll" target="lib\net451" /> |
90 |
| - <file src="bin\Release\net462\*.dll" target="lib\net462" /> |
| 101 | + <file src="bin\Release\netstandard1.3\Devlord.Utilities.dll" target="lib\netstandard1.3" /> |
| 102 | + <file src="bin\Release\netstandard1.3\Encryptamajig.dll" target="lib\netstandard1.3" /> |
| 103 | + <file src="bin\Release\netstandard1.5\Devlord.Utilities.dll" target="lib\netstandard1.5" /> |
| 104 | + <file src="bin\Release\netstandard1.5\Encryptamajig.dll" target="lib\netstandard1.5" /> |
| 105 | + <file src="bin\Release\net451\Devlord.Utilities.dll" target="lib\net451" /> |
| 106 | + <file src="bin\Release\net451\Encryptamajig.dll" target="lib\net451" /> |
| 107 | + <file src="bin\Release\net462\Devlord.Utilities.dll" target="lib\net462" /> |
| 108 | + <file src="bin\Release\net462\Encryptamajig.dll" target="lib\net462" /> |
91 | 109 | <!-- A readme.txt will be displayed when the package is installed -->
|
92 | 110 | <file src="..\..\README.md" target="" />
|
93 | 111 | </files>
|
|
0 commit comments