From 43478df19ba9748a611ec4135220599649650eb9 Mon Sep 17 00:00:00 2001 From: Ben McCallum Date: Thu, 17 May 2018 20:11:09 +1000 Subject: [PATCH] Release 2.2.0. --- AspNetBundling/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AspNetBundling/Properties/AssemblyInfo.cs b/AspNetBundling/Properties/AssemblyInfo.cs index 170cbf3..f15b0ce 100644 --- a/AspNetBundling/Properties/AssemblyInfo.cs +++ b/AspNetBundling/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.0")] -[assembly: AssemblyFileVersion("2.1.0.0")] +[assembly: AssemblyVersion("2.2.0.0")] +[assembly: AssemblyFileVersion("2.2.0.0")]