From 0f72ee702a57d76c9fcda05aa9e50b53ff684f03 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 28 Jul 2015 23:23:19 +0400 Subject: [PATCH] updated assembly version to v1.1 major change: replaced ZLibNet assembly with System.IO.Compression. --- ArcFormats/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArcFormats/Properties/AssemblyInfo.cs b/ArcFormats/Properties/AssemblyInfo.cs index 645157a6..a7bfbed3 100644 --- a/ArcFormats/Properties/AssemblyInfo.cs +++ b/ArcFormats/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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 ("1.0.8.86")] -[assembly: AssemblyFileVersion ("1.0.8.86")] +[assembly: AssemblyVersion ("1.1.8.87")] +[assembly: AssemblyFileVersion ("1.1.8.87")]