https://github.com/feuster/buildinformation
BuildInformation creates a C# class with auto-increment build, build date and revision control system info.
https://github.com/feuster/buildinformation
autoincrement build-automation build-tool csharp revision revision-control
Last synced: 3 months ago
JSON representation
BuildInformation creates a C# class with auto-increment build, build date and revision control system info.
- Host: GitHub
- URL: https://github.com/feuster/buildinformation
- Owner: feuster
- License: mit
- Created: 2021-11-19T18:46:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T13:18:07.000Z (over 3 years ago)
- Last Synced: 2025-01-15T22:20:48.233Z (5 months ago)
- Topics: autoincrement, build-automation, build-tool, csharp, revision, revision-control
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildInformation
BuildInformation creates a C# class with auto-increment build, build date and revision control system info.Use the bootstrap BuildInformation.exe for e.g. as pre-build event
> start /WAIT "BuildInformation" "$(ProjectDir)Bootstrap\BuildInformation.exe" "--file=$(ProjectDir)BuildInformation.cs"
>
> exit 0