Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh committed Apr 2, 2023
1 parent c091e21 commit 0396784
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/Todoist.Net/Todoist.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>A Todoist API client for .NET</Description>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>5.0.0</VersionPrefix>
<Authors>Oleg Shevchenko</Authors>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -12,10 +12,11 @@
<PackageTags>todoist</PackageTags>
<PackageReleaseNotes>https://github.com/olsh/todoist-net/releases</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/olsh/todoist-net</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/olsh/todoist-net/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/olsh/todoist-net</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/olsh/todoist-net/master/images/todoist-net-nuget.png</PackageIconUrl>
<PackageIcon>todoist-net-nuget.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>

<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
Expand All @@ -36,4 +37,9 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="../../images/todoist-net-nuget.png" Pack="true" PackagePath="\"/>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 0396784

Please sign in to comment.