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
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2021-11-10)

- Added error property to QueryResults.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<PropertyGroup>
<Description>Provides Microsoft Azure Operational Insights data operations</Description>
<AssemblyTitle>Microsoft Azure Operational Insights Data Library</AssemblyTitle>
<Version>1.1.0</Version>
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<Version>1.2.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure OperationalInsights;OperationalInsights</PackageTags>
<PackageReleaseNotes>This is a public release of the Operational Insights Data SDK.</PackageReleaseNotes>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down