Skip to content

Commit

Permalink
badge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samaysar committed Oct 27, 2024
1 parent 8585353 commit b620b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -396,6 +397,3 @@ FodyWeavers.xsd

# JetBrains Rider
*.sln.iml

# Docs
DevFast.Net*.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b620b3f

Please sign in to comment.