forked from akarpov89/MicroFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicroFlow.Meta.nuspec
More file actions
36 lines (32 loc) · 1.4 KB
/
MicroFlow.Meta.nuspec
File metadata and controls
36 lines (32 loc) · 1.4 KB
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
<?xml version="1.0"?>
<package>
<metadata>
<id>$PackageId$</id>
<version>$version$</version>
<authors>Andrey Karpov</authors>
<owners>Andrey Karpov</owners>
<title>MicroFlow.Meta</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/akarpov89/MicroFlow/master/License.txt</licenseUrl>
<projectUrl>http://akarpov89.github.io/MicroFlow/</projectUrl>
<dependencies>
<dependency id="MicroFlow" version="1.0.36" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="1.2.2" />
</dependencies>
<description>Dynamic flow generation from scheme
Supported platforms:
- .NET 4.5+
- ASP.NET Core 1.0
- Windows 8
- Portable Libraries (supporting Profile7)</description>
<copyright>Copyright © 2015-2016 Andrey Karpov</copyright>
<tags>MicroFlow workflow engine wf framework .net scheme dynamic meta</tags>
</metadata>
<files>
<file src="output\portable\$configuration$\**\MicroFlow.Meta.dll" target="lib\portable-net45+win8\" />
<file src="output\portable\$configuration$\**\MicroFlow.Meta.pdb" target="lib\portable-net45+win8\" />
<file src="output\portable\$configuration$\**\MicroFlow.Meta.dll" target="lib\dotnet\" />
<file src="output\portable\$configuration$\**\MicroFlow.Meta.pdb" target="lib\dotnet\" />
<file src="src\**\*.cs" target="src" />
</files>
</package>