Skip to content

Commit 7122e99

Browse files
authored
Increment version for storage releases (Azure#25116)
1 parent a4d21d3 commit 7122e99

File tree

14 files changed

+78
-8
lines changed

14 files changed

+78
-8
lines changed

sdk/storage/Azure.Storage.Blobs.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+
## 12.8.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.8.0-beta.1 (2021-11-03)
414
- Added support for service version 2020-12-06.
515

sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
7-
<Version>12.8.0-beta.1</Version>
7+
<Version>12.8.0-beta.2</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.7.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Blobs.ChangeFeed/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+
## 12.0.0-preview.18 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-preview.17 (2021-11-03)
414
- Added support for service version 2020-12-06.
515
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs.ChangeFeed client library</AssemblyTitle>
7-
<Version>12.0.0-preview.17</Version>
7+
<Version>12.0.0-preview.18</Version>
88
<DefineConstants>ChangeFeedSDK;$(DefineConstants)</DefineConstants>
99
<PackageTags>Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1010
<Description>

sdk/storage/Azure.Storage.Blobs/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+
## 12.11.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.11.0-beta.1 (2021-11-03)
414
- Added support for service version 2020-12-06.
515
- Added support for Encryption Scope SAS.

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
7-
<Version>12.11.0-beta.1</Version>
7+
<Version>12.11.0-beta.2</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.10.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Common/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+
## 12.10.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.10.0-beta.1 (2021-11-03)
414
- Added support for SDK-calculated transactional hash checksums on data transfer.
515
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
7-
<Version>12.10.0-beta.1</Version>
7+
<Version>12.10.0-beta.2</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.9.0</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.DataLake/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+
## 12.9.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.9.0-beta.1 (2021-11-03)
414
- Added support for service version 2020-12-06.
515
- Added support for SDK-calculated transactional hash checksums on data transfer.

sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
7-
<Version>12.9.0-beta.1</Version>
7+
<Version>12.9.0-beta.2</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.8.0</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)