-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
22 lines (22 loc) · 916 Bytes
/
Package.nuspec
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>MultiSwitch</id>
<version>1.0.2</version>
<authors>Arthur Vaverko</authors>
<owners>Arthur Vaverko</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/arthurvaverko/MultiSwitch</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A fluent api that will help you to match patterns of primitives.
So basically a switch statement with multiple variables.
</description>
<releaseNotes>Fixed issue where Default would always run, regardless if one of the other matches was true.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Switch MultiSwitch Multiple Variables Switch Statement</tags>
</metadata>
<files>
<file src="MultiSwitch\bin\Release\MultiSwitch.dll" target="lib\MultiSwitch.dll" />
</files>
</package>