Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #391 from erezvani1529/master
Browse files Browse the repository at this point in the history
Update Facade Assembly Info
  • Loading branch information
asorrin-msft authored Jan 11, 2017
2 parents ea2af9f + 5f4b736 commit c61e8e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.0.0.0")]
[assembly: AssemblyVersion("8.0.1.0")]
[assembly: AssemblyFileVersion("8.0.1.0")]

[assembly: InternalsVisibleTo(
"Microsoft.WindowsAzure.Storage.Facade.Portable, PublicKey=" +
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Microsoft.WindowsAzure.Storage",
"version": "8.0.0.0",
"version": "8.0.1.0",
"authors": [ "Microsoft Corporation" ],
"description": "Azure Storage SDK for NetCore",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Microsoft.WindowsAzure.Storage.Facade.NetCore.Test",
"version": "8.0.0.0",
"version": "8.0.1.0",
"testRunner": "xunit",

"dependencies": {
Expand All @@ -16,7 +16,7 @@
"type": "platform",
"version": "1.0.0"
},
"Microsoft.WindowsAzure.Storage.Facade.Portable": "8.0.0.0"
"Microsoft.WindowsAzure.Storage.Facade.Portable": "8.0.1.0"
},
"imports": [
"dnxcore50",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "8.0.0.0",
"version": "8.0.1.0",
"supports": {},
"dependencies": {
"WindowsAzure.Storage": "8.0.0-facadetest81"
"WindowsAzure.Storage": "8.0.1-facadetest81"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile259": {}
Expand Down

0 comments on commit c61e8e3

Please sign in to comment.