Skip to content

Commit 6f76d38

Browse files
Bump digital twins version for 11-16-2020 release (Azure#16992)
Also add changelog notes for this release
1 parent a449f51 commit 6f76d38

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.2.0 (2020-11-16)
44

55
### New Features
66

7+
- Added `DigitalTwinsModelFactory` to allow for the creation of certain model objects to enable mocking them for unit tests.
8+
79
### Breaking changes
810

11+
- None
12+
913
### Fixes and improvements
1014

15+
- None
16+
1117
## 1.0.1 (2020-11-04)
1218

1319
### Fixes and improvements

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

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

@@ -53,5 +53,4 @@
5353
</ItemGroup>
5454

5555
<Import Project="$(RepoRoot)\sdk\core\Azure.Core\src\Azure.Core.props" />
56-
5756
</Project>

0 commit comments

Comments
 (0)