Skip to content

Commit

Permalink
Update project version and dependencies
Browse files Browse the repository at this point in the history
The project version has been incremented to 7.0.0, and now includes Ahmed Zaki as an author. The version of the dotnet-sonarscanner dependency has also been updated. Additionally, the versions of testing dependencies in Todoist.Net.Tests have been updated.
  • Loading branch information
olsh committed Jun 3, 2024
1 parent 86faa59 commit 3d961e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageDownload Include="dotnet-sonarscanner" Version="[6.1.0]" />
<PackageDownload Include="dotnet-sonarscanner" Version="[6.2.0]" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/Todoist.Net.Tests/Todoist.Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/Todoist.Net/Todoist.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>A Todoist API client for .NET</Description>
<VersionPrefix>6.1.0</VersionPrefix>
<Authors>Oleg Shevchenko</Authors>
<VersionPrefix>7.0.0</VersionPrefix>
<Authors>Oleg Shevchenko, Ahmed Zaki</Authors>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Todoist.Net</AssemblyName>
Expand Down

0 comments on commit 3d961e3

Please sign in to comment.