Skip to content

Releases: rubicon-oss/LicenseHeaderManager

1.7.3

15 Mar 10:22
Compare
Choose a tag to compare
  • Defined Newline behavior and fixed minor bugs concerning Newlines at the start of the file or the end of the defined license header

  • 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

02 May 07:18
Compare
Choose a tag to compare
  • Fix "Crash with PHP Tools for Visual Studio" (#32)
  • Fix "GetHeaderRecursive (ProjectItem) throws StackOverflowException in CustomProjectTypes" (#36)

1.7.1

25 Jan 08:41
Compare
Choose a tag to compare
  • Fix „Version 1.7.0 with VS2015 Community - The system cannot find the file specified” (#22)
  • Fix “"Add license header to all projects" keeps consuming memory instead of releasing the resources after each file is done” (#25)

1.7.0

21 Dec 16:33
Compare
Choose a tag to compare
  • 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

09 Sep 11:53
Compare
Choose a tag to compare
  • Displaying progress information when updating the entire solution (#2)
  • Various bugfixes for release 1.6.x

v1.6.1

20 Aug 19:29
Compare
Choose a tag to compare

Fix for #1: Add existing License Header Definition File in Folder context menu does not create a link

v1.6.0

20 Aug 19:31
Compare
Choose a tag to compare
  • Support for VS2015
  • Added solution-level commands
  • Support for linked files
  • Support for WIXPROJ
  • Support for SQLPROJ
  • Various bug fixes

v1.5.0

20 Aug 19:34
Compare
Choose a tag to compare
  • Added support for VS 2013
  • Fixed performance issues and bugs