Skip to content

Commit

Permalink
Thirs Party libraries updated (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Kaplanovskyi <[email protected]>
  • Loading branch information
andriikaplanovskyi and andrii-kaplanovskyi authored Sep 22, 2023
1 parent 81df9ba commit c1570d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="Azure.Identity" Version="1.10.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.18.0" />
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void UpdateContentInfo(long contentSize, string contentType)
/// <param name="fileName">New file name</param>
/// <returns></returns>
public FileRecord Copy(string? fileName = null)
=> new FileRecord(
=> new(
string.IsNullOrWhiteSpace(fileName) ? Name : fileName,
Size,
ContentType);
Expand Down

0 comments on commit c1570d8

Please sign in to comment.