File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<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 >
6
23
</PropertyGroup >
7
24
8
25
<ItemGroup >
11
28
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5.0.0" />
12
29
</ItemGroup >
13
30
31
+ <ItemGroup >
32
+ <None Include =" ..\LICENSE" >
33
+ <Pack >True</Pack >
34
+ <PackagePath ></PackagePath >
35
+ </None >
36
+ </ItemGroup >
37
+
14
38
</Project >
You can’t perform that action at this time.
0 commit comments