Skip to content

Commit 80b8931

Browse files
azure-sdkDavid R. Williamson
andauthored
Increment package version after release of Azure.DigitalTwins.Core (Azure#16604)
Co-authored-by: David R. Williamson <drwill@microsoft.com>
1 parent bf0d46c commit 80b8931

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

sdk/digitaltwins/Azure.DigitalTwins.Core/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### New Features
6+
7+
### Breaking changes
8+
9+
### Fixes and improvements
10+
311
## 1.0.1 (2020-11-04)
412

513
### Fixes and improvements
@@ -16,7 +24,7 @@
1624

1725
### Breaking changes
1826

19-
Note that these breaking changes are only breaking changes from the preview version of this library.
27+
Note that these breaking changes are only breaking changes from the **preview** version of this library.
2028

2129
- Replaced all `Response<string>` and `Pageable<string>` APIs with `Response<T>` and `Pageable<T>` respectively.
2230
- Renamed `CreateDigitalTwin`, `CreateRelationship` and `CreateEventRoute` APIs to `CreateOrReplaceDigitalTwin`, `CreateOrReplaceRelationship` and `CreateOrReplaceEventRoute` respectively.

sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PropertyGroup>
1414
<PackageTags>IoT;DigitalTwins;$(PackageCommonTags)</PackageTags>
1515
<Description>SDK for the Azure Digital Twins service</Description>
16-
<Version>1.0.1</Version>
17-
<ApiCompatVersion>1.0.0</ApiCompatVersion>
16+
<Version>1.1.0-beta.1</Version>
17+
<ApiCompatVersion>1.0.1</ApiCompatVersion>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)