Punctuation 1.6.0

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

Add a public static class Punctuation with all characters for code clarity for localization strings

There are no supported framework assets in this 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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.12.0 417 11/15/2023
1.11.0 3,341 10/28/2015
1.10.0 1,259 10/13/2015
1.9.0 1,308 10/12/2015
1.8.0 1,361 9/22/2015
1.7.0 1,324 9/7/2015
1.6.0 1,300 8/27/2015
1.5.0 1,252 8/27/2015
1.4.0 1,572 8/26/2015
1.3.0 1,286 8/26/2015
1.2.0 1,457 8/12/2015
1.1.0 1,667 8/12/2015

V1.6 Add Enum value accordingto ASCII table and add several Puncutation char.
V1.5 Add CreateSentence overload + PunctuationChar enum + usage:
Logger.Add(textBoxLog, Punctuation.CreateSentence(Translate("There was a security error"),
           Punctuation.Comma, Punctuation.OneSpace, Translate("probably lack of rights"),
                                       Punctuation.Colon, Punctuation.OneSpace) +
                                       securityException.Message);
V1.4 Add CreateSentence method
V1.3 Add semicolon and change NameSpace to Tools and change license from GPL V3.0 to MIT
V1.2 Change title
V1.1 Add NewLine Property
V1.0 Initial NuGet Package creation