Wrote a CLI application to increase .NET's projects version by Semver

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dotversion

    Discontinued Dotversion is an application to increase version of .NET applications according to SemVer (https://semver.org)

  • Hey everyone! One day I noticed, that dotnet doesn't have any way to quickly update version of project (or i'm just not found?). So I written it by myself with Nim: https://github.com/dadyarri/dotversion

  • GitVersion

    From git log to SemVer in no time

  • At work we use https://gitversion.net/docs/ in our devops pipelines. Similaf to git-semver it generates a version based on what's published previously.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • minver

    🏷 Minimalistic versioning using Git tags.

  • Having said that, there are some useful programs that help with .net versioning already. Have used GitVersion before. Currently MinVer https://github.com/adamralph/minver looks good enough for me. Version releases by hand with Git tags, which I ended up doing for releases anyway, as I wanted truly Semantic Versioning 2.0.0.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts