##// END OF EJS Templates
preview version of Unity xml configuration
preview version of Unity xml configuration

File last commit:

r234:8dd666e6b6bf v2
r272:9d1cca834b05 v3
Show More
Implab.nuspec
16 lines | 664 B | text/plain | TextLexer
cin
Added implab nuget spec
r234 <?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>