Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefandevo/assemblyversion-github-action
- Owner: stefandevo
- Created: 2020-03-19T19:16:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T09:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T12:16:31.486Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.xxWhere xx is first read from the existing file and then increased by 1.