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

Update Facade Assembly Info #391

Merged
merged 1 commit into from
Jan 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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