From a9195f3e8796e15453ea84bff3a9febb55f4a7e2 Mon Sep 17 00:00:00 2001 From: ljnath Date: Wed, 1 Nov 2023 10:58:13 +0530 Subject: [PATCH] v1.7.0 - added support for .net5.0, .net6.0 and .net7.0 --- README.md | 5 ++--- RandomString4Net.sln | 11 ++++++++--- RandomString4Net/RandomString4Net.csproj | 8 ++++---- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ecae46d..f40cdd9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # RandomString4Net -### Version 1.6.0 +### Version 1.7.0 Author : Lakhya Jyoti Nath (ljnath)
-Date : September 2020 - December 2022 - January 2023 - October 2023
+Date : September 2020 - December 2022 - January 2023 - October 2023 - November 2023
Email : ljnath@ljnath.com
Website : https://www.ljnath.com [![Nuget](https://img.shields.io/nuget/v/RandomString4Net)](https://www.nuget.org/packages/RandomString4Net/) [![Nuget](https://img.shields.io/nuget/dt/RandomString4Net)](https://www.nuget.org/stats/packages/RandomString4Net) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ljnath/RandomString4Net/dotnet-CI-workflow.yml)](https://github.com/ljnath/RandomString4Net/actions) ![GitHub](https://img.shields.io/github/license/ljnath/RandomString4Net) diff --git a/RandomString4Net.sln b/RandomString4Net.sln index 1310825..763023e 100644 --- a/RandomString4Net.sln +++ b/RandomString4Net.sln @@ -1,13 +1,18 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30330.147 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34221.43 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomString4NetTester", "RandomString4NetTester\RandomString4NetTester.csproj", "{0AF6F74C-E5B1-4E6A-8609-42208938ABD3}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomString4NetTest", "RandomString4NetTest\RandomString4NetTest.csproj", "{12C4F675-E7CE-4B15-889A-EC269AA8E4B3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomString4Net", "RandomString4Net\RandomString4Net.csproj", "{F0A77092-0C76-4151-843C-CD1BD33174B0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomString4Net", "RandomString4Net\RandomString4Net.csproj", "{F0A77092-0C76-4151-843C-CD1BD33174B0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA42BC52-B3AE-465A-BCCF-EDA5F1FF8804}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/RandomString4Net/RandomString4Net.csproj b/RandomString4Net/RandomString4Net.csproj index 7341b41..ded65bd 100644 --- a/RandomString4Net/RandomString4Net.csproj +++ b/RandomString4Net/RandomString4Net.csproj @@ -1,7 +1,7 @@ - net20;net35;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;netstandard2.0;netstandard2.1;net5.0-windows;net6.0-windows;net7.0-windows - 1.6.0 + net20;net35;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;netstandard2.0;netstandard2.1;net5.0-windows;net6.0-windows;net7.0-windows;net5.0;net6.0;net7.0 + 1.7.0 Lakhya Jyoti Nath Lakhya's Innovation Inc. .NET library to generate N random strings of M length from various categories @@ -21,8 +21,8 @@ - Added support for .NET Core (>2.2) - Added support for .NET Standard (>2.0) True - 1.6.0.0 - 1.6.0.0 + 1.7.0.0 + 1.7.0.0 false False $(AssemblyName)