Info
| Version: | 0.1.3 |
| Author(s): | Mobile Essentials |
| Last Update: | Thursday, June 15, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MobileEssentials/MSBuilder/ |
| NuGet Url: | https://www.nuget.org/packages/MSBuilder.RegexReplace |
Install
Install-Package MSBuilder.RegexReplace
dotnet add package MSBuilder.RegexReplace
paket add MSBuilder.RegexReplace
MSBuilder.RegexReplace Download (Unzip the "nupkg" after downloading)
Dependencies
- MSBuilder.CodeTaskAssembly(>= 0.2.5)
Tags
Example:
<RegexReplace Files="@(Compile)"
Pattern="/\* LICENSE \*/"
Replacement="$(LicenseHeader)" />.