Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baronfel/msbuild-packageversion-example
https://github.com/baronfel/msbuild-packageversion-example
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baronfel/msbuild-packageversion-example
- Owner: baronfel
- License: mit
- Created: 2022-12-09T15:31:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T15:31:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T08:56:23.812Z (27 days ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msbuild-packageversion-example
This is a sample project that shows how to modify generated AssemblyInfo
attributes with data pulled from PackageReferences at build-time.Check out Directory.Build.targets for the key implementations.