view Implab/Implab.nuspec @ 255:b00441e04738 v3

Adde workaround to the behaviour of the logical operations stack in conjuction with async/await methods
author cin
date Wed, 04 Apr 2018 15:38:48 +0300
parents 8dd666e6b6bf
children
line wrap: on
line source

<?xml version="1.0"?>
<package >
  <metadata>
    <id>Implab</id>
    <version>$version$</version>
    <title>$title$</title>
    <authors>Implab team</authors>
    <owners>Implab team</owners>
    <projectUrl>https://implab.org/</projectUrl>
    <!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl> -->
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Common components for asynchronous applications, tracing, logging, json and xml traits.</description>
    <releaseNotes>Added strong name.</releaseNotes>
    <copyright>Copyright 2017</copyright>
    <tags>async xml json</tags>
  </metadata>
</package>