Skip to content

Commit 276daf3

Browse files
authored
STG 83 GA release prep (#29694)
1 parent 99c39fe commit 276daf3

File tree

13 files changed

+22
-55
lines changed

13 files changed

+22
-55
lines changed

sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
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
3+
## 12.10.0 (2022-07-07)
4+
- Includes all features from 12.10.0-beta.1.
125

136
## 12.10.0-beta.1 (2022-06-15)
147
- Added support for service version 2021-08-06.

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.10.0-beta.2</Version>
7+
<Version>12.10.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.9.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md

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

3-
## 12.0.0-preview.27 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.0.0-preview.27 (2022-07-07)
4+
- This release contains bug fixes to improve quality.
125

136
## 12.0.0-preview.26 (2022-06-15)
147
- Added support for service version 2021-08-06.

sdk/storage/Azure.Storage.Blobs/CHANGELOG.md

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

3-
## 12.13.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.13.0 (2022-07-07)
4+
- Includes all features from 12.13.0-beta.1.
125

136
## 12.13.0-beta.1 (2022-06-15)
147
- Added support for service version 2021-08-06.

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.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 client library</AssemblyTitle>
7-
<Version>12.13.0-beta.2</Version>
7+
<Version>12.13.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.12.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Common/CHANGELOG.md

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

3-
## 12.12.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.12.0 (2022-07-07)
4+
- Includes all features from 12.12.0-beta.1.
125

136
## 12.12.0-beta.1 (2022-06-15)
147
- 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.12.0-beta.2</Version>
7+
<Version>12.12.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.11.0</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md

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

3-
## 12.11.0-beta.2 (Unreleased)
4-
- Fixed bug where DataLakePathClient.Rename() was not passing the AzureSasCredential to the source
3+
## 12.11.0 (2022-07-07)
4+
- Includes all features from 12.11.0-beta.1.
5+
- Fixed bug where DataLakePathClient.Rename() was not passing the AzureSasCredential to the source.
56

67
## 12.11.0-beta.1 (2022-06-15)
78
- Added support for service version 2021-08-06.

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.11.0-beta.2</Version>
7+
<Version>12.11.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.10.0</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md

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

3-
## 12.11.0-beta.2 (Unreleased)
4-
- Fixed bug where ShareFileClient and ShareDirectoryClient Rename() was not passing the AzureSasCredential to the source
3+
## 12.11.0 (2022-07-07)
4+
- Includes all features from 12.11.0-beta.1.
5+
- Fixed bug where ShareFileClient and ShareDirectoryClient Rename() was not passing the AzureSasCredential to the source.
56

67
## 12.11.0-beta.1 (2022-06-15)
78
- Added support for service version 2021-08-06.

sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.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.Shares client library</AssemblyTitle>
7-
<Version>12.11.0-beta.2</Version>
7+
<Version>12.11.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.10.0</ApiCompatVersion>
1010
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Queues/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
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
3+
## 12.11.0 (2022-07-07)
4+
- Includes all features from 12.10.1-beta.1.
125

136
## 12.11.0-beta.1 (2022-06-15)
147
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.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.Queues client library</AssemblyTitle>
7-
<Version>12.11.0-beta.2</Version>
7+
<Version>12.11.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.10.0</ApiCompatVersion>
1010
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)