Punctuation 1.8.0
See the version list below for details.
dotnet add package Punctuation --version 1.8.0
NuGet\Install-Package Punctuation -Version 1.8.0
<PackageReference Include="Punctuation" Version="1.8.0" />
paket add Punctuation --version 1.8.0
#r "nuget: Punctuation, 1.8.0"
// Install Punctuation as a Cake Addin #addin nuget:?package=Punctuation&version=1.8.0 // Install Punctuation as a Cake Tool #tool nuget:?package=Punctuation&version=1.8.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.8 Fix a missing using (System.Text)
V1.7 Add SpaceIfFrench method
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