Skip to content

Commit dac3023

Browse files
committed
Version 2.0.8.2
* Added an ability to get the access token when using OAuth 2 flow.
1 parent 573b7c2 commit dac3023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chinchilla.ClickUp/Chinchilla.ClickUp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>api;csharp;rest;clickup</PackageTags>
1414
<PackageId>Chinchilla.ClickUp</PackageId>
15-
<Version>2.0.8.1</Version>
15+
<Version>2.0.8.2</Version>
1616
<PackageReleaseNotes>
17-
Version 2.0.8.1
17+
Version 2.0.8.2
1818

1919
* Added an ability to get the access token when using OAuth 2 flow.
2020

Chinchilla.ClickUp/ClickUpApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ClickUpApi
2525
/// <summary>
2626
/// The Access Token to add during the request
2727
/// </summary>
28-
public string AccessToken { protected get; set; }
28+
public string AccessToken { get; protected set; }
2929

3030
#endregion
3131

0 commit comments

Comments
 (0)