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

Commit

Permalink
Merge pull request #32 from sanisoclem/fixes
Browse files Browse the repository at this point in the history
Documentation update/cleanup
  • Loading branch information
sanisoclem authored Mar 11, 2019
2 parents 867b7fd + 9459ee0 commit 51423b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 32 deletions.
20 changes: 9 additions & 11 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 0 additions & 14 deletions src/Calcver.ChangeLog.Markdown/Calcver.ChangeLog.Markdown.csproj

This file was deleted.

1 change: 0 additions & 1 deletion src/Calcver/Calcver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.15.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/Calcver/ChangeLog/VersionLogFormatExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<Description>Automatic versions using conventional commits and semver2.0</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>versioning, semver, conventional commits</PackageTags>
<PackageLicense>https://github.com/organizations/PotatoEngineering/Calver.Net/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/organizations/PotatoEngineering/Calver.Net</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/organizations/PotatoEngineering/Calver.Net/releases</PackageReleaseNotes>
<PackageLicense>https://github.com/organizations/sanisoclem/Calver.Net/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/organizations/sanisoclem/Calver.Net</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/organizations/sanisoclem/Calver.Net/releases</PackageReleaseNotes>
<PackageOutputPath>$(MSBuildThisFileDirectory)..\build</PackageOutputPath>
</PropertyGroup>
</Project>

0 comments on commit 51423b5

Please sign in to comment.