SynVer.FAKE

Syntactic (Semantic) Versioning for .NET libraries heavily inspired in elm-package (bump and diff)


Keywords
syntactic, semantic, versioning, dotnet, assembly, nuget, csharp, fsharp, bump, diff, semantic-versioning, syntactic-versioning
License
Other
Install
Install-Package SynVer.FAKE -Version 0.0.9

Documentation

NuGet Status

SyntacticVersioning

Goal

Be able to get an idea about the semantic version changes based on the surface area changes of a .net assembly.

Developers should be able to use the tool to give a magnitude of any API changes. This is helpful when pushing NuGet-packages from a continuous integration server. Internally used NuGet packages of a .net developer organisation often focus on delivering on business goals; the versioning is easily forgotten. I.e. we want to be able to use this from TeamCity and others.

When upgrading a package you want to know the magnitude of the changes. In many cases the easiest way right now is to upgrade and look at the compilation errors. Having more information directly in NuGet helps.

Integration

  • You can use the SynVer.Lib found on NuGet NuGet Status
  • In order to integrate with FAKE you can use the NuGet NuGet Status

Requirements

SyntacticVersioning requires a local git installation. You can download git from Git Downloads.

Build Status

Mono .NET
Mono CI Build Status Build status

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)