Skip to content

fsprojects/SyntacticVersioning

Repository files navigation

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)

About

Helper tool to verify semantic version changes based on API surface area changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages