Skip to content

Commit c91484c

Browse files
committed
Update nuget package
1 parent 9c523d3 commit c91484c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<RootNamespace>MatthiWare.FinancialModelingPrepApi</RootNamespace>
6+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<AssemblyVersion>0.1.0.0</AssemblyVersion>
9+
<FileVersion>0.1.0.0</FileVersion>
10+
<Company>MatthiWare</Company>
11+
<PackageId>MatthiWare.FinancialModelingPrepApi</PackageId>
12+
<Version>0.1.0</Version>
13+
<Description>FinancialModelingPrep API Client written in .NET 5</Description>
14+
<Copyright>Copyright Matthias Beerens 2021</Copyright>
15+
<Product>FinancialModelingPrep API Client</Product>
16+
<Authors>Matthias Beerens</Authors>
17+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<RepositoryUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</RepositoryUrl>
19+
<RepositoryType>git</RepositoryType>
20+
<PackageTags>FinancialModelingPrep stock quote finance-api</PackageTags>
21+
<PackageProjectUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</PackageProjectUrl>
22+
<PackageReleaseNotes>First version with basic endpoints implemented</PackageReleaseNotes>
623
</PropertyGroup>
724

825
<ItemGroup>
@@ -11,4 +28,11 @@
1128
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
1229
</ItemGroup>
1330

31+
<ItemGroup>
32+
<None Include="..\LICENSE">
33+
<Pack>True</Pack>
34+
<PackagePath></PackagePath>
35+
</None>
36+
</ItemGroup>
37+
1438
</Project>

0 commit comments

Comments
 (0)