Skip to content

Releases: pjquirk/libcurl.NET

v1.4

16 Feb 21:22
Compare
Choose a tag to compare
  • Updated libcurl from 7.13.0 to 7.40.0
  • Added x64 configuration

v1.3

10 Feb 18:59
Compare
Choose a tag to compare

Initial version of libcurl.NET, identical to the original version from Sourceforge. Original notes are below.

$Id: ReadMe.bin,v 1.1 2005/02/17 22:47:24 jeffreyphillips Exp $

This is the README file for binaries. Included in the distribution are the following four files:

  • libcurl.dll: This was built with libcurl 7.13.0, openssl-0.9.7e, c-ares-1.2.1 and zlib-1.2.1
  • ca-bundle.crt: Simple certificate bundle for SSL.
  • LibCurlNet.dll: The DLL referenced by your program.
  • LibCurlShim.dll: A DLL used internally by LibCurlNet.dll to interface with libcurl.dll.

Two more notes:

  • If you have Visual Studio 7.1 or higher, you can rebuild LibCurlNet.dll and LibCurlShim.dll by opening LibCurlNet.sln in the parent directory.
  • Executables built from the samples directory should go here as well, since LibCurlNet.dll is now an unsigned, private assembly.