diff --git a/README.MD b/README.MD index 76c594a..48d79a1 100644 --- a/README.MD +++ b/README.MD @@ -1,21 +1,19 @@ # Calcver.NET -[![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)](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?) +[![CodeFactor](https://www.codefactor.io/repository/github/sanisoclem/calcver.net/badge)](https://www.codefactor.io/repository/github/sanisoclem/calcver.net) +[![CodeCov](https://img.shields.io/codecov/c/github/sanisoclem/calcver.net.svg?logo=codecov&logoColor=%23fff&style=flat)](https://codecov.io/gh/sanisoclem/Calcver.Net) +[![AppVeyorTests](https://img.shields.io/appveyor/tests/sanisoclem/calcver-net.svg?style=flat&logo=appveyor)](https://ci.appveyor.com/project/sanisoclem/calcver-net/build/tests) +[![Dependencies](https://img.shields.io/librariesio/github/sanisoclem/calcver.net.svg)](https://libraries.io/github/sanisoclem/Calcver.Net) +[![Nuget Downloads](https://img.shields.io/nuget/dt/Calcver.svg)](https://www.nuget.org/packages/calcver/) Automatic nuget library versioning using [semver2.0](https://semver.org/) and [conventional commits](https://www.conventionalcommits.org/) ## Build status -| Build server | Platform | Build status | -|--------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| -| AppVeyor | Windows | [![Build status](https://ci.appveyor.com/api/projects/status/njuge4kx0tits5eo/branch/master?svg=true)](https://ci.appveyor.com/project/sanisoclem/calcver-net/branch/master) | -| Travis | Linux / OS X | [![Build Status](https://travis-ci.org/PotatoEngineering/Calcver.Net.svg?branch=master)](https://travis-ci.org/PotatoEngineering/Calcver.Net) | +| Build server | Platform | SDK Version | Build status | +|--------------|--------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| +| AppVeyor | Windows | ? |[![Build status](https://ci.appveyor.com/api/projects/status/njuge4kx0tits5eo/branch/master?svg=true)](https://ci.appveyor.com/project/sanisoclem/calcver-net/branch/master) | +| Travis | Linux / OS X | 2.1.503 |[![Build Status](https://travis-ci.org/sanisoclem/Calcver.Net.svg?branch=master)](https://travis-ci.org/sanisoclem/Calcver.Net) | ## Nuget Packages diff --git a/src/Calcver.ChangeLog.Markdown/Calcver.ChangeLog.Markdown.csproj b/src/Calcver.ChangeLog.Markdown/Calcver.ChangeLog.Markdown.csproj deleted file mode 100644 index afd0588..0000000 --- a/src/Calcver.ChangeLog.Markdown/Calcver.ChangeLog.Markdown.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - netstandard2.0 - - - - Calcver.ChangeLog.Markdown - - - - - - diff --git a/src/Calcver/Calcver.csproj b/src/Calcver/Calcver.csproj index 30a6f51..3c1d834 100644 --- a/src/Calcver/Calcver.csproj +++ b/src/Calcver/Calcver.csproj @@ -9,7 +9,6 @@ - diff --git a/src/Calcver/ChangeLog/VersionLogFormatExtensions.cs b/src/Calcver/ChangeLog/VersionLogFormatExtensions.cs index 79f99fc..eea2c7c 100644 --- a/src/Calcver/ChangeLog/VersionLogFormatExtensions.cs +++ b/src/Calcver/ChangeLog/VersionLogFormatExtensions.cs @@ -3,10 +3,7 @@ using System.Collections.Generic; using System.IO; using System.Text; -using Markdig.Syntax; using System.Threading.Tasks; -using Markdig; -using Markdig.Renderers.Normalize; using System.Linq; namespace Calcver.ChangeLog { diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8104bd0..909af7d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -12,9 +12,9 @@ Automatic versions using conventional commits and semver2.0 false versioning, semver, conventional commits - https://github.com/organizations/PotatoEngineering/Calver.Net/blob/master/LICENSE - https://github.com/organizations/PotatoEngineering/Calver.Net - https://github.com/organizations/PotatoEngineering/Calver.Net/releases + https://github.com/organizations/sanisoclem/Calver.Net/blob/master/LICENSE + https://github.com/organizations/sanisoclem/Calver.Net + https://github.com/organizations/sanisoclem/Calver.Net/releases $(MSBuildThisFileDirectory)..\build \ No newline at end of file