Downloads:
2,029,328
Downloads of v 5.8.0-preview2:
1,011
Last Update:
28 Aug 2020
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
nuget dot.net microsoft foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Nuget.CommandLine
This is a prerelease version of Nuget.CommandLine.
- 1
- 2
- 3
5.8.0-preview2 | Updated: 28 Aug 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,029,328
Downloads of v 5.8.0-preview2:
1,011
Maintainer(s):
Software Author(s):
- Microsoft
Nuget.CommandLine 5.8.0-preview2
This is a prerelease version of Nuget.CommandLine.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Nuget.CommandLine, run the following command from the command line or from PowerShell:
To upgrade Nuget.CommandLine, run the following command from the command line or from PowerShell:
To uninstall Nuget.CommandLine, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nuget.commandline --internalize --version=5.8.0-preview2 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nuget.commandline -y --source="'INTERNAL REPO URL'" --version="'5.8.0-preview2'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nuget.commandline -y --source="'INTERNAL REPO URL'" --version="'5.8.0-preview2'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nuget.commandline
win_chocolatey:
name: nuget.commandline
version: '5.8.0-preview2'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nuget.commandline' do
action :install
source 'INTERNAL REPO URL'
version '5.8.0-preview2'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nuget.commandline
{
Name = "nuget.commandline"
Version = "5.8.0-preview2"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nuget.commandline':
ensure => '5.8.0-preview2',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 29 Aug 2020.
NuGet is the package manager for the Microsoft development platforms including .NET. NuGet gives you access to thousands of packages from other developers on nuget.org, and the NuGet tools let you create, share, and host packages of your own.
Notes
This package contains preview and released and recommended versions.
Copyright (c) .NET Foundation and Contributors.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.8.0-preview.2/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
3. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
4. The checksums should match the following:
checksum type: sha256
checksum: 667EE71EE35C00E9EC478F8BC82F5058D5DA8B143E19ACE467E220E5C49E7789
The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
md5: 0B618C1FE29D8AA6C55B42D075231AFC | sha1: B6F5DF8A2A4D6F395A482E8D2E5FC8887889F524 | sha256: 667EE71EE35C00E9EC478F8BC82F5058D5DA8B143E19ACE467E220E5C49E7789 | sha512: ACB79AA04D64D5C9CD8A7FA5A1960A6B32AC57A52BFC6E850C9BBE3114EB01186080CF7425DEA21BF4006DD71221659672C94AE9FFC380E3A2465CBE0D9B51D3
Log in or click on link to see number of positives.
- NuGet.CommandLine.5.8.0-preview2.nupkg (34d06076227e) - ## / 63
- nuget.exe (667ee71ee35c) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Nuget.CommandLine 6.12.1 | 7468 | Wednesday, November 13, 2024 | Approved | |
Nuget.CommandLine 6.11.1 | 36027 | Monday, September 30, 2024 | Approved | |
Nuget.CommandLine 6.11.0 | 36649 | Wednesday, August 14, 2024 | Approved | |
Nuget.CommandLine 6.10.2 | 4912 | Friday, August 9, 2024 | Approved | |
Nuget.CommandLine 6.10.1 | 19498 | Wednesday, July 10, 2024 | Approved | |
Nuget.CommandLine 6.10.0 | 47157 | Wednesday, May 22, 2024 | Approved | |
Nuget.CommandLine 6.9.1 | 65194 | Tuesday, February 13, 2024 | Approved | |
Nuget.CommandLine 6.8.1 | 99 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.8.0 | 57256 | Wednesday, November 15, 2023 | Approved | |
Nuget.CommandLine 6.7.1 | 59 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.7.0 | 62333 | Thursday, August 10, 2023 | Approved | |
Nuget.CommandLine 6.6.2 | 46 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.6.1 | 48418 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.6.0 | 41021 | Thursday, May 18, 2023 | Approved | |
Nuget.CommandLine 6.5.1 | 87 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.5.0 | 51636 | Tuesday, February 28, 2023 | Approved | |
Nuget.CommandLine 6.4.3 | 45 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.4.2 | 60 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.4.0 | 59270 | Wednesday, November 9, 2022 | Approved | |
Nuget.CommandLine 6.3.4 | 48 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.3.3 | 2131 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.3.1 | 18822 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 6.3.0 | 29633 | Wednesday, August 10, 2022 | Approved | |
Nuget.CommandLine 6.2.4 | 222 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.2.2 | 497 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 6.2.1 | 33350 | Friday, June 17, 2022 | Approved | |
Nuget.CommandLine 6.2.0 | 18894 | Thursday, May 12, 2022 | Approved | |
Nuget.CommandLine 6.1.0 | 36927 | Friday, February 18, 2022 | Approved | |
Nuget.CommandLine 6.0.6 | 63 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 6.0.5 | 54 | Wednesday, June 14, 2023 | Approved | |
Nuget.CommandLine 6.0.3 | 93 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 6.0.2 | 213 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 6.0.0 | 44074 | Tuesday, November 9, 2021 | Approved | |
Nuget.CommandLine 6.0.0-preview5 | 1265 | Tuesday, October 19, 2021 | Approved | |
Nuget.CommandLine 6.0.0-preview4 | 472 | Saturday, September 25, 2021 | Approved | |
Nuget.CommandLine 6.0.0-preview3 | 968 | Saturday, August 14, 2021 | Approved | |
Nuget.CommandLine 5.11.6 | 86 | Wednesday, February 14, 2024 | Approved | |
Nuget.CommandLine 5.11.5 | 64 | Friday, June 16, 2023 | Approved | |
Nuget.CommandLine 5.11.3 | 91 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 5.11.2 | 102 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 5.11.0 | 40695 | Saturday, August 14, 2021 | Approved | |
Nuget.CommandLine 5.10.0 | 23938 | Thursday, June 17, 2021 | Approved | |
Nuget.CommandLine 5.10.0-preview2 | 928 | Thursday, April 15, 2021 | Approved | |
Nuget.CommandLine 5.9.3 | 108 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 5.9.2 | 96 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 5.9.1 | 35600 | Thursday, April 15, 2021 | Approved | |
Nuget.CommandLine 5.9.0-preview2 | 1523 | Thursday, December 10, 2020 | Approved | |
Nuget.CommandLine 5.8.1 | 88427 | Friday, January 15, 2021 | Approved | |
Nuget.CommandLine 5.8.0 | 43481 | Tuesday, November 10, 2020 | Approved | |
Nuget.CommandLine 5.8.0-preview3 | 795 | Tuesday, September 29, 2020 | Approved | |
Nuget.CommandLine 5.8.0-preview2 | 1011 | Friday, August 28, 2020 | Approved | |
Nuget.CommandLine 5.8.0-preview1 | 385 | Monday, August 17, 2020 | Approved | |
Nuget.CommandLine 5.7.3 | 99 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 5.7.2 | 80 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 5.7.1 | 2091 | Thursday, April 15, 2021 | Approved | |
Nuget.CommandLine 5.7.0 | 51148 | Monday, August 17, 2020 | Approved | |
Nuget.CommandLine 5.7.0-preview4 | 556 | Friday, July 17, 2020 | Approved | |
Nuget.CommandLine 5.7.0-preview3 | 585 | Wednesday, June 24, 2020 | Approved | |
Nuget.CommandLine 5.7.0-preview1 | 1015 | Tuesday, May 19, 2020 | Approved | |
Nuget.CommandLine 5.6.0 | 57942 | Tuesday, May 19, 2020 | Approved | |
Nuget.CommandLine 5.6.0-preview6 | 414 | Friday, May 8, 2020 | Approved | |
Nuget.CommandLine 5.6.0-preview3 | 304 | Thursday, April 30, 2020 | Approved | |
Nuget.CommandLine 5.6.0-preview2 | 469 | Friday, April 3, 2020 | Exempted | |
Nuget.CommandLine 5.6.0-preview1 | 395 | Tuesday, March 24, 2020 | Approved | |
Nuget.CommandLine 5.5.1 | 34781 | Friday, April 3, 2020 | Approved | |
Nuget.CommandLine 5.5.0 | 7134 | Tuesday, March 24, 2020 | Approved | |
Nuget.CommandLine 5.5.0-preview2 | 1112 | Saturday, January 25, 2020 | Approved | |
Nuget.CommandLine 5.5.0-preview1 | 593 | Wednesday, December 4, 2019 | Approved | |
Nuget.CommandLine 5.4.0 | 101635 | Wednesday, December 4, 2019 | Approved | |
Nuget.CommandLine 5.3.1 | 24353 | Saturday, October 26, 2019 | Approved | |
Nuget.CommandLine 5.3.0 | 23664 | Tuesday, September 24, 2019 | Approved | |
Nuget.CommandLine 5.3.0-preview3 | 399 | Thursday, September 5, 2019 | Approved | |
Nuget.CommandLine 5.2.1 | 89 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 5.2.0 | 40571 | Tuesday, July 23, 2019 | Approved | |
Nuget.CommandLine 5.1.0 | 23562 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 5.1.0-preview3 | 506 | Friday, May 10, 2019 | Approved | |
Nuget.CommandLine 5.0.2 | 25569 | Tuesday, May 14, 2019 | Approved | |
Nuget.CommandLine 5.0.0-preview4 | 708 | Friday, March 1, 2019 | Approved | |
Nuget.CommandLine 5.0.0-preview3 | 401 | Thursday, February 14, 2019 | Approved | |
Nuget.CommandLine 5.0.0-preview2 | 448 | Thursday, January 24, 2019 | Approved | |
Nuget.CommandLine 4.9.6 | 156 | Wednesday, October 12, 2022 | Approved | |
Nuget.CommandLine 4.9.5 | 92 | Tuesday, June 14, 2022 | Approved | |
Nuget.CommandLine 4.9.4 | 4324 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.9.3 | 48561 | Sunday, February 17, 2019 | Approved | |
Nuget.CommandLine 4.9.2 | 29350 | Wednesday, December 12, 2018 | Approved | |
Nuget.CommandLine 4.9.1 | 6458 | Wednesday, November 28, 2018 | Approved | |
Nuget.CommandLine 4.9.0-rc1 | 400 | Tuesday, November 13, 2018 | Approved | |
Nuget.CommandLine 4.8.2 | 346 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.8.1 | 24409 | Sunday, September 9, 2018 | Approved | |
Nuget.CommandLine 4.7.3 | 339 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.7.1 | 16611 | Friday, August 10, 2018 | Approved | |
Nuget.CommandLine 4.6.4 | 285 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.6.2 | 36464 | Saturday, April 7, 2018 | Approved | |
Nuget.CommandLine 4.5.3 | 1048 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.5.1 | 24872 | Wednesday, January 31, 2018 | Approved | |
Nuget.CommandLine 4.5.0 | 1737 | Tuesday, January 30, 2018 | Approved | |
Nuget.CommandLine 4.4.3 | 295 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.4.1 | 245215 | Tuesday, November 21, 2017 | Approved | |
Nuget.CommandLine 4.3.1 | 932 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 4.3.0 | 27885 | Tuesday, August 22, 2017 | Approved | |
Nuget.CommandLine 4.3.0-preview3-4168 | 527 | Thursday, August 17, 2017 | Approved | |
Nuget.CommandLine 4.1.0 | 23734 | Monday, May 22, 2017 | Approved | |
Nuget.CommandLine 4.0.0 | 354 | Tuesday, June 25, 2019 | Approved | |
Nuget.CommandLine 3.5.0 | 11868 | Monday, April 17, 2017 | Approved | |
Nuget.CommandLine 3.4.4 | 3133 | Tuesday, June 25, 2019 | Approved | |
NuGet.CommandLine 3.4.4-rtm-final | 5068 | Wednesday, July 27, 2016 | Approved | |
NuGet.CommandLine 3.4.3 | 45488 | Tuesday, May 10, 2016 | Approved | |
NuGet.CommandLine 3.3.0 | 19331 | Monday, January 11, 2016 | Approved | |
Nuget.CommandLine 3.2.0 | 345 | Tuesday, June 25, 2019 | Approved | |
NuGet.CommandLine 2.8.6 | 19770 | Tuesday, July 28, 2015 | Approved | |
NuGet.CommandLine 2.8.5 | 12559 | Tuesday, April 7, 2015 | Approved | |
NuGet.CommandLine 2.8.3 | 10046 | Monday, December 29, 2014 | Approved | |
NuGet.CommandLine 2.8.2 | 10039 | Wednesday, June 25, 2014 | Approved | |
NuGet.CommandLine 2.8.1 | 891 | Wednesday, June 25, 2014 | Approved | |
NuGet.CommandLine 2.8.0 | 4482 | Tuesday, February 4, 2014 | Approved | |
NuGet.CommandLine 2.7.3 | 2643 | Friday, December 20, 2013 | Approved | |
NuGet.CommandLine 2.7.2 | 698 | Friday, December 20, 2013 | Approved | |
NuGet.CommandLine 2.7.1 | 1454 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.7.0 | 686 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.6.1 | 665 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.5.0 | 11956 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.2.1 | 716 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.2.0 | 737 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.1.2 | 608 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.1.1 | 658 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.1.0 | 655 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.0.40001 | 718 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 2.0.0 | 686 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 1.8.40002 | 651 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 1.8.1 | 677 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 1.8.0 | 705 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 1.7.0 | 691 | Tuesday, September 17, 2013 | Approved | |
NuGet.CommandLine 1.6.0 | 3139 | Tuesday, September 17, 2013 | Approved |
© .NET Foundation. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Nuget.CommandLine and the Nuget.CommandLine package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Nuget.CommandLine, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.