Skip to content

Commit

Permalink
Update and streamline readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 authored Oct 22, 2022
1 parent 68754ab commit b9af408
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
![image](https://user-images.githubusercontent.com/10199417/197341200-3810e13c-9104-4911-90fc-b8add0862458.png)
[![.NET](https://github.com/Sergio0694/PolySharp/workflows/.NET/badge.svg)](https://github.com/Sergio0694/PolySharp/actions) [![NuGet](https://img.shields.io/nuget/dt/PolySharp.svg)](https://www.nuget.org/stats/packages/PolySharp?groupby=Version) [![NuGet](https://img.shields.io/nuget/vpre/PolySharp.svg)](https://www.nuget.org/packages/PolySharp/)

# What is it? 🚀

**PolySharp** provides Source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. The package is distributed as a source generator, so that it will automatically detect which polyfills are needed depending on the target framework and project in use: just add a reference to **PolySharp**, set your C# language version to latest, and have fun!

# Available packages 📦

| Name | Description | Latest version |
| ------ | ------ | ------ |
| **PolySharp** | Source-only polyfills for C# language features | [![NuGet](https://img.shields.io/nuget/vpre/PolySharp.svg)](https://www.nuget.org/packages/PolySharp/) |

# Documentation 📖

**PolySharp** includes the following polyfills:
Expand Down

0 comments on commit b9af408

Please sign in to comment.