We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7460f38 commit 2495b27Copy full SHA for 2495b27
src/Todoist.Net/Todoist.Net.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<Description>A Todoist API client for .NET</Description>
5
- <VersionPrefix>5.0.0</VersionPrefix>
+ <VersionPrefix>5.1.0</VersionPrefix>
6
<Authors>Oleg Shevchenko</Authors>
7
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
src/Todoist.Net/TodoistClient.cs
@@ -297,6 +297,7 @@ async Task<string> IAdvancedTodoistClient.ExecuteCommandsAsync(params Command[]
297
{
298
UpdateTempIds(commands, syncResponse.TempIdMappings);
299
}
300
+
301
return syncResponse.SyncToken;
302
303
0 commit comments