Expansive 1.5.3

dotnet add package Expansive --version 1.5.3
                    
NuGet\Install-Package Expansive -Version 1.5.3
                    
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="Expansive" Version="1.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Expansive" Version="1.5.3" />
                    
Directory.Packages.props
<PackageReference Include="Expansive" />
                    
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 Expansive --version 1.5.3
                    
#r "nuget: Expansive, 1.5.3"
                    
#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 Expansive@1.5.3
                    
#: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=Expansive&version=1.5.3
                    
Install as a Cake Addin
#tool nuget:?package=Expansive&version=1.5.3
                    
Install as a Cake Tool

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.

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.5.3 16,361 10/24/2011
1.5.2 1,743 10/17/2011
1.5.1 1,726 10/17/2011
1.5.0 1,721 10/15/2011
1.4.0 1,725 10/14/2011
1.3.1 1,679 10/14/2011
1.3.0 1,744 10/13/2011
1.2.0 1,728 10/12/2011
1.1.1 1,739 10/11/2011
1.1.0 1,764 10/11/2011
1.0.0 1,845 10/10/2011