From c7254c77e60cd204bc392053fd75ecf9eb79e0b0 Mon Sep 17 00:00:00 2001 From: Dave Sexton Date: Sat, 9 Jul 2016 14:32:29 -0400 Subject: [PATCH] Incremented version to 2.1.0. --- Build/Properties/AssemblyInfoShared.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Properties/AssemblyInfoShared.cs b/Build/Properties/AssemblyInfoShared.cs index 8dc37e4..ae7fad9 100644 --- a/Build/Properties/AssemblyInfoShared.cs +++ b/Build/Properties/AssemblyInfoShared.cs @@ -21,7 +21,7 @@ [SuppressMessage("Microsoft.Design", "CA1050:DeclareTypesInNamespaces", Justification = "Referenced by assembly-level attributes only.")] internal static class AssemblyConstants { - public const string Version = "2.0.4"; + public const string Version = "2.1.0"; /// /// Semantic version for the assembly, indicating a prerelease package in NuGet.