Skip to content

Releases: linkdotnet/BuildInformation

v2.1.2

09 Dec 06:31
db2a7ea

Choose a tag to compare

Fixed

  • Use build properties for configuration to detect custom configurations properly.

v2.1.1

09 Dec 06:22
43adfee

Choose a tag to compare

v2.1.1 Pre-release
Pre-release

Fixed

  • Issue with detecting configuration. Reported by @Sella-GH in #69.

v2.1.0

08 Dec 11:55
a168c08

Choose a tag to compare

Added

  • Added AssemblyCopyright and AssemblyCompany properties to the BuildInformation class.

v2.0.0

03 Dec 13:05

Choose a tag to compare

v2.0 release which drops the Git Information, as the API was deprecated.

Added

  • New properties for .SDK Version and Compiler Version
  • Made object partial so it can be easily extended.

Breaking Changes / Removed

  • Removed Git Information support and related properties

v1.3.0

11 Oct 09:33
4bbdf12

Choose a tag to compare

Added

  • Added support for git information. Please see the README.md for more details and how to activate it.

v1.2.1

02 May 17:11
e4c80b2

Choose a tag to compare

Changed

  • Fixed a wrong example tag which shows a language version instead of the language itself

v1.2.0

25 Apr 19:55
de0ea70

Choose a tag to compare

Added

  • Language and LanguageVersion properties to the BuildInformation (i.e. C# 12.0)

v1.1.2

20 Apr 08:33
85ceda5

Choose a tag to compare

Added

  • Added logo for nuget package

v1.1.1

19 Apr 19:18
2f4f484

Choose a tag to compare

Changed

  • Minor version bump because of failed deployment

v1.1.0

19 Apr 19:14
3c9b98e

Choose a tag to compare

Added

The following options were added:

  • AnalysisLevel to represent the <AnalysisLevel> property in the project file
  • ProjectDirectory to represent the current path to the project file