Skip to content

Commit

Permalink
Bump Azure.Storage.Blobs from 12.17.0 to 12.18.0 (#2952)
Browse files Browse the repository at this point in the history
* Bump Azure.Storage.Blobs from 12.17.0 to 12.18.0

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.17.0 to 12.18.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.17.0...Azure.Storage.Blobs_12.18.0)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Generated files

* Add System.Diagnostics.DiagnosticSource to all .NET versions.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
Co-authored-by: Rajkumar Rangaraj <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent 0dc3237 commit d149877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("12.13.0"),
new("12.17.0"),
new("12.18.0"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Import Project="..\Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.18.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.9.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.24.2" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "12.13.0" },
new object[] { "12.17.0" },
new object[] { "12.18.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> Elasticsearch = new List<object[]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" VersionOverride="$(LibraryVersion)" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
</ItemGroup>
</Project>

0 comments on commit d149877

Please sign in to comment.