Skip to content

Commit

Permalink
Add Profile259
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hathcock committed Jul 18, 2016
1 parent ef0bf27 commit 8d16925
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 22 additions & 1 deletion src/SharpCompress/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.1",
"version": "0.12.2",
"title": "SharpCompress - Pure C# Decompression/Compression",
"authors": [ "Adam Hathcock" ],
"language": "en-US",
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion test/SharpCompress.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8d16925

Please sign in to comment.