Skip to content

Commit d4761b9

Browse files
committed
Add readme reference to NuGet
1 parent 02a6706 commit d4761b9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

DirectusSharp/DirectusSharp.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<PackageId>DirectusSharp</PackageId>
5-
<Version>0.0.6</Version>
5+
<Version>0.0.7</Version>
66
<TargetFramework>net9.0</TargetFramework>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99

10-
<PackageValidationBaselineVersion>0.0.6</PackageValidationBaselineVersion>
10+
<PackageValidationBaselineVersion>0.0.7</PackageValidationBaselineVersion>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
@@ -17,11 +17,16 @@
1717
<PackageProjectUrl>https://github.com/Stay1444/DirectusSharp/blob/master/README.md</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Stay1444/DirectusSharp</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2021

2122
<!-- A list of tags to help the search engine to understand the content of the package -->
2223
<PackageTags>directus, wrapper, rest, http, library</PackageTags>
2324
</PropertyGroup>
2425

26+
<ItemGroup>
27+
<None Include="README.md" Pack="true" PackagePath="\"/>
28+
</ItemGroup>
29+
2530
<PropertyGroup>
2631
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2732
</PropertyGroup>

0 commit comments

Comments
 (0)