diff --git a/NuGet/sharpcompress.nuspec b/NuGet/sharpcompress.nuspec
index 462c2a91..a8ea85ab 100644
--- a/NuGet/sharpcompress.nuspec
+++ b/NuGet/sharpcompress.nuspec
@@ -2,7 +2,7 @@
sharpcompress
- 0.10
+ 0.11
SharpCompress - Pure C# Decompression/Compression
Adam Hathcock
Adam Hathcock
@@ -16,7 +16,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/SharpCompress.sln b/SharpCompress.sln
index 789058e4..2ea087c2 100644
--- a/SharpCompress.sln
+++ b/SharpCompress.sln
@@ -15,6 +15,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpCompress.Test.Portable
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{932BBFCC-76E3-45FF-90CA-6BE4FBF4A097}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F18F1765-4A02-42FD-9BEF-F0E2FCBD9D17}"
+ ProjectSection(SolutionItems) = preProject
+ NuGet\sharpcompress.nuspec = NuGet\sharpcompress.nuspec
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -99,7 +104,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EFDCAF57-FD4D-4E5D-A3D5-F26B875817ED} = {932BBFCC-76E3-45FF-90CA-6BE4FBF4A097}
- {15679D7A-F22C-4943-87FF-BF5C76C4A6FD} = {932BBFCC-76E3-45FF-90CA-6BE4FBF4A097}
{E9C3C94B-FB27-4B4F-B225-57513C254D37} = {932BBFCC-76E3-45FF-90CA-6BE4FBF4A097}
+ {15679D7A-F22C-4943-87FF-BF5C76C4A6FD} = {932BBFCC-76E3-45FF-90CA-6BE4FBF4A097}
EndGlobalSection
EndGlobal
diff --git a/SharpCompress/SharpCompress.Portable.csproj b/SharpCompress/SharpCompress.Portable.csproj
index 61143556..2fdff8c8 100644
--- a/SharpCompress/SharpCompress.Portable.csproj
+++ b/SharpCompress/SharpCompress.Portable.csproj
@@ -7,7 +7,7 @@
Library
Properties
SharpCompress
- SharpCompress.Portable
+ SharpCompress
v4.0
Profile1
512
@@ -19,7 +19,7 @@
true
full
false
- ..\bin\
+ ..\bin\Portable\
TRACE;DEBUG;PORTABLE
prompt
4
@@ -28,7 +28,7 @@
pdbonly
true
- ..\bin\
+ ..\bin\Portable\
TRACE;PORTABLE
prompt
4
diff --git a/SharpCompress/SharpCompress.WindowsStore.csproj b/SharpCompress/SharpCompress.WindowsStore.csproj
index 6f943870..2c6d6035 100644
--- a/SharpCompress/SharpCompress.WindowsStore.csproj
+++ b/SharpCompress/SharpCompress.WindowsStore.csproj
@@ -10,7 +10,7 @@
Library
Properties
SharpCompress
- SharpCompress.WindowsStore
+ SharpCompress
en-US
512
{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
@@ -19,7 +19,7 @@
true
full
false
- ..\bin\
+ ..\bin\WindowsStore\
DEBUG;TRACE;NETFX_CORE
prompt
4
@@ -27,7 +27,7 @@
pdbonly
true
- ..\bin\
+ ..\bin\WindowsStore\
TRACE;NETFX_CORE
prompt
4