Punctuation 1.12.0
dotnet add package Punctuation --version 1.12.0
NuGet\Install-Package Punctuation -Version 1.12.0
<PackageReference Include="Punctuation" Version="1.12.0" />
paket add Punctuation --version 1.12.0
#r "nuget: Punctuation, 1.12.0"
// 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
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.
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