aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/nuget/libcpr.nuspec
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 19:32:01 +0200
committerGitHub Enterprise <[email protected]>2025-10-24 19:32:01 +0200
commit4cba4eb3f122c7a1a49b629b1c0656d7f817f001 (patch)
treee184821073167f6e81a75193efca91013d7b359b /thirdparty/cpr/nuget/libcpr.nuspec
parentfixed progress bar when scanning changed local files (#608) (diff)
downloadzen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.tar.xz
zen-4cba4eb3f122c7a1a49b629b1c0656d7f817f001.zip
move cpr in-tree (#605)
* added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
Diffstat (limited to 'thirdparty/cpr/nuget/libcpr.nuspec')
-rw-r--r--thirdparty/cpr/nuget/libcpr.nuspec19
1 files changed, 19 insertions, 0 deletions
diff --git a/thirdparty/cpr/nuget/libcpr.nuspec b/thirdparty/cpr/nuget/libcpr.nuspec
new file mode 100644
index 000000000..e47a8c08e
--- /dev/null
+++ b/thirdparty/cpr/nuget/libcpr.nuspec
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>libcpr</id>
+ <version>$VERSION$</version>
+ <title>C++ Requests: Curl for People</title>
+ <authors>Simon Berger</authors>
+ <owners>Fabian Sauter, Kilian Traub, many other libcpr contributors</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <license type="expression">MIT</license>
+ <icon>resources/cpr.png</icon>
+ <readme>README.md</readme>
+ <projectUrl>https://github.com/libcpr</projectUrl>
+ <description>C++ Requests: Curl for People, a spiritual port of Python Requests.</description>
+ <tags>Native, native</tags>
+ <language>english</language>
+ <repository type="git" url="https://github.com/libcpr/cpr" branch="master" commit="$COMMIT_HASH$" />
+ </metadata>
+</package> \ No newline at end of file