Skip to content

Commit 8fb0f86

Browse files
authored
Increment version for storage releases (Azure#35501)
* Increment package version after release of Azure.Storage.Common * Increment package version after release of Azure.Storage.Queues * Increment package version after release of Azure.Storage.Files.Shares * Increment package version after release of Azure.Storage.Blobs.ChangeFeed * Increment package version after release of Azure.Storage.Blobs.Batch * Increment package version after release of Azure.Storage.Blobs * Increment package version after release of Azure.Storage.Files.DataLake
1 parent 31d4269 commit 8fb0f86

File tree

14 files changed

+86
-16
lines changed

14 files changed

+86
-16
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.14.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.13.0 (2023-04-11)
414
- Includes all features from 12.13.0-beta.1.
515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
9-
<Version>12.13.0</Version>
9+
<Version>12.14.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.12.1</ApiCompatVersion>
11+
<ApiCompatVersion>12.13.0</ApiCompatVersion>
1212
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Blobs Batching;Batch blob;Batch operation;BlobBatchClient;BlobBatch;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

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.35 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-preview.34 (2023-04-11)
414
- This release contains bug fixes to improve quality.
515

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
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs.ChangeFeed client library</AssemblyTitle>
9-
<Version>12.0.0-preview.34</Version>
9+
<Version>12.0.0-preview.35</Version>
1010
<DefineConstants>ChangeFeedSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<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.17.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.16.0 (2023-04-11)
414
- Includes all features from 12.16.0-beta.1.
515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks);netstandard2.1;net6.0</TargetFrameworks>
44
<!-- Remove this line when Azure.Core is released for net6.0 -->
55
<RunApiCompat Condition="'$(TargetFramework)' == 'net6.0'">false</RunApiCompat>
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
9-
<Version>12.16.0</Version>
9+
<Version>12.17.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.15.1</ApiCompatVersion>
11+
<ApiCompatVersion>12.16.0</ApiCompatVersion>
1212
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

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.16.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.15.0 (2023-04-11)
414
- Includes all features from 12.15.0-beta.1.
515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
9-
<Version>12.15.0</Version>
9+
<Version>12.16.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.14.1</ApiCompatVersion>
11+
<ApiCompatVersion>12.15.0</ApiCompatVersion>
1212
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
1414
<Description>

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.15.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.14.0 (2023-04-11)
414
- Includes all features from 12.14.0-beta.1.
515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks);net6.0</TargetFrameworks>
44
<!-- Remove this line when Azure.Core is released for net6.0 -->
55
<RunApiCompat Condition="'$(TargetFramework)' == 'net6.0'">false</RunApiCompat>
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
9-
<Version>12.14.0</Version>
9+
<Version>12.15.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.13.1</ApiCompatVersion>
11+
<ApiCompatVersion>12.14.0</ApiCompatVersion>
1212
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

0 commit comments

Comments
 (0)