Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

ozzymcduff/SemVer.FromAssembly

Repository files navigation

SemVer.FromAssembly Build Status Build status NuGet

NOTE!

This library/exe is Obsolete, please use SyntacticVersioning.

Goal

Autogenerate nuget package version based on surface area of the new package

Usage

USAGE: SemVer.FromAssembly.exe [--help] [--surface-of ] [--output ] [--magnitude ]

OPTIONS:

--surface-of <path>   Get the public api surface of the .net binary as json
--output <path>       Send output to file
--magnitude <original> <new>
                      Get the magnitude of the difference between two .net binaries
--help                display this list of options.

Together with Cake

Use Cake.SemVer.FromAssembly