Releases: linkdotnet/BuildInformation
Releases · linkdotnet/BuildInformation
v2.1.2
v2.1.1
v2.1.0
Added
- Added AssemblyCopyright and AssemblyCompany properties to the BuildInformation class.
v2.0.0
v2.0 release which drops the Git Information, as the API was deprecated.
Added
- New properties for .SDK Version and Compiler Version
- Made object
partialso it can be easily extended.
Breaking Changes / Removed
- Removed Git Information support and related properties
v1.3.0
Added
- Added support for git information. Please see the README.md for more details and how to activate it.
v1.2.1
Changed
- Fixed a wrong example tag which shows a language version instead of the language itself
v1.2.0
Added
- Language and LanguageVersion properties to the BuildInformation (i.e. C# 12.0)
v1.1.2
Added
- Added logo for nuget package
v1.1.1
Changed
- Minor version bump because of failed deployment
v1.1.0
Added
The following options were added:
AnalysisLevelto represent the<AnalysisLevel>property in the project fileProjectDirectoryto represent the current path to the project file