We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d62379 commit 80c89eeCopy full SHA for 80c89ee
sdk/digitaltwins/Azure.DigitalTwins.Core/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Release History
2
3
+## 1.0.0-preview.3 (Unreleased)
4
+
5
6
## 1.0.0-preview.2
7
8
### New features
sdk/digitaltwins/Azure.DigitalTwins.Core/src/Azure.DigitalTwins.Core.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<!-- Assembly props -->
<PropertyGroup>
<AssemblyTitle>Digital Twins SDK</AssemblyTitle>
@@ -14,7 +14,7 @@
14
15
<PackageTags>IoT;DigitalTwins;$(PackageCommonTags)</PackageTags>
16
<Description>SDK for the Azure Digital Twins service</Description>
17
- <Version>1.0.0-preview.2</Version>
+ <Version>1.0.0-preview.3</Version>
18
</PropertyGroup>
19
20
<ItemGroup>
0 commit comments