From 46c03ce02784fa0b7a8f4dbd79a9de4f68bb6afc Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 13 Aug 2013 20:35:40 +0100 Subject: [PATCH] Release for 0.10.1 as 0.10.1.1 for nuspec changes --- NuGet/sharpcompress.nuspec | 4 ++-- SharpCompress/SharpCompress.csproj | 10 ++++++---- SharpCompress/VersionInfo.cs | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec index a8ea85ab..144325e9 100644 --- a/NuGet/sharpcompress.nuspec +++ b/NuGet/sharpcompress.nuspec @@ -2,7 +2,7 @@ sharpcompress - 0.11 + 0.10.1.1 SharpCompress - Pure C# Decompression/Compression Adam Hathcock Adam Hathcock @@ -15,7 +15,7 @@ rar unrar zip unzip bzip2 gzip tar 7zip .net40 .net35 sl4 - + diff --git a/SharpCompress/SharpCompress.csproj b/SharpCompress/SharpCompress.csproj index 00466a67..5ddbfa6b 100644 --- a/SharpCompress/SharpCompress.csproj +++ b/SharpCompress/SharpCompress.csproj @@ -49,7 +49,7 @@ true full false - ..\bin\ + ..\bin\Full\ TRACE;DEBUG;DISABLE_TRACE prompt 4 @@ -57,18 +57,20 @@ true AllRules.ruleset 1591 - ..\bin\SharpCompress.XML + + pdbonly true - ..\bin\ + ..\bin\Full\ TRACE prompt 4 true AllRules.ruleset - ..\bin\SharpCompress.xml + + 1591 true diff --git a/SharpCompress/VersionInfo.cs b/SharpCompress/VersionInfo.cs index d5778290..92b28b38 100644 --- a/SharpCompress/VersionInfo.cs +++ b/SharpCompress/VersionInfo.cs @@ -11,5 +11,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © Adam Hathcock")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("0.10.1.0")] -[assembly: AssemblyFileVersion("0.10.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.10.1.1")] +[assembly: AssemblyFileVersion("0.10.1.1")] \ No newline at end of file