From 47afced40a7b4b9cdbcf074080deb601f402c563 Mon Sep 17 00:00:00 2001 From: Mike Cole Date: Wed, 8 Aug 2018 13:54:18 -0500 Subject: [PATCH] Revved to 2.0.1 --- src/EPPlus.Extensions/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/EPPlus.Extensions/Properties/AssemblyInfo.cs b/src/EPPlus.Extensions/Properties/AssemblyInfo.cs index 2bad82d..fc0f7db 100644 --- a/src/EPPlus.Extensions/Properties/AssemblyInfo.cs +++ b/src/EPPlus.Extensions/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("EPPlus.Extensions")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.0.1.0")] +[assembly: AssemblyFileVersion("2.0.1.0")]