StringTokenFormatter 6.1.0

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

Create interpolated strings at runtime and replace tokens within.  Ie:
```
var Client = new {
FirstName = "John",
LastName = "Smith",
};

var Message = "Hello {FirstName} {LastName}".FormatToken(Client);
```

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on StringTokenFormatter:

Package Downloads
SimairaDigital.DevOps.Pipeline.NukeTool

NUKE build system always require pipeline build system to intiate this.

FowlFever.Conjugal

Structs and annotations for producing nice word conjugations and other linguistic metadata, such as abbreviations, units of measure, and terms of venery.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on StringTokenFormatter:

Repository Stars
OnlyFart/Elib2Ebook
Генератор книг
Version Downloads Last Updated
9.0.1 157,660 3/19/2024
9.0.0 1,723 3/10/2024
8.0.0 294,965 1/15/2024
7.3.0 10,558 12/12/2023
7.2.0 3,113 12/5/2023
7.1.0 4,687 11/13/2023
7.0.0 1,406 10/29/2023
6.1.0 57,907 6/13/2023
4.1.0 802,459 12/2/2020
4.0.0 305,734 7/19/2019
3.1.0 1,613,757 4/1/2019
3.0.0 2,228 3/5/2019
2.0.8 4,112 1/22/2019
2.0.7 13,703 11/2/2018
2.0.6 11,537 12/22/2017
2.0.5 2,160 12/22/2017
2.0.4 2,120 12/22/2017
2.0.3 8,333 12/4/2017
2.0.2 8,031 12/4/2017
2.0.1 8,028 12/4/2017
Loading failed