Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Databox] updating version for sha 256 signed dll #6923

Merged
merged 1 commit into from
Jul 13, 2019
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 @@ -7,13 +7,13 @@
<PackageId>Microsoft.Azure.Management.DataBox</PackageId>
<Description>Microsoft Azure Management DataBox library</Description>
<AssemblyName>Microsoft.Azure.Management.DataBox</AssemblyName>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<PackageTags>AzureDataBox;DataBox;</PackageTags>
<PackageReleaseNotes>

<![CDATA[

General availability release of the Azure Databox SDK which allows
General availability release of the Azure Databox SDK [Sha 256 signed] which allows

1) Creation, Updation, Deletion of order along with getting order status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure DataBox management functions for managing the Microsoft Azure DataBox service.")]

[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.1")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down