Utility.CommandLine.Arguments 1.1.1

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

A C# .NET Class Library containing tools for parsing the command line arguments of console applications.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Utility.CommandLine.Arguments:

Repository Stars
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
jackBonadies/SeekerAndroid
Android client for the Soulseek peer-to-peer network
jpdillingham/Soulseek.NET
A .NET Standard client library for the Soulseek network.
fudiwei/DotNetCore.SKIT.FlurlHttpClient
SKIT.FlurlHttpClient 系列开发工具包的公共组件,为开发者提供使用体验一致的、可跨平台的第三方 API .NET SDK。已支持微信、抖音、百度、又拍云系列 API。QQ 交流群 875580418【满】、930461548【满】、611974621。
Version Downloads Last updated
6.0.0 94,978 7/26/2021
5.0.0 21,216 8/18/2020
4.0.0 42,699 11/23/2019
3.0.1 8,691 4/7/2019
3.0.0 1,460 3/27/2019
2.0.1 2,766 12/8/2018
2.0.0 1,081 12/2/2018
1.3.4 1,030 11/24/2018
1.3.3 1,437 7/5/2018
1.3.0 7,449 4/24/2017
1.2.2 1,175 4/18/2017
1.2.1 1,170 4/16/2017
1.2.0 1,195 4/15/2017
1.1.2 1,176 4/14/2017
1.1.1 1,201 4/8/2017
1.1.0 1,194 4/6/2017
1.0.1 1,247 3/28/2017
1.0.0 1,219 3/26/2017

Fixed a bug where quoted argument values containing a period were incorrectly parsed as operands.