Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefandevo/assemblyversion-github-action

Github Action for settings AssemblyVersion of csproj file
https://github.com/stefandevo/assemblyversion-github-action

Last synced: 7 days ago
JSON representation

Github Action for settings AssemblyVersion of csproj file

Awesome Lists containing this project

README

        

# AssemblyVersion

This Github Action sets the AssemblyVersion of the given csproj to the next revision/build number.
The format is fixed for now:
yyyy.mm.dd.xx

Where xx is first read from the existing file and then increased by 1.