We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b7c2 commit dac3023Copy full SHA for dac3023
Chinchilla.ClickUp/Chinchilla.ClickUp.csproj
@@ -12,9 +12,9 @@
12
<RepositoryType>git</RepositoryType>
13
<PackageTags>api;csharp;rest;clickup</PackageTags>
14
<PackageId>Chinchilla.ClickUp</PackageId>
15
- <Version>2.0.8.1</Version>
+ <Version>2.0.8.2</Version>
16
<PackageReleaseNotes>
17
- Version 2.0.8.1
+ Version 2.0.8.2
18
19
* Added an ability to get the access token when using OAuth 2 flow.
20
Chinchilla.ClickUp/ClickUpApi.cs
@@ -25,7 +25,7 @@ public class ClickUpApi
25
/// <summary>
26
/// The Access Token to add during the request
27
/// </summary>
28
- public string AccessToken { protected get; set; }
+ public string AccessToken { get; protected set; }
29
30
#endregion
31
0 commit comments