forked from eventflow/EventFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventFlow.nuspec
More file actions
23 lines (23 loc) · 961 Bytes
/
EventFlow.nuspec
File metadata and controls
23 lines (23 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EventFlow</id>
<title>EventFlow - CQRS+ES framework</title>
<version>0.0.0</version>
<authors>rasmus</authors>
<description>CQRS+ES framework</description>
<language>en-US</language>
<iconUrl>https://raw.githubusercontent.com/rasmus/EventFlow/master/icon-256.png</iconUrl>
<projectUrl>https://github.com/rasmus/EventFlow</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/rasmus/EventFlow/master/LICENSE</licenseUrl>
<copyright>Copyright (c) 2015-2016 Rasmus Mikkelsen</copyright>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>CQRS ES event sourceing eventstore</tags>
<releaseNotes>@releaseNotes@</releaseNotes>
@dependencies@
@references@
</metadata>
<files>
<file src="bin\EventFlow.dll" target="lib\net451" />
</files>
</package>