Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8d0bb7

Browse files
authored
Increment package version after release of azure-iot-device-update (Azure#14111)
1 parent 8b95220 commit f8d0bb7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
36
## 1.0.0-beta.1 (2021-03-04)
47

58
- Initial Release

sdk/deviceupdate/iot-device-update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
55
"description": "Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages the proven security and reliability of the Windows Update platform, optimized for IoT devices. It works globally and knows when and how to update devices, enabling customers to focus on their business goals and let Device Update for IoT Hub handle the updates.",
6-
"version": "1.0.0-beta.1",
6+
"version": "1.0.0-beta.2",
77
"dependencies": {
88
"@azure/core-http": "^1.2.0",
99
"@azure/core-paging": "^1.1.1",

sdk/deviceupdate/iot-device-update/src/deviceUpdateClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010
import { DeviceUpdateClientOptionalParams } from "./models";
1111

1212
const packageName = "@azure/iot-device-update";
13-
const packageVersion = "1.0.0-beta.1";
13+
const packageVersion = "1.0.0-beta.2";
1414

1515
export class DeviceUpdateClientContext extends coreHttp.ServiceClient {
1616
accountEndpoint: string;

0 commit comments

Comments
 (0)