From b620b3f146db6979e8e312457b7f346ab295c0d5 Mon Sep 17 00:00:00 2001 From: samaysar Date: Sun, 27 Oct 2024 13:28:47 +0100 Subject: [PATCH] badge fix --- .gitignore | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e181024..5d824aa 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.idea/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ @@ -396,6 +397,3 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml - -# Docs -DevFast.Net*.xml \ No newline at end of file diff --git a/README.md b/README.md index 8a44190..56298a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Part of [dotnet.devfast](https://github.com/samaysar/dotnet.devfast) project. -## DevFast.Net.Extensions [![Build status](https://ci.appveyor.com/api/projects/status/7naggm2lvjcikgn2?svg=true)](https://ci.appveyor.com/project/samaysar/devfast-dotnet-extensions) [![codecov](https://codecov.io/gh/samaysar/dotnet.devfast.extensions/graph/badge.svg?token=7DXJsSSBLm)](https://codecov.io/gh/samaysar/dotnet.devfast.extensions) [![NuGet](https://buildstats.info/nuget/DevFast.Net.Extensions)](https://www.nuget.org/packages/DevFast.Net.Extensions) +## DevFast.Net.Extensions [![Build status](https://ci.appveyor.com/api/projects/status/7naggm2lvjcikgn2?svg=true)](https://ci.appveyor.com/project/samaysar/devfast-dotnet-extensions) [![codecov](https://codecov.io/gh/samaysar/dotnet.devfast.extensions/graph/badge.svg?token=7DXJsSSBLm)](https://codecov.io/gh/samaysar/dotnet.devfast.extensions) [![NuGet](https://img.shields.io/nuget/dt/DevFast.Net.Extensions)](https://www.nuget.org/packages/DevFast.Net.Extensions) [Developer Documentation](https://github.com/samaysar/dotnet.devfast.extensions/blob/master/docs/index.md 'index'), [Release Notes](https://raw.githubusercontent.com/samaysar/dotnet.devfast.extensions/master/ReleaseNotes.txt) This project contains well-tested, self-explained & easy to use extension methods to achieve optimized runtime performance with improved readability of the code.