Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion sdk/digitaltwins/Azure.DigitalTwins.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release History

## 1.0.0-preview.1 (Unreleased)
## 1.0.0-preview.1 (Unreleased)
Comment thread
azabbasi marked this conversation as resolved.

### New features

- Initial preview of Azure.DigitalTwins.Core SDK

### Breaking changes

- N/A

### Added

- N/A

### Fixes and improvements

- N/A

## 1.0.0-preview.2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

<!-- Nuget properties -->
<PropertyGroup>
<PackageTags>IoT;Digital Twins;$(PackageCommonTags)</PackageTags>
<PackageTags>IoT;DigitalTwins;$(PackageCommonTags)</PackageTags>
Comment thread
drwill-ms marked this conversation as resolved.
<Description>SDK for the Azure Digital Twins service</Description>
<Version>1.0.0-preview.1</Version>
<Version>1.0.0-preview.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down