Releases: rubicon-oss/LicenseHeaderManager
Releases · rubicon-oss/LicenseHeaderManager
1.7.3
-
Defined Newline behavior and fixed minor bugs concerning Newlines at the start of the file or the end of the defined license header
- https://github.com/rubicon-oss/LicenseHeaderManager/wiki/Newline-behaviour-of-the-LicenseHeaderManager
- Fix “Newline after skip expression does not get retained” (#59)
- Fix “Extra newlines on top of the file lead to superfluous adding of newlines” (#62)
- Fix “Extra newline gets added after skip expression” (#63)
-
Fix “%filename% returns lowercase filename” (#37)
-
Fix “Updating a Projectitems in a folder crashes Visual Studio” (#42)
-
Fix “Trace.Assert error when higher version of LicenseHeaderManager was installed” (#44)
-
Added all known supported Languages to the Languages Settings (#47)
-
Fix "Add licenseheader to new created item does not work" (#56)
-
Fix “Only show update message box when language settings got changed” (#65)
-
Fix “LicenseHeaderManager Repository is missing its license” (#64)
1.7.2
1.7.1
1.7.0
- Now offers to link already existing LicenseHeaderDefinition file, if one is present in the project, on solution and project update (#14)
- Fix “LicenseHeaderManager.Headers.UserInfo threw an exception” (#16)
- Fix “Inconsistent NewLine behavior” (#19)
- Up until now, LicenseHeaderManager would always add an additional newline at the end of the license header when updating but not when inserting it into a new file.
- With this patch, LicenseHeaderManager adds newlines exactly as they are defined in the .licenseheader file.
- Note: If there is a comment at the top of the file which is not part of the license header, it still adds a newline at the end of the inserted license header to prevent making the already existing comment part of the license header.
- Attention: Please review your .licenseheader file and update it if necessary:
If you want a blank line between your license header and your code, make sure to have a blank line at the end of the license headers in your .licenseheader file.
- Fix “Doesn’t support Visual Studio 2015 Shared project” (#18)
v1.6.2
v1.6.1
v1.6.0
- Support for VS2015
- Added solution-level commands
- Support for linked files
- Support for WIXPROJ
- Support for SQLPROJ
- Various bug fixes
v1.5.0
- Added support for VS 2013
- Fixed performance issues and bugs