Skip to content

Commit 648e5b4

Browse files
authored
Increment package version after release of Azure.Monitor.Query.Logs (Azure#53310)
1 parent 8930e44 commit 648e5b4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2025-10-15)
414

515
### Features Added
616

7-
This package contains the first release of Microsoft Azure Monitor Logs Query client library. This library replaces logs querying operations of the Azure.Monitor.Query package.
17+
This package contains the first release of Microsoft Azure Monitor Logs Query client library. This library replaces logs querying operations of the Azure.Monitor.Query package.

sdk/monitor/Azure.Monitor.Query.Logs/src/Azure.Monitor.Query.Logs.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<PropertyGroup>
33
<Description>A library for querying Azure Monitor's Logs data source.</Description>
44
<AssemblyTitle>Azure Monitor Query Logs client library</AssemblyTitle>
5-
<Version>1.0.0</Version>
5+
<Version>1.1.0-beta.1</Version>
6+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
68
<PackageTags>Azure Monitor Query Logs</PackageTags>
79
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
810
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)