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
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • dotversion

    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.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • 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