Skip to content

Commit 0396784

Browse files
committed
Update package version
1 parent c091e21 commit 0396784

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/Todoist.Net/Todoist.Net.csproj

+9-3
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>4.0.0</VersionPrefix>
5+
<VersionPrefix>5.0.0</VersionPrefix>
66
<Authors>Oleg Shevchenko</Authors>
77
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -12,10 +12,11 @@
1212
<PackageTags>todoist</PackageTags>
1313
<PackageReleaseNotes>https://github.com/olsh/todoist-net/releases</PackageReleaseNotes>
1414
<PackageProjectUrl>https://github.com/olsh/todoist-net</PackageProjectUrl>
15-
<PackageLicenseUrl>https://raw.githubusercontent.com/olsh/todoist-net/master/LICENSE</PackageLicenseUrl>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryUrl>https://github.com/olsh/todoist-net</RepositoryUrl>
18-
<PackageIconUrl>https://raw.githubusercontent.com/olsh/todoist-net/master/images/todoist-net-nuget.png</PackageIconUrl>
18+
<PackageIcon>todoist-net-nuget.png</PackageIcon>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
1920

2021
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2122
</PropertyGroup>
@@ -36,4 +37,9 @@
3637
</AssemblyAttribute>
3738
</ItemGroup>
3839

40+
<ItemGroup>
41+
<None Include="../../images/todoist-net-nuget.png" Pack="true" PackagePath="\"/>
42+
<None Include="../../README.md" Pack="true" PackagePath="\"/>
43+
</ItemGroup>
44+
3945
</Project>

0 commit comments

Comments
 (0)