File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments