Skip to content

Commit

Permalink
Update project and Azure.Storage.Blobs versions
Browse files Browse the repository at this point in the history
Updated project version from 1.20.2 to 1.20.3, indicating a minor update or bug fix.
Updated Azure.Storage.Blobs package reference from 12.21.2 to 12.22.2, which may include new features, improvements, or bug fixes.
  • Loading branch information
EdiWang committed Oct 28, 2024
1 parent af0ae6e commit 6e58038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Edi.AzureBlobSync/Edi.AzureBlobSync.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.20.2</Version>
<Version>1.20.3</Version>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
Expand All @@ -20,7 +20,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.2" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.2" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit 6e58038

Please sign in to comment.