Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnnqin committed Oct 13, 2021
2 parents fa408b7 + 91a42ff commit dbca9ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v5.4.22](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.21...v5.4.22) - 2021-08-13

support Append, fix resumable download

### Commits

- support AppendObject, fix resumable download problem, add SetRegion check [`19baca5`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/19baca5f31756ef2952361ed5937f09186518664)
- restore some unitTest setting [`da9290d`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/da9290d576721736a174a34937f6afb85e312f62)
- Updated CHANGELOG.md [`8522c42`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/8522c42fb65fa1d73937445deca581cd23b95ae2)

## [v5.4.21](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.19...v5.4.21) - 2021-07-01

修复部分请求签名错误问题
Expand Down
3 changes: 2 additions & 1 deletion QCloudCSharpSDK/COSXML/COSXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -519,4 +519,5 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

4 changes: 4 additions & 0 deletions QCloudCSharpSDK/COSXML/Common/CosVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ namespace COSXML.Common
{
public sealed class CosVersion
{
<<<<<<< HEAD
private static string SDKVersion = "5.4.24.0";
=======
private static string SDKVersion = "5.4.23.0";
>>>>>>> upstream/master

public static string GetUserAgent()
{
Expand Down

0 comments on commit dbca9ee

Please sign in to comment.