Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagomez committed Oct 6, 2023
1 parent da87a37 commit af8f569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/StorageLibrary/StorageLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<Authors>Sebastián Gómez</Authors>
<Copyright>(C) 2018-2022 @sebagomez. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/sebagomez/azurestorageexplorer</RepositoryUrl>
Expand All @@ -11,10 +11,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.5" />
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.15.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.15.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.16.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.18.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.16.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/web/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AzureStorageWebExplorerVersion>2.13.7</AzureStorageWebExplorerVersion>
<AzureStorageWebExplorerVersion>2.13.8</AzureStorageWebExplorerVersion>
</PropertyGroup>
</Project>

0 comments on commit af8f569

Please sign in to comment.