gpgme-sharp
3.0.0-beta1
dotnet add package gpgme-sharp --version 3.0.0-beta1
NuGet\Install-Package gpgme-sharp -Version 3.0.0-beta1
<PackageReference Include="gpgme-sharp" Version="3.0.0-beta1" />
paket add gpgme-sharp --version 3.0.0-beta1
#r "nuget: gpgme-sharp, 3.0.0-beta1"
// Install gpgme-sharp as a Cake Addin #addin nuget:?package=gpgme-sharp&version=3.0.0-beta1&prerelease // Install gpgme-sharp as a Cake Tool #tool nuget:?package=gpgme-sharp&version=3.0.0-beta1&prerelease
gpgme-sharp
New in 3.0: 64-bit support on Windows. Requires Gpg4Win 4.2.0 or above.
gpgme-sharp is a C# wrapper around GPGME, the recommended way to use GnuPG within an application. It supports .NET Framework 4.0 and higher, and .NET Core 3.1 and higher.
Requirements
- On Windows, you will need to install Gpg4Win. It is recommended to use Gpg4Win 4.2.0 (released 2023-07-14) or above, as this version added a 64-bit build of GPGME.
- On Debian and Ubuntu, install the libgpgme11 package.
- On other Linux distros or other operating systems, install libgpgme using your favourite package manager, or compile it from source.
On Windows, gpgme-sharp tries to find the GPGME DLL in your Gpg4Win installation directory, and falls back to the system32
directory. If your libgpgme-11.dll
(32-bit) or libgpgme6-11.dll
(64-bit) file is located in a different location, you can pass the path to the Context
constructor.
Usage
The library can be installed using NuGet:
dotnet add package gpgme-sharp
See the Examples directory in the repo for usage examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Microsoft.Win32.Registry (>= 4.5.0)
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0-beta1 | 345 | 12/6/2023 |
2.0.3 | 82,663 | 3/24/2019 |
2.0.2 | 749 | 2/24/2019 |
2.0.1 | 1,601 | 2/10/2019 |
2.0.0 | 731 | 1/31/2019 |
Update to support .NET Standard 2.0