mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-19 05:17:11 +02:00
Update POCO to 1.11.0
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Poco.$id$.$vs$.noarch</id>
|
||||
<version>$version$</version>
|
||||
<title>Pocoproject Poco $vs$ noarch</title>
|
||||
<authors>Applied Informatics & Contributors</authors>
|
||||
<owners>Guenter Obiltschnig & Aleksandar Fabijanic</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">BSL-1.0</license>
|
||||
<icon>image/poco.png</icon>
|
||||
<projectUrl>https://org/</projectUrl>
|
||||
<description>Modern, powerful open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.</description>
|
||||
<releaseNotes>releaseNotes</releaseNotes>
|
||||
<copyright>Copyright 2006-2020</copyright>
|
||||
<language></language>
|
||||
<tags>native string filesystem thread date log event regex uri uuid cache nativepackage sockets mime http ftp mail pop3 smtp html sax sax2 dom xml</tags>
|
||||
<repository type="git" url="git@github.com:pocoproject/poco.git" branch="poco-$version$" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\..\poco.png" target="image\poco.png" />
|
||||
<file src="..\..\..\$inc$\include\**\*.h" target="build\native\inc" />
|
||||
<file src="Poco.noarch.targets" target="build\native\Poco.$id$.$vs$.noarch.targets" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user