CreativeCoders.Git.Abstractions 0.25.0

dotnet add package CreativeCoders.Git.Abstractions --version 0.25.0
                    
NuGet\Install-Package CreativeCoders.Git.Abstractions -Version 0.25.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="CreativeCoders.Git.Abstractions" Version="0.25.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CreativeCoders.Git.Abstractions" Version="0.25.0" />
                    
Directory.Packages.props
<PackageReference Include="CreativeCoders.Git.Abstractions" />
                    
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 CreativeCoders.Git.Abstractions --version 0.25.0
                    
#r "nuget: CreativeCoders.Git.Abstractions, 0.25.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 CreativeCoders.Git.Abstractions@0.25.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=CreativeCoders.Git.Abstractions&version=0.25.0
                    
Install as a Cake Addin
#tool nuget:?package=CreativeCoders.Git.Abstractions&version=0.25.0
                    
Install as a Cake Tool

Abstractions for Git operations including repositories, branches, commits, tags, remotes, and credential handling. Provides a strongly-typed interface layer on top of LibGit2Sharp.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CreativeCoders.Git.Abstractions:

Package Downloads
CreativeCoders.Git

LibGit2Sharp-based implementation of CreativeCoders.Git.Abstractions. Provides repository operations, credential handling, and dependency injection registration via AddGit().

CreativeCoders.Git.Auth.CredentialManagerCore

Git credential provider backed by Git Credential Manager Core. Integrates with CreativeCoders.Git for secure credential storage and retrieval by URL or hostname.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.25.0 31 9/6/2026
0.24.0 161 2/15/2026
0.23.0 136 2/15/2026
0.22.0 147 2/15/2026
0.21.0 140 2/13/2026
0.20.0 144 2/7/2026
0.19.0 154 2/7/2026
0.18.1 146 1/23/2026
0.18.0 144 1/23/2026
0.17.0 203 10/10/2025
0.16.0 224 11/4/2024
0.15.0 221 11/2/2024
0.14.0 232 5/20/2024
0.12.0 268 3/6/2024
0.11.1-tags-v0-11-0001 227 3/6/2024
0.10.1-tags-v0-10-0001 236 3/6/2024
0.9.1-tags-v0-9-0001 242 3/5/2024
0.8.1-tags-v0-8-0001 241 3/5/2024
0.7.1-tags-v0-7-0001 384 9/16/2022
0.6.1-tags-v0-6-0001 384 9/15/2022
Loading failed