Skip to content

Commit e9f96eb

Browse files
authored
DM Lib 12.2.0 GA changelogs and csprojs (Azure#51316)
1 parent 39546ad commit e9f96eb

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed

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

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

3-
## 12.2.0-beta.2 (Unreleased)
3+
## 12.2.0 (2025-07-21)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Includes all features from 12.2.0-beta.1
87

98
### Bugs Fixed
109
- Fixed an issue with Copy transfers where if the source file/directory name contained certain special characters, the destination file name would incorrectly contain the encoded version of these characters.
1110
- Fixed an issue with Upload transfers where file/directory names containing certain URL-encoded characters could cause the transfer to fail.
1211

13-
### Other Changes
1412

1513
## 12.2.0-beta.1 (2025-06-17)
1614

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Blobs client library</AssemblyTitle>
8-
<Version>12.2.0-beta.2</Version>
8+
<Version>12.2.0</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.1.0</ApiCompatVersion>
1111
<DefineConstants>BlobDataMovementSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.2.0-beta.2 (Unreleased)
3+
## 12.2.0 (2025-07-21)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Includes all features from 12.2.0-beta.1
87

98
### Bugs Fixed
109
- Fixed an issue with Copy transfers where if the source file/directory name contained certain special characters, the destination file name would incorrectly contain the encoded version of these characters.
1110
- Fixed an issue with Upload transfers where file/directory names containing certain URL-encoded characters could cause the transfer to fail.
1211

13-
### Other Changes
14-
1512
## 12.2.0-beta.1 (2025-06-17)
1613

1714
### Features Added

sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Files.Shares client library</AssemblyTitle>
9-
<Version>12.2.0-beta.2</Version>
9+
<Version>12.2.0</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1111
<ApiCompatVersion>12.1.0</ApiCompatVersion>
1212
<DefineConstants>ShareDataMovementSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.2.0-beta.2 (Unreleased)
3+
## 12.2.0 (2025-07-21)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Includes all features from 12.2.0-beta.1
87

98
### Bugs Fixed
109
- Fixed an issue with Copy transfers where if the source file/directory name contained certain special characters, the destination file name would incorrectly contain the encoded version of these characters.
1110
- Fixed an issue with Upload transfers where file/directory names containing certain URL-encoded characters could cause the transfer to fail.
1211

13-
### Other Changes
1412

1513
## 12.2.0-beta.1 (2025-06-17)
1614

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement client library</AssemblyTitle>
8-
<Version>12.2.0-beta.2</Version>
8+
<Version>12.2.0</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.1.0</ApiCompatVersion>
1111
<DefineConstants>DataMovementSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)