This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathMicroFlow.nuspec
39 lines (34 loc) · 1.63 KB
/
MicroFlow.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<package>
<metadata>
<id>$PackageId$</id>
<version>$version$</version>
<authors>Andrey Karpov</authors>
<owners>Andrey Karpov</owners>
<title>MicroFlow</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/akarpov89/MicroFlow/master/License.txt</licenseUrl>
<projectUrl>http://akarpov89.github.io/MicroFlow/</projectUrl>
<description>Lightweight workflow engine
Supported platforms:
- .NET 4.0+
- .NET Core (DNX Core 5+, Universal Windows Apps 10+)
- Windows 8
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
- Portable Libraries (supporting Profile259)</description>
<copyright>Copyright © 2015-2016 Andrey Karpov</copyright>
<tags>workflow engine wf framework .net</tags>
</metadata>
<files>
<file src="output\$configuration$\**\MicroFlow.dll" target="lib\net40\" />
<file src="output\$configuration$\**\MicroFlow.pdb" target="lib\net40\" />
<file src="output\portable\$configuration$\**\MicroFlow.dll" target="lib\portable-net45+win8+wpa81+wp8\" />
<file src="output\portable\$configuration$\**\MicroFlow.pdb" target="lib\portable-net45+win8+wpa81+wp8\" />
<file src="output\portable\$configuration$\**\MicroFlow.dll" target="lib\dotnet\" />
<file src="output\portable\$configuration$\**\MicroFlow.pdb" target="lib\dotnet\" />
<file src="output\$configuration$\**\MicroFlow.Graph.exe" target="tools" />
<file src="output\$configuration$\**\MicroFlow.dll" target="tools" />
<file src="src\**\*.cs" target="src" />
</files>
</package>