Skip to content

Commit 3543e4e

Browse files
committed
Update to v 20.8
1 parent 22ac6ef commit 3543e4e

File tree

292 files changed

+306
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+306
-296
lines changed

README.md

Lines changed: 1 addition & 1 deletion

annotation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotation_flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotation_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotation_state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotation_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotations_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

annotations_info_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

antialiasing_processing_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy

api_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
*
33
* Copyright (c) 2020 Aspose.PDF Cloud
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -175,7 +175,7 @@ func (c *APIClient) prepareRequest (
175175

176176
// set custom header
177177
headerParams["x-aspose-client"] = "go sdk"
178-
headerParams["x-aspose-client-version"] = "20.7.0"
178+
headerParams["x-aspose-client-version"] = "20.8.0"
179179

180180
// Detect postBody type and post.
181181
if postBody != nil {

0 commit comments

Comments
 (0)