diff --git a/README.md b/README.md index 0edfa09..9c4ba1f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ devlord utilities A useful class library for universal utilities such as error logging, email sending, and web service wrappers. | Master | Develop | Nuget | -| ----- | ----- | ----- | +| ----- | ----- | ----- | | [![Build status](https://ci.appveyor.com/api/projects/status/i0us4v5jxi6llk3e/branch/master?svg=true)](https://ci.appveyor.com/project/lorddev/utilities/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/i0us4v5jxi6llk3e/branch/develop?svg=true)](https://ci.appveyor.com/project/lorddev/utilities/branch/develop) | [![NuGet Badge](https://buildstats.info/nuget/Devlord.Utilities)](https://www.nuget.org/packages/Devlord.Utilities/) | ### 5.0 Release notes diff --git a/src/Devlord.Utilities/Devlord.Utilities.csproj b/src/Devlord.Utilities/Devlord.Utilities.csproj index 304c0ee..9ef89d7 100644 --- a/src/Devlord.Utilities/Devlord.Utilities.csproj +++ b/src/Devlord.Utilities/Devlord.Utilities.csproj @@ -4,48 +4,52 @@ netstandard1.5;net462;net451; false false - false + false false - 5.0.0.215 + 5.0.0.232 Devlords Cooperative lorddev https://github.com/lorddev/utilities + Copyright © 2017 Aaron Lord + https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE + https://raw.githubusercontent.com/lorddev/devlords-org/develop/Image.png + https://github.com/lorddev/utilities + Git + utils utilities email distance-matrix micro-orm logging encryption + Utilities class library so you don't have to rewrite your utilities on ever project. + ph true - - - + - + - - + + - - + - + - + @@ -59,7 +63,7 @@ - + @@ -71,7 +75,7 @@ ExceptionText.resx - + ResXFileCodeGenerator @@ -79,7 +83,7 @@ - + diff --git a/src/Devlord.Utilities/Devlord.Utilities.nuspec b/src/Devlord.Utilities/Devlord.Utilities.nuspec index 0fe9a1f..6881685 100644 --- a/src/Devlord.Utilities/Devlord.Utilities.nuspec +++ b/src/Devlord.Utilities/Devlord.Utilities.nuspec @@ -1,22 +1,35 @@ - - - - $id$ - 5.0 - $title$ - $author$ - $author$ - 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. - New IDataReader mapper for dynamic ORM. - Copyright © 2017 Aaron Lord - utils utilities email distance-matrix micro-orm logging encryption - - - - - - + + + + + Devlord.Utilities + 5.0.0 + Devlord.Utilities + 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 + Utilities class library so you don't have to rewrite your utilities on ever project. + 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. + New IDataReader mapper for dynamic ORM. + 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/Logger.cs b/src/Devlord.Utilities/Logger.cs index 87e968e..e59d519 100644 --- a/src/Devlord.Utilities/Logger.cs +++ b/src/Devlord.Utilities/Logger.cs @@ -7,7 +7,7 @@ #if NETSTANDARD1_5 using Microsoft.Extensions.Logging; using Microsoft.AspNetCore.Http; -using Elmah.Io; +//using Elmah.Io; #endif namespace Devlord.Utilities diff --git a/src/Devlord.Utilities/Properties/AssemblyInfo.cs b/src/Devlord.Utilities/Properties/AssemblyInfo.cs index f5b0ca5..b2c9af5 100644 --- a/src/Devlord.Utilities/Properties/AssemblyInfo.cs +++ b/src/Devlord.Utilities/Properties/AssemblyInfo.cs @@ -6,9 +6,8 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Devlord.Utilities")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("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.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/Encryptamajig/Encryptamajig.csproj b/src/Encryptamajig/Encryptamajig.csproj index 4e1adbf..2beea7b 100644 --- a/src/Encryptamajig/Encryptamajig.csproj +++ b/src/Encryptamajig/Encryptamajig.csproj @@ -9,6 +9,13 @@ false false false + 1.1.0 + Supports .NET Core netstandard 1.5 + https://github.com/jbubriski/Encryptamajig + John Bubriski + https://github.com/jbubriski/Encryptamajig + Git + Encryption diff --git a/src/Encryptamajig/Properties/AssemblyInfo.cs b/src/Encryptamajig/Properties/AssemblyInfo.cs index 5751160..64a3da8 100644 --- a/src/Encryptamajig/Properties/AssemblyInfo.cs +++ b/src/Encryptamajig/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("Encryptamajig")] [assembly: AssemblyDescription("A simple wrapper to the .NET AES encryption algorithm functionality.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("John Bubriski")] [assembly: AssemblyProduct("Encryptamajig")] [assembly: AssemblyCopyright("Copyright © John Bubriski 2013")] [assembly: AssemblyTrademark("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("1.1")] +[assembly: AssemblyFileVersion("1.0.0.0")]