Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Mar 16, 2023
1 parent 2642179 commit b85c22f
Show file tree
Hide file tree
Showing 94 changed files with 261 additions and 122 deletions.
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/AuthApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/BaseApiTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/FileApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/FolderApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="TestFiles.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Api/StorageApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk.Test/Config.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="Config.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<Company>GroupDocs</Company>
<Authors>GroupDocs Product Team</Authors>
<Copyright>Aspose Pty Ltd.</Copyright>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/GroupDocs.Viewer.Cloud.Sdk.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.Viewer.Cloud.Sdk", "GroupDocs.Viewer.Cloud.Sdk\GroupDocs.Viewer.Cloud.Sdk.csproj", "{13284D1A-8B08-469A-A58B-5C94B92C68E7}"
EndProject
Expand Down
12 changes: 6 additions & 6 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/FileApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FileApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -254,7 +254,7 @@ public FilesUploadResult UploadFile(UploadFileRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CopyFileRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -338,7 +338,7 @@ public CopyFileRequest(string srcPath, string destPath, string srcStorageName =
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteFileRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -408,7 +408,7 @@ public DeleteFileRequest(string path, string storageName = null, string versionI
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DownloadFileRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -478,7 +478,7 @@ public DownloadFileRequest(string path, string storageName = null, string versio
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="MoveFileRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -562,7 +562,7 @@ public MoveFileRequest(string srcPath, string destPath, string srcStorageName =
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="UploadFileRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/FolderApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FolderApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -238,7 +238,7 @@ public void MoveFolder(MoveFolderRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CopyFolderRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -315,7 +315,7 @@ public CopyFolderRequest(string srcPath, string destPath, string srcStorageName
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CreateFolderRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -378,7 +378,7 @@ public CreateFolderRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteFolderRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -448,7 +448,7 @@ public DeleteFolderRequest(string path, string storageName = null, bool? recursi
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetFilesListRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -511,7 +511,7 @@ public GetFilesListRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="MoveFolderRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/InfoApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="InfoApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -131,7 +131,7 @@ public FormatsResult GetSupportedFileFormats()
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetInfoRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Api/LicenseApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="LicenseApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
10 changes: 5 additions & 5 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/StorageApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="StorageApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -209,7 +209,7 @@ public StorageExist StorageExists(StorageExistsRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetDiscUsageRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -265,7 +265,7 @@ public GetDiscUsageRequest(string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="GetFileVersionsRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -328,7 +328,7 @@ public GetFileVersionsRequest(string path, string storageName = null)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ObjectExistsRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -398,7 +398,7 @@ public ObjectExistsRequest(string path, string storageName = null, string versio
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="StorageExistsRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 3 additions & 3 deletions src/GroupDocs.Viewer.Cloud.Sdk/Api/ViewApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ViewApi.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -130,7 +130,7 @@ public void DeleteView(DeleteViewRequest request)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="CreateViewRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -186,7 +186,7 @@ public CreateViewRequest(ViewOptions viewOptions)
}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="DeleteViewRequest.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/ApiException.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiException.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/ApiInvoker.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiInvoker.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="Configuration.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/FileInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="FileInfo.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/GroupDocs.Viewer.Cloud.Sdk/Client/IRequestHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="IRequestHandler.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="NeedRepeatRequestException.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiErrorResponse.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="ApiExceptionRequestHandler.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose Pty Ltd" file="AuthErrorResponse.cs">
// Copyright (c) 2003-2021 Aspose Pty Ltd
// Copyright (c) 2003-2023 Aspose Pty Ltd
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit b85c22f

Please sign in to comment.