Skip to content
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
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code above this line -->
Expand All @@ -12,7 +12,7 @@
<Description>Provides management capabilities for Microsoft Azure Device Update for IoT Hub.</Description>
<AssemblyTitle>Microsoft Azure Device Update for IoT Hub Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.DeviceUpdate</AssemblyName>
<Version>1.0.0-beta.1</Version>
<Version>1.0.1-beta.1</Version>
<PackageTags>Microsoft Azure Device Update for IoT Hub</PackageTags>
<PackageReleaseNotes>Device Update for IoT Hub public preview release management SDK</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure Device Update for IoT Hub Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Device Update for IoT Hub resources.")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down