Punctuation 1.12.0

dotnet add package Punctuation --version 1.12.0
NuGet\Install-Package Punctuation -Version 1.12.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.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Punctuation --version 1.12.0
#r "nuget: Punctuation, 1.12.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.
// Install Punctuation as a Cake Addin
#addin nuget:?package=Punctuation&version=1.12.0

// Install Punctuation as a Cake Tool
#tool nuget:?package=Punctuation&version=1.12.0

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 272 11/15/2023
1.11.0 3,106 10/28/2015
1.10.0 1,026 10/13/2015
1.9.0 1,077 10/12/2015
1.8.0 1,120 9/22/2015
1.7.0 1,094 9/7/2015
1.6.0 1,065 8/27/2015
1.5.0 1,021 8/27/2015
1.4.0 1,359 8/26/2015
1.3.0 1,049 8/26/2015
1.2.0 1,210 8/12/2015
1.1.0 1,415 8/12/2015

V1.12 Change string to char
V1.11 Add Plural methods 28/10/2015
V1.10 Add star symbol 13/10/2015
V1.9 Fix license url + add Punctuation.Dot 12/10/2015
V1.8 Fix a missing using (System.Text) 22/09/2015
V1.7 Add SpaceIfFrench method 07/09/2015
V1.6 Add Enum value accordingto ASCII table  and add several Puncutation char. 27/08/2015
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); 27/08/2015
V1.4 Add CreateSentence method 26/08/2015
V1.3 Add semicolon and change NameSpace to Tools and change license from GPL V3.0 to MIT 26/08/2015
V1.2 Change title 12/08/2015
V1.1 Add NewLine Property 12/08/2015
V1.0 Initial NuGet Package creation 11/08/2015