Skip to content

Commit 8ce8c28

Browse files
authored
Increment package version after release of Microsoft.Azure.Batch (Azure#23027)
1 parent 09eb3ab commit 8ce8c28

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

sdk/batch/Microsoft.Azure.Batch/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+
## 15.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 15.0.0 (2021-07-30)
414

515
### Features Added

sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>This client library provides access to the Microsoft Azure Batch service.</Description>
4-
<Version>15.0.0</Version>
4+
<Version>15.1.0-beta.1</Version>
5+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
6+
<ApiCompatVersion>15.0.0</ApiCompatVersion>
57
<DefineConstants>$(DefineConstants);CODESIGN</DefineConstants>
68
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
79
<AssemblyTitle>Microsoft Azure Batch</AssemblyTitle>

0 commit comments

Comments
 (0)