Skip to content

Commit 7139f78

Browse files
committed
Comply with new nuget.org upload rules
1 parent 4af03ff commit 7139f78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Remove historical discounted cashflows endpoints
2222
</PackageReleaseNotes>
2323
<AssemblyName>FinancialModelingPrep</AssemblyName>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
2425
</PropertyGroup>
2526

2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -50,6 +51,7 @@
5051
<Pack>True</Pack>
5152
<PackagePath></PackagePath>
5253
</None>
54+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
5355
</ItemGroup>
5456

5557
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![.NET](https://github.com/MatthiWare/FinancialModelingPrep.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/MatthiWare/FinancialModelingPrep.NET/actions/workflows/dotnet.yml)
44
[![Nuget](https://buildstats.info/nuget/MatthiWare.FinancialModelingPrep)](https://www.nuget.org/packages/MatthiWare.FinancialModelingPrep/)
55

6-
.NET 7 API Client For https://financialmodelingprep.com/ API written in C#
6+
.NET 8 API Client For https://financialmodelingprep.com/ API written in C#
77

88
## Installation
99

0 commit comments

Comments
 (0)