-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFluent-Regex.nuspec
More file actions
22 lines (22 loc) · 862 Bytes
/
Fluent-Regex.nuspec
File metadata and controls
22 lines (22 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Fluent-Regex</id>
<version>$version$</version>
<title>Fluent-Regex</title>
<description>The original fluent regular expression builder for .NET</description>
<authors>Brandon Wood</authors>
<owners>Brandon Wood</owners>
<projectUrl>https://github.com/bcwood/FluentRegex</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Brandon Wood</copyright>
<tags>regex regularexpression</tags>
<releaseNotes></releaseNotes>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="FluentRegex\bin\Release\netstandard2.0\FluentRegex.dll" target="lib\netstandard2.0" />
<file src="README.md" target="docs\" />
</files>
</package>