From 3e2d97773d0ce812808eebd239cf33b48abe4ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=A4s?= Date: Thu, 7 Jan 2016 15:46:42 +0100 Subject: [PATCH] v0.2-alpha-4 --- library/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Properties/AssemblyInfo.cs b/library/Properties/AssemblyInfo.cs index bbc1077..97bb02d 100644 --- a/library/Properties/AssemblyInfo.cs +++ b/library/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ManagedLzma")] +[assembly: AssemblyTitle("ManagedLzma (Desktop v0.2-alpha-4)")] [assembly: AssemblyDescription("Managed LZMA and SevenZip library.")] //[assembly: AssemblyConfiguration("")] //[assembly: AssemblyCompany("")] @@ -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("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")]