From 2f92bae640cff30ec6490e50ce5db4ecee8b7d5a Mon Sep 17 00:00:00 2001 From: Ryan Crosby Date: Wed, 6 Dec 2017 18:44:17 +1100 Subject: [PATCH] Bumped version to v2.2.1 --- FormatWith/FormatWith.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FormatWith/FormatWith.csproj b/FormatWith/FormatWith.csproj index 4480067..974a0b8 100644 --- a/FormatWith/FormatWith.csproj +++ b/FormatWith/FormatWith.csproj @@ -8,7 +8,7 @@ FormatWith FormatWith FormatWith - 2.2.0 + 2.2.1 Ryan Crosby Copyright © Ryan Crosby 2017 named string formatter extension NetStandard 2.0 diff --git a/README.md b/README.md index af26d6d..a8e0c67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FormatWith -[![NuGet](https://img.shields.io/badge/nuget-2.2.0-green.svg)](https://www.nuget.org/packages/FormatWith/) +[![NuGet](https://img.shields.io/badge/nuget-2.2.1-green.svg)](https://www.nuget.org/packages/FormatWith/) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]() A set of string extension methods for performing {named} {{parameterized}} string formatting, written for NetStandard 2.0.