Skip to content

Commit

Permalink
data migration: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Mar 11, 2024
1 parent ddf3978 commit d76c67f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed .nuget/packages/SharpZipLib.2.4.2.nupkg
Binary file not shown.
Binary file added .nuget/packages/SharpZipLib.2.4.3.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion common/ASC.Data.Storage/ASC.Data.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Google.Apis.Storage.v1" Version="1.67.0.3326" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.8.0" />
<PackageReference Include="Rackspace" Version="1.0.0" />
<PackageReference Include="SharpZipLib" Version="2.4.2" />
<PackageReference Include="SharpZipLib" Version="2.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion products/ASC.Files/Core/ASC.Files.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Joonasw.AspNetCore.SecurityHeaders" Version="5.0.0" />
<PackageReference Include="Microsoft.OneDriveSDK" Version="2.1.0" />
<PackageReference Include="Microsoft.SharePoint.Client" Version="14.0.4762.1000" />
<PackageReference Include="SharpZipLib" Version="2.4.2" />
<PackageReference Include="SharpZipLib" Version="2.4.3" />
<PackageReference Include="WebDav.Client" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Nuget specific tags -->
<PropertyGroup>
<Version>2.4.2</Version>
<Version>2.4.3</Version>
<FileVersion>$(Version).12</FileVersion>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
<PackageId>SharpZipLib</PackageId>
Expand Down

0 comments on commit d76c67f

Please sign in to comment.