Skip to content

Commit ac4df9c

Browse files
authored
Increment version for core releases (Azure#15848)
Increment package version after release of Microsoft.Azure.Core.Spatial.NewtonsoftJson
1 parent d4f6bd2 commit ac4df9c

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

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

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

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
36
## 1.0.0-beta.1 (2020-10-08)
47

58
### Added

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.0.0-beta.1</Version>
6+
<Version>1.0.0-beta.2</Version>
77
<PackageTags>Microsoft Azure SDK Spatial Newtonsoft Json</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
99
<EnableClientSdkAnalyzers>false</EnableClientSdkAnalyzers>

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

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

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
36
## 1.0.0-beta.1 (2020-10-08)
47

58
### Added

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.0.0-beta.1</Version>
6+
<Version>1.0.0-beta.2</Version>
77
<PackageTags>Microsoft Azure SDK Spatial System Text Json</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
99
<EnableClientSdkAnalyzers>false</EnableClientSdkAnalyzers>

0 commit comments

Comments
 (0)