Compare commits

...

1 Commits

Author SHA1 Message Date
Adam Hathcock
8d16925662 Add Profile259 2016-07-18 14:37:39 +01:00
3 changed files with 26 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un
## Version Log
### Version 0.12.2
* Support Profile 259 again
### Version 0.12.1
* Support Silverlight 5

View File

@@ -1,5 +1,5 @@
{
"version": "0.12.1",
"version": "0.12.2",
"title": "SharpCompress - Pure C# Decompression/Compression",
"authors": [ "Adam Hathcock" ],
"language": "en-US",
@@ -42,6 +42,27 @@
"System.Core": ""
}
},
".NETPortable,Version=v4.5,Profile=Profile259": {
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
"define": [ "NO_FILE", "NO_CRYPTO", "SILVERLIGHT" ]
},
"frameworkAssemblies": {
"Microsoft.CSharp": "",
"System": "",
"System.Collections": "",
"System.Core": "",
"System.Diagnostics.Debug": "",
"System.IO": "",
"System.Linq": "",
"System.Linq.Expressions": "",
"System.Resources.ResourceManager": "",
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Text.Encoding": ""
}
},
"netstandard1.0": {
"buildOptions": {
"warningsAsErrors": true,

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"SharpCompress": "0.12.1",
"SharpCompress": "0.12.2",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
}