Browse Source

chore(deps): update dependency tencent.qcloud.cos.sdk to v5.4.37

dev
renovate[bot] GitHub 1 year ago
parent
commit
3eda274de8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      installer/Installer/Installer.csproj
  2. +1
    -1
      installer/InstallerUpdater/InstallerUpdater.csproj

+ 1
- 1
installer/Installer/Installer.csproj View File

@@ -25,7 +25,7 @@
<PackageReference Include="ICSharpCode.SharpZipLib.dll" Version="0.85.4.369" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.36" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.37" />
</ItemGroup>

</Project>

+ 1
- 1
installer/InstallerUpdater/InstallerUpdater.csproj View File

@@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.36">
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.37">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
</ItemGroup>


Loading…
Cancel
Save