Expansive 1.5.2
See the version list below for details.
dotnet add package Expansive --version 1.5.2
NuGet\Install-Package Expansive -Version 1.5.2
<PackageReference Include="Expansive" Version="1.5.2" />
paket add Expansive --version 1.5.2
#r "nuget: Expansive, 1.5.2"
// Install Expansive as a Cake Addin #addin nuget:?package=Expansive&version=1.5.2 // Install Expansive as a Cake Tool #tool nuget:?package=Expansive&version=1.5.2
A powerful string expansion library for .NET you never knew you always wanted.
- Use for token-based string templating passing in a model for property replacement
- 4 token formats to pick from (MvcRoute-style, Razor-style, NAnt-style or MSBuild-style)
- Use as a more readable alternative to string.Format()
- Easily embed appSettings tokens in strings and expand them easily.
- Chain together appSettings tokens to reduce redundant values.
- Embed appSettings tokens in connection strings to make them more dynamic.
- Use your imagination.
Check out the readme file located here: https://github.com/anderly/Expansive to find out more.
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.