NGitLab 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NGitLab --version 10.0.0
                    
NuGet\Install-Package NGitLab -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NGitLab" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NGitLab" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NGitLab" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NGitLab --version 10.0.0
                    
#r "nuget: NGitLab, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NGitLab@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NGitLab&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NGitLab&version=10.0.0
                    
Install as a Cake Tool

NuGet

What is NGitLab?

NGitLab is a .NET client implementation for the GitLab REST API.

Usage

Start by creating a GitLabClient instance:

var client = new GitLabClient("https://mygitlab.example.com", "your_private_token");

Then use its properties. You can obtain the private token in your account page. You may want to create a custom user for the API usage.

For further info about the GitLab API, refer to the official documentation

Where can I get it?

Get it from nuget.org. You can simply install it using the dotnet CLI:

dotnet add package NGitLab

Running Unit Tests locally

  • Install Docker on your machine
  • It's recommended to use WSL version 2 (see here)
  • Executing tests under Linux requires PowerShell to be installed (see here)

Thanks

Thanks to Scooletz for creating the original project.

Product 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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NGitLab:

Package Downloads
NGitLab.Mock

GitLab REST API .NET Client Mock Library

DevAudit.Auditlibrary

Open-source, cross-platform, multi-purpose security auditing tool - core audit library

Cake.GitLab

Cake aliases for interacting with GitLab

Extensions.Configuration.GitRepository.GitLabProvider

GitLab's repository configuration provider implementation to use with Microsoft.Extensions.Configuration.

Onenote2md.Core

OneNoteParser and generater of MD files

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NGitLab:

Repository Stars
sonatype-nexus-community/DevAudit
Open-source, cross-platform, multi-purpose security auditing tool
GitTools/GitReleaseManager
Tool for creating and exporting releases for software applications hosted on GitHub
Version Downloads Last Updated
10.1.0 168 9/5/2025
10.0.0 1,593 8/20/2025
9.3.1 230 8/20/2025
9.3.0 1,675 8/11/2025
9.2.0 3,728 7/2/2025
9.1.0 647 6/30/2025
9.0.1 674 6/25/2025
9.0.0 1,332 6/18/2025
8.9.0 1,568 6/18/2025
8.8.0 1,084 6/16/2025
8.7.0 7,466 5/16/2025
8.6.0 3,938 5/5/2025
8.5.0 702 5/2/2025
8.4.0 3,395 4/17/2025
8.3.0 49,956 3/17/2025
8.2.0 2,108 3/13/2025
8.1.0 432 3/12/2025
8.0.0 5,644 2/27/2025
7.6.0 4,060 2/19/2025
7.5.1 994 2/14/2025
7.5.0 3,794 2/10/2025
7.4.1 790 2/6/2025
7.4.0 1,035 2/5/2025
7.3.0 4,721 1/21/2025
7.2.1-beta01 113 1/15/2025
7.2.0 2,689 1/13/2025
7.1.0 1,720 1/10/2025
7.0.2 421 1/9/2025
7.0.1 21,082 12/23/2024
7.0.0 16,138 12/18/2024
7.0.0-beta02 308 12/17/2024
7.0.0-beta01 128 12/16/2024
6.59.2 70,547 12/16/2024
6.59.1 3,262 12/5/2024
6.59.0 5,791 12/2/2024
6.58.0 3,269 11/20/2024
6.57.0 8,328 10/28/2024
6.56.0 2,405 10/15/2024
6.55.1 64,245 9/24/2024
6.55.0 4,569 9/18/2024
6.54.0 330 9/17/2024
6.53.0 44,994 7/24/2024
6.52.1 2,157 7/18/2024
6.52.0 325 7/17/2024
6.51.1 3,311 7/4/2024
6.51.0 18,730 6/21/2024
6.50.3 10,465 6/18/2024
6.50.2 52,736 5/9/2024
6.50.1 623 5/1/2024
6.50.0 1,535 4/24/2024
6.49.0 2,694 4/4/2024
6.48.0 4,003 3/12/2024
6.47.0 941 3/11/2024
6.46.2 14,532 2/21/2024
6.46.1 3,609 2/2/2024
6.46.0 1,180 1/26/2024
6.45.0 19,770 12/19/2023
6.44.2 6,316 12/6/2023
6.44.1 1,246 11/28/2023
6.44.0 725 11/27/2023
6.43.1 1,426 11/17/2023
6.43.0 583 11/16/2023
6.42.2 1,109 11/13/2023
6.42.1 577 11/13/2023
6.42.0 1,508 11/6/2023
6.41.0 1,498 10/25/2023
6.40.0 600 10/25/2023
6.39.2 20,441 9/18/2023
6.39.1 1,474 9/12/2023
6.39.0 2,998 8/23/2023
6.38.0 1,496 8/11/2023
6.37.0 1,462 7/25/2023
6.36.2 1,109 7/12/2023
6.36.1 942 7/11/2023
6.36.0 3,543 6/27/2023
6.35.0 1,297 6/8/2023
6.34.0 5,434 6/1/2023
6.33.30 10,927 5/29/2023
6.33.28 128,697 5/1/2023
6.33.27 1,017 4/28/2023
6.33.26 1,059 4/27/2023
6.33.25 5,123 4/18/2023
6.33.24 14,950 3/17/2023
6.33.23 1,046 3/17/2023
6.33.22 1,138 3/15/2023
6.33.21 2,448 3/6/2023
6.33.20 1,102 3/2/2023
6.33.19 1,170 3/1/2023
6.33.18 1,115 2/28/2023
6.33.17 1,632 2/14/2023
6.33.16 1,167 2/13/2023
6.33.15 1,430 2/9/2023
6.33.14 2,574 2/3/2023
6.33.13 1,344 1/30/2023
6.33.11 1,425 1/18/2023
6.33.10 1,252 1/16/2023
6.33.9 1,176 1/13/2023
6.33.8 1,209 1/12/2023
6.33.7 1,374 1/12/2023
6.33.6 1,212 1/12/2023
6.33.5 1,202 1/11/2023
6.33.4 1,193 1/11/2023
6.33.3 1,482 12/22/2022
6.33.2 1,207 12/22/2022
6.33.1 1,288 12/21/2022
6.33.0 3,204 12/9/2022
6.32.1 4,990 11/14/2022
6.32.0 1,547 11/11/2022
6.31.0 1,384 11/7/2022
6.30.0 3,070 10/31/2022
6.29.0 1,504 10/26/2022
6.28.2 1,755 10/20/2022
6.28.1 2,461 10/18/2022
6.28.0 2,477 10/13/2022
6.27.9 1,617 10/6/2022
6.27.8 1,438 10/5/2022
6.27.7 1,496 10/4/2022
6.27.6 1,505 10/4/2022
6.27.5 1,970 9/26/2022
6.27.4 1,609 9/22/2022
6.27.3 1,518 9/19/2022
6.27.2 1,830 9/14/2022
6.27.1 1,604 9/14/2022
6.27.0 1,703 9/13/2022
6.26.0 1,624 9/12/2022
6.25.1 1,551 9/9/2022
6.25.0 1,518 9/9/2022
6.24.0 3,735 9/7/2022
6.23.0 1,506 9/5/2022
6.22.0 8,820 8/31/2022
6.21.0 6,944 8/30/2022
6.20.2 1,629 8/26/2022
6.20.1 1,655 8/23/2022
6.20.0 1,693 8/16/2022
6.19.6 1,671 8/15/2022
6.19.5 1,632 8/10/2022
6.19.4 1,601 8/9/2022
6.19.3 1,530 8/9/2022
6.19.2 1,647 8/4/2022
6.19.1 1,512 8/1/2022
6.19.0 1,530 7/27/2022
6.18.0 1,595 7/12/2022
6.17.6 1,828 6/3/2022
6.17.5 1,555 6/2/2022
6.17.4 1,639 5/23/2022
6.17.3 2,405 5/17/2022
6.17.2 1,585 5/17/2022
6.17.1 1,610 5/16/2022
6.17.0 1,598 5/16/2022
6.16.2 2,649 4/26/2022
6.16.1 1,650 4/19/2022
6.16.0 1,591 4/12/2022
6.15.0 1,630 4/11/2022
6.14.0 2,034 4/4/2022
6.13.0 1,623 3/30/2022
6.12.6 1,640 3/25/2022
6.12.5 1,695 3/3/2022
6.12.4 1,701 2/25/2022
6.12.3 1,672 2/24/2022
6.12.2 1,659 2/18/2022
6.12.1 1,606 2/16/2022
6.12.0 1,616 2/16/2022
6.11.16 1,757 2/14/2022
6.11.15 1,706 2/11/2022
6.11.14 1,643 2/10/2022
6.11.13 1,645 2/10/2022
6.11.12 1,629 2/10/2022
6.11.11 1,614 2/9/2022
6.11.10 2,010 1/14/2022
6.11.9 1,391 1/6/2022
6.11.8 1,330 12/22/2021
6.11.7 1,249 12/17/2021
6.11.6 1,364 12/14/2021
6.11.5 1,410 12/14/2021
6.11.4 1,329 12/10/2021
6.11.3 1,847 12/1/2021
6.11.2 2,044 11/29/2021
6.11.1 2,040 11/29/2021
6.11.0 4,667 11/25/2021
6.10.23 1,778 11/5/2021
6.10.22 1,399 10/28/2021
6.10.21 1,437 10/28/2021
6.10.20 1,403 10/27/2021
6.10.19 1,392 10/27/2021
6.10.18 1,371 10/27/2021
6.10.17 1,391 10/25/2021
6.10.16 1,482 10/20/2021
6.10.15 1,396 10/20/2021
6.10.14 2,921 9/30/2021
6.10.13 1,570 9/22/2021
6.10.12 1,429 9/20/2021
6.10.11 1,475 9/13/2021
6.10.10 1,470 9/8/2021
6.10.9 1,415 9/7/2021
6.10.8 1,430 8/31/2021
6.10.7 2,189 8/12/2021
6.10.6 1,489 8/2/2021
6.10.5 1,708 7/28/2021
6.10.4 1,707 7/14/2021
6.10.3 1,417 7/14/2021
6.10.2 1,500 7/13/2021
6.10.1 1,501 7/13/2021
6.10.0 1,486 7/13/2021
6.9.1 1,545 7/7/2021
6.9.0 1,548 7/6/2021
6.8.17 1,551 6/28/2021
6.8.16 1,519 6/28/2021
6.8.15 1,569 6/24/2021
6.8.14 1,435 6/23/2021
6.8.13 1,526 6/22/2021
6.8.12 1,487 6/21/2021
6.8.11 1,497 6/17/2021
6.8.10 1,461 6/17/2021
6.8.9 1,490 6/17/2021
6.8.8 1,511 6/14/2021
6.8.7 1,555 6/10/2021
6.8.6 1,505 6/7/2021
6.8.5 1,569 6/2/2021
6.8.4 1,523 6/1/2021
6.8.2 1,477 5/25/2021
6.8.1 1,540 5/21/2021
6.8.0 1,514 5/19/2021
6.7.6 3,661 5/10/2021
6.7.5 1,507 5/7/2021
6.7.4 2,028 5/5/2021
2.0.0-beta-0065 14,013 10/4/2016
1.3.0-beta-0028 1,628 9/13/2016
1.3.0-beta-0019 1,533 9/13/2016
1.3.0-beta-0017 1,600 9/13/2016
1.3.0-beta-0016 1,534 9/12/2016
1.3.0-alpha0015 1,545 9/12/2016
1.2.1-beta0001 1,560 9/7/2016
1.0.5 43,520 2/15/2015
1.0.4 2,060 2/7/2015
1.0.3 2,020 1/18/2015
1.0.2 1,989 1/18/2015
1.0.1 2,903 5/19/2014
1.0.0.1 2,028 5/16/2014
1.0.0 2,160 5/16/2014