File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >A Todoist API client for .NET</Description >
5
- <VersionPrefix >4 .0.0</VersionPrefix >
5
+ <VersionPrefix >5 .0.0</VersionPrefix >
6
6
<Authors >Oleg Shevchenko</Authors >
7
7
<TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
12
<PackageTags >todoist</PackageTags >
13
13
<PackageReleaseNotes >https://github.com/olsh/todoist-net/releases</PackageReleaseNotes >
14
14
<PackageProjectUrl >https://github.com/olsh/todoist-net</PackageProjectUrl >
15
- <PackageLicenseUrl >https://raw.githubusercontent.com/olsh/todoist-net/master/LICENSE</ PackageLicenseUrl >
15
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
16
16
<RepositoryType >git</RepositoryType >
17
17
<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 >
19
20
20
21
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
21
22
</PropertyGroup >
36
37
</AssemblyAttribute >
37
38
</ItemGroup >
38
39
40
+ <ItemGroup >
41
+ <None Include =" ../../images/todoist-net-nuget.png" Pack =" true" PackagePath =" \" />
42
+ <None Include =" ../../README.md" Pack =" true" PackagePath =" \" />
43
+ </ItemGroup >
44
+
39
45
</Project >
You can’t perform that action at this time.
0 commit comments