Skip to content

Commit d444c07

Browse files
committed
Update Todoist.Net project and package versions
The Todoist.Net version has been updated from 7.0.0 to 8.0.0. Additionally, the System.Text.Json package version has been incremented from 8.0.3 to 8.0.4, and the xunit version in the Todoist.Net.Tests project has been upgraded from 2.8.1 to 2.9.0.
1 parent 219e7ef commit d444c07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Todoist.Net.Tests/Todoist.Net.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
10-
<PackageReference Include="xunit" Version="2.8.1" />
10+
<PackageReference Include="xunit" Version="2.9.0" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

src/Todoist.Net/Todoist.Net.csproj

+2-2
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>7.0.0</VersionPrefix>
5+
<VersionPrefix>8.0.0</VersionPrefix>
66
<Authors>Oleg Shevchenko, Ahmed Zaki</Authors>
77
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2828
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
29-
<PackageReference Include="System.Text.Json" Version="8.0.3" />
29+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)