git-get 0.6.0-preview2

This is a prerelease version of git-get.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global git-get --version 0.6.0-preview2                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local git-get --version 0.6.0-preview2                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=git-get&version=0.6.0-preview2&prerelease                
nuke :add-package git-get --version 0.6.0-preview2                

git-get

A cli tool for re-using git repositories as source packages.

See Docs for more info.

See GitPackage src/nuget for usage in msbuild projects.
e.g

#install
dotnet tool install git-get --global --version 0.6.0-preview2

#get docs for this repository
$origin = "https://github.com/Dkowald/kwld.GitPackage.git"
$version = "branch/main"
$filter = "/*.md,doc/**/*.md"

git-get ./ --origin:$origin --version:$version --filter:$filter

#update to latest for branch
git-get ./ --force:all

#swap to a tagged version
git-get ./GitPackage --version:tag:v0.1

#review local cached repositories
git-get info

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

This package has no dependencies.

Version Downloads Last updated
0.6.0 90 11/1/2024
0.6.0-preview3 83 10/25/2024
0.6.0-preview2 82 10/24/2024
0.6.0-preview1 125 8/19/2024

Reboot