Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
docs: fix nuget package link
Browse files Browse the repository at this point in the history
resolves #17
  • Loading branch information
sanisoclem committed Jan 16, 2019
1 parent e7918f2 commit c03e2bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
[![CodeFactor](https://www.codefactor.io/repository/github/potatoengineering/calcver.net/badge)](https://www.codefactor.io/repository/github/potatoengineering/calcver.net)
[![CodeCov](https://img.shields.io/codecov/c/github/Potatoengineering/calcver.net.svg?logo=codecov&logoColor=%23fff&style=flat)](https://codecov.io/gh/PotatoEngineering/Calcver.Net)
[![AppVeyorTests](https://img.shields.io/appveyor/tests/sanisoclem/calcver-net.svg?compact_message=true&style=flat&logo=appveyor)](https://ci.appveyor.com/project/sanisoclem/calcver-net/build/tests)
[![Dependencies](https://img.shields.io/librariesio/github/PotatoEngineering/calcver.net.svg?logo=nuget&logoColor=%23fff)](https://libraries.io/github/PotatoEngineering/Calcver.Net)
![Nuget Downloads](https://img.shields.io/nuget/dt/Calcver.Git.svg?logo=nuget&logoColor=%23fff)
![PreRelease](https://img.shields.io/nuget/vpre/Calcver.Git.svg?logo=nuget&logoColor=%23fff)
[![Dependencies](https://img.shields.io/librariesio/github/PotatoEngineering/calcver.net.svg)](https://libraries.io/github/PotatoEngineering/Calcver.Net)

![PreRelease](https://img.shields.io/nuget/vpre/Calcver.Git.svg?label=Prerelease)
![Nuget Downloads](https://img.shields.io/nuget/dt/Calcver.Git.svg?)

Automatic nuget library versioning using [semver2.0](https://semver.org/) and [conventional commits](https://www.conventionalcommits.org/)

Expand All @@ -20,7 +21,7 @@ Automatic nuget library versioning using [semver2.0](https://semver.org/) and [c

| Name | Version | Framework |
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------|
| `dotnet-calcver` | [![Nuget](https://img.shields.io/nuget/v/dotnet-calcver.svg)](https://www.nuget.org/packages/dotnet.calcver/) | `netcoreapp2.1` |
| `dotnet-calcver` | [![Nuget](https://img.shields.io/nuget/v/dotnet-calcver.svg)](https://www.nuget.org/packages/dotnet-calcver/) | `netcoreapp2.1` |
| `Calcver` | [![Nuget](https://img.shields.io/nuget/v/Calcver.svg)](https://www.nuget.org/packages/Calcver/) | `netstandard2.0` |
| `Calcver.Git` | [![Nuget](https://img.shields.io/nuget/v/Calcver.Git.svg)](https://www.nuget.org/packages/Calcver.Git/) | `netstandard2.0` |
| `Calcver.Git.MsBuild` | - | - |
Expand Down

0 comments on commit c03e2bf

Please sign in to comment.