Skip to content

Commit 73d5f10

Browse files
authored
Increment version for core releases (Azure#24714)
* Increment package version after release of Microsoft.Azure.Core.Spatial * Increment package version after release of Microsoft.Azure.Core.Spatial.NewtonsoftJson
1 parent 1ac93d2 commit 73d5f10

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

sdk/core/Microsoft.Azure.Core.Spatial.NewtonsoftJson/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

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

515
### Acknowledgments

sdk/core/Microsoft.Azure.Core.Spatial.NewtonsoftJson/src/Microsoft.Azure.Core.Spatial.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AssemblyTitle>Newtonsoft.Json support for the Microsoft.Spatial library</AssemblyTitle>
44
<Description>This library contains converters dependent on the Newtonsoft.Json package for use with Microsoft.Spatial when using the Azure SDK for .NET.</Description>
55
<RootNamespace>Azure.Core.Serialization</RootNamespace>
6-
<Version>1.1.0-beta.1</Version>
6+
<Version>1.1.0-beta.2</Version>
77
<ApiCompatVersion>1.0.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure SDK Spatial Newtonsoft Json</PackageTags>
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

sdk/core/Microsoft.Azure.Core.Spatial/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.2.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.0-beta.1 (2021-10-13)
414

515
### Acknowledgments

sdk/core/Microsoft.Azure.Core.Spatial/src/Microsoft.Azure.Core.Spatial.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AssemblyTitle>System.Text.Json support for the Microsoft.Spatial library</AssemblyTitle>
44
<Description>This library contains converters for System.Text.Json for use with Microsoft.Spatial when using the Azure SDK for .NET.</Description>
55
<RootNamespace>Azure.Core</RootNamespace>
6-
<Version>1.2.0-beta.1</Version>
6+
<Version>1.2.0-beta.2</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>1.1.0</ApiCompatVersion>
99
<PackageTags>Microsoft Azure SDK Spatial System Text Json</PackageTags>

0 commit comments

Comments
 (0)