Skip to content

Commit 89114e6

Browse files
authored
Updated CP DeviceUpdate to 1.0.1-beta.1 (#19654)
* Update Microsoft.Azure.Management.DeviceUpdate.csproj * Update Microsoft.Azure.Management.DeviceUpdate.csproj * Update AssemblyInfo.cs
1 parent 3ed7e77 commit 89114e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/deviceupdate/Microsoft.Azure.Management.DeviceUpdate/src/Microsoft.Azure.Management.DeviceUpdate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<!-- Please do not move/edit code below this line -->
33
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
44
<!-- Please do not move/edit code above this line -->
@@ -12,7 +12,7 @@
1212
<Description>Provides management capabilities for Microsoft Azure Device Update for IoT Hub.</Description>
1313
<AssemblyTitle>Microsoft Azure Device Update for IoT Hub Management</AssemblyTitle>
1414
<AssemblyName>Microsoft.Azure.Management.DeviceUpdate</AssemblyName>
15-
<Version>1.0.0-beta.1</Version>
15+
<Version>1.0.1-beta.1</Version>
1616
<PackageTags>Microsoft Azure Device Update for IoT Hub</PackageTags>
1717
<PackageReleaseNotes>Device Update for IoT Hub public preview release management SDK</PackageReleaseNotes>
1818
</PropertyGroup>

sdk/deviceupdate/Microsoft.Azure.Management.DeviceUpdate/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyTitle("Microsoft Azure Device Update for IoT Hub Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Device Update for IoT Hub resources.")]
99

10-
[assembly: AssemblyVersion("1.0.0.0")]
10+
[assembly: AssemblyVersion("1.0.1.0")]
1111
[assembly: AssemblyFileVersion("1.0.0.0")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]

0 commit comments

Comments
 (0)