annotate Implab/Implab.nuspec @ 249:d82909310094
v3
Implab.Test moved to xunit
Complete set of PromiseHelpers (Then, Catch, Finally)
Removed obsolete types ICancellable, ICancellationToken
author |
cin |
date |
Wed, 31 Jan 2018 11:28:38 +0300 |
parents |
8dd666e6b6bf |
children |
|
rev |
line source |
234
|
1 <?xml version="1.0"?>
|
|
2 <package >
|
|
3 <metadata>
|
|
4 <id>Implab</id>
|
|
5 <version>$version$</version>
|
|
6 <title>$title$</title>
|
|
7 <authors>Implab team</authors>
|
|
8 <owners>Implab team</owners>
|
|
9 <projectUrl>https://implab.org/</projectUrl>
|
|
10 <!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
|
|
11 <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
12 <description>Common components for asynchronous applications, tracing, logging, json and xml traits.</description>
|
|
13 <releaseNotes>Added strong name.</releaseNotes>
|
|
14 <copyright>Copyright 2017</copyright>
|
|
15 <tags>async xml json</tags>
|
|
16 </metadata>
|
|
17 </package> |