Extensions.Configuration.GitRepository 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Extensions.Configuration.GitRepository --version 1.0.6
                    
NuGet\Install-Package Extensions.Configuration.GitRepository -Version 1.0.6
                    
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="Extensions.Configuration.GitRepository" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Extensions.Configuration.GitRepository" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Extensions.Configuration.GitRepository" />
                    
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 Extensions.Configuration.GitRepository --version 1.0.6
                    
#r "nuget: Extensions.Configuration.GitRepository, 1.0.6"
                    
#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.
#addin nuget:?package=Extensions.Configuration.GitRepository&version=1.0.6
                    
Install Extensions.Configuration.GitRepository as a Cake Addin
#tool nuget:?package=Extensions.Configuration.GitRepository&version=1.0.6
                    
Install Extensions.Configuration.GitRepository as a Cake Tool

Git repository configuration provider

Build status GitHub Tag NuGet Count Issues Open

Example:

builder.Configuration.AddGitRepository(cfg =>
    cfg.WithHostUrl("https://gitlab.com/")
        .WithRepositoryPath("IoTSharp/gitlabcfg")
        .WithAuthenticationToken("<you token>")
        .WithFileName("cfg.json")
    );

Thanks

Inspired by https://github.com/denis-ivanov/Extensions.Configuration.GitLab

Product 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Extensions.Configuration.GitRepository:

Package Downloads
Extensions.Configuration.GitRepository.GiteaProvider

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

Extensions.Configuration.GitRepository.GitHubProvider

GitHub's repository and gist configuration provider implementation to use with Microsoft.Extensions.Configuration.

Extensions.Configuration.GitRepository.GitLabProvider

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

Extensions.Configuration.GitRepository.GiteeProvider

Gitee's repository and gist configuration provider implementation to use with Microsoft.Extensions.Configuration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.33 116 a month ago
1.0.32 176 a month ago
1.0.30 201 2 months ago
1.0.29 205 2 months ago
1.0.28 203 2 months ago
1.0.26 202 2 months ago
1.0.22 216 2 months ago
1.0.17 145 2 months ago
1.0.16 100 2 months ago
1.0.15 118 2 months ago
1.0.14 121 2 months ago
1.0.8 125 2 months ago
1.0.6 132 2 months ago