RegexMatch.MSBuildTask 1.0.0.1-alpha

This is a prerelease version of RegexMatch.MSBuildTask.
dotnet add package RegexMatch.MSBuildTask --version 1.0.0.1-alpha
NuGet\Install-Package RegexMatch.MSBuildTask -Version 1.0.0.1-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RegexMatch.MSBuildTask" Version="1.0.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RegexMatch.MSBuildTask --version 1.0.0.1-alpha
#r "nuget: RegexMatch.MSBuildTask, 1.0.0.1-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RegexMatch.MSBuildTask as a Cake Addin
#addin nuget:?package=RegexMatch.MSBuildTask&version=1.0.0.1-alpha&prerelease

// Install RegexMatch.MSBuildTask as a Cake Tool
#tool nuget:?package=RegexMatch.MSBuildTask&version=1.0.0.1-alpha&prerelease

MSBuild task for regular expression pattern matching for MSBuild properties like this:
     <RegexMatch Input="$(Foo)" Pattern="^Hello">
     <Output TaskParameter="Match" PropertyName="Result" />
     </RegexMatch>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.1-alpha 743 2/17/2017
1.0.0-alpha 674 2/17/2017

v.1.0.0
     - 1st Release