diff --git a/README.md b/README.md index a005fc1..3780eca 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Website : https://www.ljnath.com [![Nuget](https://img.shields.io/nuget/dt/RandomString4Net)](https://www.nuget.org/stats/packages/RandomString4Net) ![GitHub](https://img.shields.io/github/license/ljnath/RandomString4Net) ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/ljnath/RandOMString4Net) +![Codecov](https://img.shields.io/codecov/c/github/ljnath/RandomString4Net) ## Introduction @@ -44,6 +45,7 @@ etc. etc. * Added support for .NET Core (>2.2) * Added support for .NET Standard (>2.0) * Added support for RandomNumberGenerator in .NET 6.0 and higher as RNGCryptoServiceProvider is marked as obsolete +* Added support for .NET 8.0 ## Supported Types diff --git a/RandomString4Net/RandomString4Net.csproj b/RandomString4Net/RandomString4Net.csproj index c89a64f..5692c59 100644 --- a/RandomString4Net/RandomString4Net.csproj +++ b/RandomString4Net/RandomString4Net.csproj @@ -1,6 +1,6 @@ - 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 + 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;net8.0;net8.0-windows 1.8.0 Lakhya Jyoti Nath Lakhya's Innovation Inc. @@ -20,7 +20,8 @@ - Added support for .NET (>5.0) - Added support for .NET Core (>2.2) - Added support for .NET Standard (>2.0) -- Added support for RandomNumberGenerator in .NET 6.0 and higher as RNGCryptoServiceProvider is marked as obsolete +- Added support for RandomNumberGenerator in .NET 6.0 and higher as RNGCryptoServiceProvider is marked as obsolete +- Added support for .NET 8.0 True 1.8.0.0 1.8.0.0 diff --git a/RandomString4NetTest/RandomString4NetTest.csproj b/RandomString4NetTest/RandomString4NetTest.csproj index eb66be1..8cdfc27 100644 --- a/RandomString4NetTest/RandomString4NetTest.csproj +++ b/RandomString4NetTest/RandomString4NetTest.csproj @@ -1,6 +1,6 @@  - + Debug @@ -41,10 +41,10 @@ - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.1.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.1.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -68,8 +68,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - + \ No newline at end of file diff --git a/RandomString4NetTest/packages.config b/RandomString4NetTest/packages.config index 869c749..4891e6e 100644 --- a/RandomString4NetTest/packages.config +++ b/RandomString4NetTest/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file