rubicon-oss / LicenseHeaderManager

Manage license headers for your source code files in Visual Studio
179 stars 41 forks source link

I wrote an interim header manager, to be used until a VS2022 version of LHM gets released #163

Closed squideyes closed 2 years ago

squideyes commented 2 years ago

SetCodeHeaders is a simple Visual Studio 2022 extension that does one thing and one thing alone: add text from a "\.sln.headertext" file to ALL of the .CS, .XML, .CONFIG, .XSD and .XAML files in a given solution.

The extension was written as a stop-gap while waiting for Rubicon's superb License Header Manager to be updated to work with VS2022, and should not be used as a long-term replacement, since:

You can download the extension from https://github.com/squideyes/SetCodeHeaders

Enjoy...

MichaelKetting commented 2 years ago

@squideyes Thank you for that update. Given that your ticket isn't a bug-report, feature-request (in and of itself), or a question, I'll be closing it. I recommend you contribute to the discussion in #141