FunFair.BuildVersion.Interfaces 6.2.16.555-main

This is a prerelease version of FunFair.BuildVersion.Interfaces.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FunFair.BuildVersion.Interfaces --version 6.2.16.555-main                
NuGet\Install-Package FunFair.BuildVersion.Interfaces -Version 6.2.16.555-main                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FunFair.BuildVersion.Interfaces" Version="6.2.16.555-main" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunFair.BuildVersion.Interfaces --version 6.2.16.555-main                
#r "nuget: FunFair.BuildVersion.Interfaces, 6.2.16.555-main"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FunFair.BuildVersion.Interfaces as a Cake Addin
#addin nuget:?package=FunFair.BuildVersion.Interfaces&version=6.2.16.555-main&prerelease

// Install FunFair.BuildVersion.Interfaces as a Cake Tool
#tool nuget:?package=FunFair.BuildVersion.Interfaces&version=6.2.16.555-main&prerelease                

Build Version

Simpler/faster git specific version builder

Build Status

Branch Status
main Build: Pre-Release
release Build: Release

Release Notes/Changelog

View changelog

Installation

Install as a global tool

dotnet tool install FunFair.BuildVersion

To update to latest released version

dotnet tool update FunFair.BuildVersion

Install as a local tool

dotnet new tool-manifest
dotnet tool install FunFair.BuildVersion --local

To update to latest released version

dotnet tool update FunFair.BuildVersion --local

Supported Branch formats

Supports release and hotfix branches in the following formats

  • release/version
  • release/package/version
  • release-platform/package/version
  • release-platform/version
  • hotfix/version
  • hotfix/package/version
  • hotfix-platform/package/version
  • hotfix-platform/version

version can be in the following formats:

  • 1
  • 1.2
  • 1.2.3

Output Release Formats

  • Release branches: 1.2.3.4;
    • where 4 is a build number passed to the tool
  • Pre-Release branches 1.2.3.4-tag
    • where 4 is a build number passed to the tool
    • where tag is generated from the branch name (or matching branch for a pull request if it can be located)

Tag restrictions

  • Maximum length before truncating after any processing: 15 characters
  • Non alphanumeric characters are replaced with -
  • Multiple - consecutive characters are shrunk to a single one
  • removes the top folder of the branch when using branches like feature/name so that tag is processed on name only
  • For Pull requests, if a branch cannot be located by its SHA hash then the tag will become pr-id where id is the id of the pull request
  • if no suitable tag can be generated the tag prerelease will be used.

Command line arguments

  -x, --WarningsAsErrors    (Default: false) Whether warnings should be errors
  -b, --BuildNumber         (Default: -1) The build number (use BUILD_NUMBER envrionment variable)
  -s, --ReleaseSuffix       (Default: ) The release suffix
  -p, --Package             (Default: ) The package being released
  --help                    Display this help screen.
  --version                 Display version information.
Running without arguments

This will attempt to retrieve the build number (counter) from an environment variable:

  • BUILD_NUMBER (Set by CI tools like TeamCity)
dotnet buildversion
Running with release branches in format /release/version
dotnet buildversion --BuildNumber 272

or

dotnet buildversion --b272
Running with release branches in format /release-product/version
dotnet buildversion --BuildNumber 272 --ReleaseSuffix "product"

or

dotnet buildversion -b272  -s"product"
Running with release branches in format /release-product/package/version
dotnet buildversion --BuildNumber 272 --ReleaseSuffix "product" --Package "package"

or

dotnet buildversion -b272  -s"product" -p"package"
Running with release branches in format /release/package/version
dotnet buildversion --BuildNumber 272 --Package "package"

or

dotnet buildversion -b272 -p"package"

Integrations

TeamCity

  • Picks up the BUILD_NUMBER environment variable for the build number
  • If TEAMCITY_VERSION environment variable is defined then the system.build.version and buildNumber variables will be set to match the build version that the tool produces

GitHub Actions

  • If GITHUB_ENV environment variable is defined then the BUILD_VERSION environment variable will be set to match the build version that the tool produces.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FunFair.BuildVersion.Interfaces:

Package Downloads
FunFair.BuildVersion.Detection

Build versioning.

FunFair.BuildVersion.Publishers

Build version publishing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.16.619-main 29 9/25/2024
6.2.16.617-main 27 9/25/2024
6.2.16.615-main 26 9/25/2024
6.2.16.614-main 31 9/24/2024
6.2.16.613-main 34 9/24/2024
6.2.16.612-main 36 9/24/2024
6.2.16.611-main 32 9/24/2024
6.2.16.609-main 35 9/24/2024
6.2.16.608-sdk-dotnet-9-pr 31 9/24/2024
6.2.16.604-main 53 9/23/2024
6.2.16.603-main 60 9/23/2024
6.2.16.602-main 66 9/23/2024
6.2.16.600-main 74 9/22/2024
6.2.16.599-update-mezianto 72 9/21/2024
6.2.16.597-main 72 9/21/2024
6.2.16.596-main 73 9/21/2024
6.2.16.582-main 106 9/11/2024
6.2.16.580-main 102 9/10/2024
6.2.16.579-main 103 9/10/2024
6.2.16.578-main 97 9/10/2024
6.2.16.577-main 95 9/10/2024
6.2.16.576-main 110 9/10/2024
6.2.16.574-main 101 9/10/2024
6.2.16.573-main 99 9/9/2024
6.2.16.572-main 95 9/7/2024
6.2.16.571-main 104 9/6/2024
6.2.16.570-main 98 9/6/2024
6.2.16.569-main 97 9/6/2024
6.2.16.567-main 91 9/6/2024
6.2.16.565-main 89 9/6/2024
6.2.16.564-main 104 9/5/2024
6.2.16.563-main 85 9/5/2024
6.2.16.562-main 94 9/5/2024
6.2.16.561-main 96 9/5/2024
6.2.16.560-main 91 9/5/2024
6.2.16.559-main 89 9/5/2024
6.2.16.558-main 93 9/5/2024
6.2.16.557-main 97 9/3/2024
6.2.16.556-main 93 8/31/2024
6.2.16.555-main 90 8/31/2024
6.2.16.554-main 90 8/31/2024
6.2.16.552-sdk-dotnet-9-pr 121 8/21/2024
6.2.16.551-main 113 8/21/2024
6.2.16.550-main 129 8/20/2024
6.2.16.549-main 118 8/20/2024
6.2.16.547-main 126 8/20/2024
6.2.16.545-main 113 8/20/2024
6.2.16.544-main 111 8/19/2024
6.2.16.543-main 115 8/19/2024
6.2.16.541-main 114 8/19/2024
6.2.16.540-main 116 8/15/2024
6.2.16.539-main 116 8/14/2024
6.2.16.538-main 109 8/14/2024
6.2.16.537-main 108 8/14/2024
6.2.16.536-main 112 8/14/2024
6.2.16.534-main 123 8/12/2024
6.2.16.533-main 85 8/6/2024
6.2.16.531-main 85 8/1/2024
6.2.16.530-main 82 8/1/2024
6.2.16.528-main 68 7/31/2024
6.2.16.527-main 62 7/31/2024
6.2.16.526-main 64 7/31/2024
6.2.16.525-main 86 7/30/2024
6.2.16.524-main 77 7/30/2024
6.2.16.522-main 82 7/30/2024
6.2.16.521-main 75 7/30/2024
6.2.16.520-main 96 7/20/2024
6.2.16.519-main 92 7/20/2024
6.2.16.518-main 92 7/20/2024
6.2.16.517-main 101 7/20/2024
6.2.16.516-main 96 7/19/2024
6.2.16.515-main 94 7/19/2024
6.2.16.514-sdk-dotnet-9-pr 92 7/19/2024
6.2.16.513-main 95 7/19/2024
6.2.16.512-main 88 7/19/2024
6.2.16.511-main 89 7/19/2024
6.2.16.510-main 88 7/19/2024
6.2.16.509-main 85 7/19/2024
6.2.16.508-main 95 7/19/2024
6.2.16.507-main 79 7/19/2024
6.2.16.506-main 89 7/19/2024
6.2.16.504-main 93 7/19/2024
6.2.16.502-main 94 7/18/2024
6.2.16.500-main 71 7/17/2024
6.2.16.499-main 72 7/17/2024
6.2.16.498-sdk-dotnet-9-pr 86 7/17/2024
6.2.16.497-main 84 7/17/2024
6.2.16.495-main 85 7/17/2024
6.2.16.494-main 84 7/17/2024
6.2.16.493-main 90 7/16/2024
6.2.16.492-main 93 7/16/2024
6.2.16.491-main 89 7/15/2024
6.2.16.489-main 94 7/12/2024
6.2.16.486-main 93 7/12/2024
6.2.16.485-main 95 7/12/2024
6.2.16.480-main 87 7/11/2024
6.2.16.478-main 98 7/11/2024
6.2.16.477-main 72 7/11/2024
6.2.16.476-main 78 7/11/2024
6.2.16.474-main 91 7/9/2024
6.2.16.473-main 85 7/9/2024
6.2.16.472-main 83 7/9/2024
6.2.16.471-main 114 6/28/2024
6.2.16.470-main 95 6/26/2024
6.2.16.469-update-sonarana 110 6/26/2024
6.2.16.468-main 103 6/26/2024
6.2.16.467-main 100 6/25/2024
6.2.16.466-main 112 6/15/2024
6.2.16.465-main 108 6/13/2024
6.2.16.464-main 104 6/13/2024
6.2.16.463-main 102 6/12/2024
6.2.16.462-main 98 6/12/2024
6.2.16.461-main 98 6/12/2024
6.2.16.460-main 98 6/12/2024
6.2.16.459-main 93 6/11/2024
6.2.16.458-main 89 6/11/2024
6.2.16.457-main 100 6/10/2024
6.2.16.456-main 96 6/10/2024
6.2.16.455-main 99 6/10/2024
6.2.16.451-main 94 6/6/2024
6.2.16.449-main 106 6/2/2024
6.2.16.448-main 111 6/2/2024
6.2.16.447-main 99 5/31/2024
6.2.16.445-main 112 5/30/2024
6.2.16.444-main 109 5/30/2024
6.2.16.443-main 110 5/29/2024
6.2.16.441-main 108 5/25/2024
6.2.16.440-main 103 5/25/2024
6.2.16.438-main 114 5/24/2024
6.2.16.436-main 111 5/23/2024
6.2.16.432-main 110 5/22/2024
6.2.16.428-main 103 5/19/2024
6.2.16.427-main 96 5/19/2024
6.2.16.426-main 89 5/18/2024
6.2.16.425-main 107 5/17/2024
6.2.16.424-main 102 5/17/2024
6.2.16.423-main 102 5/17/2024
6.2.16.422-main 108 5/17/2024
6.2.16.421-main 106 5/17/2024
6.2.16.420-main 110 5/17/2024
6.2.16.419-main 102 5/17/2024
6.2.16.418-main 99 5/17/2024
6.2.16.417-main 102 5/17/2024
6.2.16.416-main 113 5/17/2024
6.2.16.415-main 101 5/17/2024
6.2.16.414-main 104 5/16/2024
6.2.16.413-main 102 5/16/2024
6.2.16.412-dotnet-sdk-8-0 92 5/16/2024
6.2.16.411-main 88 5/1/2024
6.2.16.409-main 125 4/30/2024
6.2.16.408-main 123 4/30/2024
6.2.16.406-main 126 4/30/2024
6.2.16.403-main 104 4/29/2024
6.2.16.401-main 123 4/25/2024
6.2.16.400-main 114 4/24/2024
6.2.16.398-main 99 4/23/2024
6.2.16.397-main 127 4/23/2024
6.2.16.393-main 107 4/18/2024
6.2.16.390-main 112 4/18/2024
6.2.16.389-main 115 4/16/2024
6.2.16.388-main 105 4/16/2024
6.2.16.386-main 108 4/15/2024
6.2.16.383-main 110 4/10/2024
6.2.16.382-main 119 4/10/2024
6.2.16.381-main 121 4/10/2024
6.2.16.380-main 106 4/10/2024
6.2.16.379-main 113 4/10/2024
6.2.16.378-main 117 4/10/2024
6.2.16.377-dotnet-sdk-8-0 110 4/10/2024
6.2.16.376-main 115 4/8/2024
6.2.16.375-main 114 4/8/2024
6.2.16.374-main 112 4/7/2024
6.2.16.373-main 115 4/7/2024
6.2.16.372-main 113 4/7/2024
6.2.16.371-main 118 4/7/2024
6.2.16.370-main 122 4/3/2024
6.2.16.368-main 126 4/2/2024
6.2.16.367-main 104 4/2/2024
6.2.16.366-main 108 4/2/2024
6.2.16.365-main 120 3/30/2024
6.2.16.364-main 115 3/29/2024
6.2.16.363-main 117 3/27/2024
6.2.16.361-main 110 3/26/2024
6.2.16.360-main 111 3/26/2024
6.2.16.359-main 130 3/25/2024
6.2.16.358-main 120 3/25/2024
6.2.16.355-main 123 3/25/2024
6.2.16.352-main 128 3/25/2024
6.2.16.351-main 118 3/20/2024
6.2.16.350-main 118 3/20/2024
6.2.16.349-main 115 3/20/2024
6.2.16.348-main 109 3/20/2024
6.2.16.347-main 112 3/19/2024
6.2.16.346-main 110 3/19/2024
6.2.16.344-main 111 3/19/2024
6.2.16.343-main 123 3/14/2024
6.2.16.341-main 119 3/8/2024
6.2.16.340-main 107 3/8/2024
6.2.16.338-main 120 3/7/2024
6.2.16.337-main 108 3/7/2024
6.2.16.336-main 128 3/4/2024
6.2.16.335-main 126 2/27/2024
6.2.16.334-main 122 2/27/2024
6.2.16.333-main 124 2/26/2024
6.2.16.332-main 113 2/26/2024
6.2.16.331-main 117 2/26/2024
6.2.16.330-main 110 2/25/2024
6.2.16.329-main 113 2/25/2024
6.2.16.327-main 118 2/25/2024
6.2.16.326-main 123 2/25/2024
6.2.16.325-main 111 2/25/2024
6.2.16.324-main 133 2/25/2024
6.2.16.323-main 107 2/24/2024
6.2.16.322-main 134 2/20/2024
6.2.16.321-main 123 2/20/2024
6.2.16.320-main 130 2/20/2024
6.2.16.319-main 112 2/19/2024
6.2.16.317-main 130 2/12/2024
6.2.16.316-main 131 2/12/2024
6.2.16.315-main 113 2/12/2024
6.2.16.314-main 134 2/11/2024
6.2.16.313-main 134 2/9/2024
6.2.16.312-main 125 2/9/2024
6.2.16.311-update-funfair 122 2/9/2024
6.2.16.310-update-funfair 115 2/9/2024
6.2.16.309-main 126 2/8/2024
6.2.16.308-main 121 2/8/2024
6.2.16.305-main 119 2/7/2024
6.2.16.304-main 128 2/7/2024
6.2.16.303-main 127 2/7/2024
6.2.16.302-main 128 2/7/2024
6.2.16.301-main 125 2/6/2024
6.2.16.300-main 127 2/6/2024
6.2.16.299-main 123 2/6/2024
6.2.16.298-main 113 2/5/2024
6.2.16.297-main 124 2/5/2024
6.2.16.296-main 122 1/31/2024
6.2.16.295-main 112 1/31/2024
6.2.16.293-main 118 1/30/2024
6.2.16.292-main 113 1/29/2024
6.2.16.291-build 112 1/29/2024
6.2.16.290-build 122 1/29/2024
6.2.16.289-build 113 1/29/2024
6.2.16.288-build 113 1/29/2024
6.2.16.287-build 119 1/29/2024
6.2.16.286-main 112 1/29/2024
6.2.16.285-main 116 1/27/2024
6.2.16.284-main 117 1/26/2024
6.2.16.283-main 108 1/25/2024
6.2.16.282-main 107 1/24/2024
6.2.16.281-main 118 1/23/2024
6.2.16.280-main 108 1/17/2024
6.2.16.279-main 124 1/16/2024
6.2.16.278-main 117 1/15/2024
6.2.16.277-main 124 1/15/2024
6.2.16.276-main 123 1/15/2024
6.2.16.275-main 124 1/14/2024
6.2.16.274-main 127 1/13/2024
6.2.16.273-main 122 1/13/2024
6.2.16.272-main 120 1/10/2024
6.2.16.271-main 127 1/9/2024
6.2.16.270-main 139 1/7/2024
6.2.16.269-main 140 1/6/2024
6.2.16.268-main 143 1/6/2024
6.2.16.266-main 135 1/5/2024
6.2.16.265-main 146 1/5/2024
6.2.16.264-main 130 1/5/2024
6.2.16.263-main 140 1/5/2024
6.2.16.262-main 136 1/5/2024
6.2.16.261-main 134 1/5/2024
6.2.16.260-main 132 1/4/2024
6.2.16.259-main 130 1/4/2024
6.2.16.258-main 140 1/2/2024
6.2.16.256-main 155 12/30/2023
6.2.16.255-main 142 12/30/2023
6.2.16.254-main 140 12/28/2023
6.2.16.253-main 166 12/28/2023
6.2.16.252-main 126 12/26/2023
6.2.16.251-main 133 12/26/2023
6.2.15.250 7,242 12/24/2023
6.2.15.249-main 158 12/24/2023
6.2.15.248-main 132 12/23/2023
6.2.15.247-main 139 12/23/2023
6.2.15.246-main 134 12/23/2023
6.2.15.245-main 132 12/23/2023
6.2.15.244-main 137 12/23/2023
6.2.15.243-main 126 12/23/2023
6.2.15.242-main 143 12/23/2023
6.2.15.241-main 137 12/23/2023
6.2.15.240-main 176 12/21/2023
6.2.15.239-main 121 12/21/2023
6.2.15.238-main 144 12/21/2023