Skip to content

Commit 95b546c

Browse files
Nuget related informations like PackageRepositoryUrl, PackageReadmeFile added into the project file.
1 parent 987f4d8 commit 95b546c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Infobip.Api.SDK/Infobip.Api.SDK.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageIcon>infobip-icon.png</PackageIcon>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
12-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<IncludeSymbols>true</IncludeSymbols>
1414
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
15+
<PackageProjectUrl>https://github.com/infobip-community/infobip-api-csharp-sdk/</PackageProjectUrl>
16+
<RepositoryUrl>https://github.com/infobip-community/infobip-api-csharp-sdk/</RepositoryUrl>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1518
</PropertyGroup>
1619

1720
<ItemGroup>
@@ -22,6 +25,10 @@
2225
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
2326
</ItemGroup>
2427

28+
<ItemGroup>
29+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
30+
</ItemGroup>
31+
2532
<ItemGroup>
2633
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
2734
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />

0 commit comments

Comments
 (0)