GoesSoftware.SuperSDK.Git
7.13.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GoesSoftware.SuperSDK.Git --version 7.13.0
NuGet\Install-Package GoesSoftware.SuperSDK.Git -Version 7.13.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="GoesSoftware.SuperSDK.Git" Version="7.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GoesSoftware.SuperSDK.Git" Version="7.13.0" />
<PackageReference Include="GoesSoftware.SuperSDK.Git" />
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 GoesSoftware.SuperSDK.Git --version 7.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GoesSoftware.SuperSDK.Git, 7.13.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 GoesSoftware.SuperSDK.Git@7.13.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=GoesSoftware.SuperSDK.Git&version=7.13.0
#tool nuget:?package=GoesSoftware.SuperSDK.Git&version=7.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SuperSDK.Git
Zero-config Git integration for the SuperSDK platform.
Embed full Git operations in your app without requiring Git installed on the host machine — powered by LibGit2Sharp.
Features
- Clone, commit, push, pull, fetch
- Branch / tag management
- Commit log with lane-based graph layout
- Working-tree diff and staged/unstaged status
- File content at any commit or parent
- Cross-platform: Windows, macOS (Apple Silicon), Linux
Quick Start
using SuperSDK.Git;
var repo = new GitRepository("/path/to/repo");
// Get commit log with graph columns pre-computed
var commits = repo.GetLog(maxCount: 200);
// Stage a file
repo.Stage("src/Foo.cs");
// Commit
repo.Commit("fix: correct cursor position", "User", "user@example.com");
Requirements
- .NET 9.0+
- No system Git installation required (libgit2 native binaries are bundled)
License
Copyright © 2026 GoesSoftware. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- GoesSoftware.SuperSDK.Core (>= 7.13.0)
- GoesSoftware.SuperSDK.License (>= 7.13.0)
- LibGit2Sharp (>= 0.30.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GoesSoftware.SuperSDK.Git:
| Package | Downloads |
|---|---|
|
GoesSoftware.SuperSDK.Editor
SuperSDK 编辑器组件库 - 提供文件浏览器、代码编辑器、版本控制面板,原生集成 MessageBus |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.16.2 | 97 | 4/14/2026 |
| 7.16.0 | 104 | 4/13/2026 |
| 7.15.10 | 95 | 4/13/2026 |
| 7.15.6 | 93 | 4/13/2026 |
| 7.15.5 | 93 | 4/12/2026 |
| 7.15.1 | 93 | 4/12/2026 |
| 7.15.0 | 94 | 4/12/2026 |
| 7.14.12 | 93 | 4/12/2026 |
| 7.14.11 | 94 | 4/12/2026 |
| 7.14.9 | 95 | 4/12/2026 |
| 7.14.8 | 92 | 4/12/2026 |
| 7.14.7 | 94 | 4/12/2026 |
| 7.14.6 | 94 | 4/12/2026 |
| 7.14.5 | 93 | 4/12/2026 |
| 7.14.3 | 99 | 4/11/2026 |
| 7.14.2 | 92 | 4/11/2026 |
| 7.14.0 | 96 | 4/10/2026 |
| 7.13.0 | 94 | 4/10/2026 |
| 7.12.0 | 98 | 4/10/2026 |
| 7.11.0 | 98 | 4/10/2026 |
Loading failed
update GzExcel