Skip to content

Commit 2495b27

Browse files
committed
Bump version
1 parent 7460f38 commit 2495b27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Todoist.Net/Todoist.Net.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>A Todoist API client for .NET</Description>
5-
<VersionPrefix>5.0.0</VersionPrefix>
5+
<VersionPrefix>5.1.0</VersionPrefix>
66
<Authors>Oleg Shevchenko</Authors>
77
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Todoist.Net/TodoistClient.cs

+1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ async Task<string> IAdvancedTodoistClient.ExecuteCommandsAsync(params Command[]
297297
{
298298
UpdateTempIds(commands, syncResponse.TempIdMappings);
299299
}
300+
300301
return syncResponse.SyncToken;
301302
}
302303

0 commit comments

Comments
 (0)