NuGet_Forge 0.0.12

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

░░░░░░░░░░░░░░░█████▄▄▄▄░░░░░░░░░░░
░░░░░░░▄▄▄▄▄▄▄░░░░░▀▀▀████▄▄░░░░░░░
░░░░░▄███████▀░░░░░░░░░▀▀████▄░░░░░
░░░▄███████▀░░░░░░░░░░░░░░▀████▄░░░
░▄█████████░░░░░░░░░░░░░░░░░▀███▄░░
████████████▄░░░░░░░░░░░░░░░░▀███▄░
░▀███▀▀░░▀█████▄░░░░░░░░░░░░░░████░
░░░▀░░░░░░░▀█████▄░░░░░░░░░░░░████░
░░░░░░░░░░░░░▀▀████▄░░░░░░░░░░████░
░░░░░░░░░░░░░░░░▀████▄░░░░░░░░████░
░░░░░░░░░░░░░░░░░░▀████▄▄░░░░▄████░
░░░░░░░░░░░░░░░░░░░░▀█████▄░▄████▀░
░░░░░░░░░░░░░░░░░░░░░░▀█████████▀░░
░░░░░▄██▄░░░░░░░░░░░░░░░███████▀░░░
░░░▄███████▄▄▄░░░░░░▄▄██████████▄░░
░░▀████▀▀██████████████████▀▀████░░
░░░░▀▀░░░░░▀▀▀████████▀▀▀░░░░░▀▀░░░

BAT/CMD user Interface package for NuGet.exe.
This should be interesting

@echo off
cd %~dp0
echo %cd%
call :menu_03268
PAUSE
exit /b

:menu_03268
setlocal
set _id=0
:menu_03268_begin
set _counter=-1
cls
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
:::::::::::::::::::::::::::::::::::::::::::::::::::
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo Exit)
)else (if %_id% EQU %_counter% (echo Exit)&(TIMEOUT /T 2)&(Exit))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=
))&(echo nuget spec)
)else (if %_id% EQU %_counter% (nuget spec)&(notepad Package.nuspec))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo notepad Package.nuspec)
)else (if %_id% EQU %_counter% (notepad Package.nuspec))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=
))&(echo notepad NuGet_Forge_ReadMe.txt)
)else (if %_id% EQU %_counter% (notepad NuGet_Forge_ReadMe.txt))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=))&(echo nuget pack)
)else (if %_id% EQU %_counter% (nuget pack)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=
))&(echo nuget delete /?)
)else (if %_id% EQU %_counter% (echo nuget delete not provided at oll)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
set /a _counter= %_counter%+1
if "%1" EQU "" ((if %_id% EQU %_counter% (<nul set /p strTemp=*))&(echo git clone ... for: Sources, Examples, Help)
)else (if %_id% EQU %_counter% (git clone https://github.com/IvanSibirevV2/HowTo_NuGet.git)&(TIMEOUT /T 10))
:::::::::::::::::::::::::::::::::::::::::::::::
if "%1" EQU "Do" (exit /b) else (choice /c ews)
if %ErrorLevel% EQU 1 ((echo e)&(call :menu_03268_begin Do)&(set %ErrorLevel%=0))
if %ErrorLevel% EQU 2 ((echo w)&(set /a _id= %_id%-1)&(set %ErrorLevel%=0))
if %ErrorLevel% EQU 3 ((echo s)&(set /a _id= %_id%+1)&(set %ErrorLevel%=0))
if %_id% LSS 0 set _id=%_counter%
if %_id% GTR %_counter% set _id=0
goto :menu_03268_begin
endlocal
exit /b

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.14 403 3/2/2023
0.0.13 408 1/23/2023
0.0.12 504 11/27/2022
0.0.11 527 10/12/2022
0.0.10 578 10/12/2022
0.0.8 516 10/12/2022
0.0.7 531 10/12/2022
0.0.6 551 10/12/2022
0.0.5 527 10/12/2022
0.0.4 531 10/12/2022
0.0.3 489 10/12/2022
0.0.2 555 10/22/2021
0.0.1 482 10/21/2021

update ReadMe_CMD_BAT_Adapter_Forge from V0.0.11 to V0.0.12
+ Compact CMD UserMenu - this should be more understandable
+ git clone ... for: Sources, Examples, Help - this should be more useable to downloading examples and sources as needed.