ResourceModules VS Nerdbank.GitVersioning

Compare ResourceModules vs Nerdbank.GitVersioning and see what are their differences.

ResourceModules

This repository includes a CI platform for and collection of mature and curated Bicep modules. The platform supports both ARM and Bicep and can be leveraged using GitHub actions as well as Azure DevOps pipelines. (by Azure)

Nerdbank.GitVersioning

Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds. (by dotnet)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ResourceModules Nerdbank.GitVersioning
12 7
714 1,291
0.6% 2.0%
9.6 8.5
12 days ago 10 days ago
Bicep C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ResourceModules

Posts with mentions or reviews of ResourceModules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-17.

Nerdbank.GitVersioning

Posts with mentions or reviews of Nerdbank.GitVersioning. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • How to set up automatic versioning
    2 projects | /r/dotnet | 1 Feb 2023
    i have been using Nerdbank GitVersioing https://github.com/dotnet/Nerdbank.GitVersioning
  • Question on detection multiple path changes
    3 projects | /r/azuredevops | 30 May 2022
    The https://github.com/Azure/ResourceModules repo (which I recommend strongly, if you are just starting with template specs/bicep modules) seems to be at least referencing https://github.com/dotnet/Nerdbank.GitVersioning though when I peeked at their pipelines I'm not sure if they are actually utilizing it for version numbers. For me it was a bit too complex approach, but might suit you.
  • CI/CD for .net 6, using GitHub actions
    3 projects | dev.to | 30 Nov 2021
    So, is there a complexity with delivering a NuGet package? Yes. NuGet package versioning can be a big undertaking when it comes to manual deployments, much less CD; as there is a requirement of NuGet packages being immutable. Does this mean that for every check in, on every potential branch that will be pushed to NuGet, you need to update some text file or code to indicate the next built version? That was my initial thinking, but thankfully that is not the case with the help of Nerdbank.GitVersioning.
  • Automatic .NET Versioning Tool
    5 projects | /r/dotnet | 10 Apr 2021
    I would suggest you compare with the readme on https://github.com/dotnet/Nerdbank.GitVersioning (FD: this is what I use for versioning my projects, so I'm already very familiar with it), which has most of the details up front (i.e. I don't have to go browsing through multiple wiki pages). It clearly calls out: - What does the package accomplish? (it adds semver information based on git history) - What is it compatible with? ("[dotnet] assemblies, VSIX, NuGet, NPM, and more") - What sets it apart? (#1: every commit generates a unique version, and builds reproducibility is prioritized. #2-4: everything is automatic.) - Further down it talks about how it calculates versions, and how to calculate between versions and git commits (i.e. how does the automatic part work)
  • What is the “standard” method of versioning your applications?
    1 project | /r/csharp | 22 Jan 2021
    GitVersioning. Auto-increments based on commit. Integrates into your build and automatically adds AssemblyInfo. https://github.com/dotnet/Nerdbank.GitVersioning
  • Best practices for versioning in Release Pipelines
    2 projects | /r/azuredevops | 31 Dec 2020
  • Run EF Core Queries on SQL Server From Blazor WebAssembly
    18 projects | dev.to | 21 Sep 2020
    How to adopt a versioning strategy using tools like Nerdbank GitVersion

What are some alternatives?

When comparing ResourceModules and Nerdbank.GitVersioning you can also consider the following projects:

opnazure - This template allows you to deploy an OPNsense Firewall Azure VM using the opnsense-bootsrtap installation method

Versioning.NET - A dotnet tool that automatically increments versions in csproj files based on git commit hints.

PSDocs - Generate documentation from Infrastructure as Code (IaC).

minver - 🏷 Minimalistic versioning using Git tags.

PSBicep - This is the repo for the Bicep PowerShell Module.

AspNetCore.Docs - Documentation for ASP.NET Core

avdaccelerator - AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices

Verlite - Automatically version projects via semantic git tags with a focus on being lite, optimized for continuous delivery.

data-management-zone - Template to deploy the Data Management Zone of Cloud Scale Analytics (former Enterprise-Scale Analytics). The Data Management Zone provides data governance and management capabilities for the data platform of an organization.

dotnet-setversion - .NET Core CLI tool to update the version information in .NET Core *.csproj files

bicep-registry-modules - Bicep registry modules

ExpressionPowerTools - Power tools for working with IQueryable and Expression trees.