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.
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.
// Install NuGet_Forge as a Cake Addin
#addin nuget:?package=NuGet_Forge&version=0.0.12

// Install NuGet_Forge as a Cake Tool
#tool nuget:?package=NuGet_Forge&version=0.0.12

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

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 251 3/2/2023
0.0.13 278 1/23/2023
0.0.12 384 11/27/2022
0.0.11 398 10/12/2022
0.0.10 426 10/12/2022
0.0.8 392 10/12/2022
0.0.7 407 10/12/2022
0.0.6 426 10/12/2022
0.0.5 410 10/12/2022
0.0.4 402 10/12/2022
0.0.3 360 10/12/2022
0.0.2 412 10/22/2021
0.0.1 333 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.