|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net5.0</TargetFramework> |
5 | | - <RootNamespace>MatthiWare.FinancialModelingPrep</RootNamespace> |
6 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
7 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | | - <AssemblyVersion>0.1.12.0</AssemblyVersion> |
9 | | - <FileVersion>0.1.12.0</FileVersion> |
10 | | - <Company>MatthiWare</Company> |
11 | | - <PackageId>MatthiWare.FinancialModelingPrep</PackageId> |
12 | | - <Version>0.1.12</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> |
23 | | - - GetEnterpriseValueAsync Type fixed |
24 | | - </PackageReleaseNotes> |
25 | | - <AssemblyName>FinancialModelingPrep</AssemblyName> |
26 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net5.0</TargetFramework> |
| 5 | + <RootNamespace>MatthiWare.FinancialModelingPrep</RootNamespace> |
| 6 | + <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance> |
| 7 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 8 | + <Company>MatthiWare</Company> |
| 9 | + <PackageId>MatthiWare.FinancialModelingPrep</PackageId> |
| 10 | + <Description>FinancialModelingPrep API Client written in .NET 5</Description> |
| 11 | + <Copyright>Copyright Matthias Beerens 2021</Copyright> |
| 12 | + <Product>FinancialModelingPrep API Client</Product> |
| 13 | + <Authors>Matthias Beerens</Authors> |
| 14 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 15 | + <RepositoryUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</RepositoryUrl> |
| 16 | + <RepositoryType>git</RepositoryType> |
| 17 | + <PackageTags>FinancialModelingPrep stock quote finance-api</PackageTags> |
| 18 | + <PackageProjectUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</PackageProjectUrl> |
| 19 | + <PackageReleaseNotes> |
| 20 | + - GetEnterpriseValueAsync Type fixed |
| 21 | + </PackageReleaseNotes> |
| 22 | + <AssemblyName>FinancialModelingPrep</AssemblyName> |
| 23 | + </PropertyGroup> |
27 | 24 |
|
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
29 | | - <DocumentationFile>D:\Source\Repos\FinancialModelingPrep.NET\FinancialModelingPrepApi\FinancialModelingPrepApi.xml</DocumentationFile> |
30 | | - </PropertyGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 26 | + <DocumentationFile>D:\Source\Repos\FinancialModelingPrep.NET\FinancialModelingPrepApi\FinancialModelingPrepApi.xml</DocumentationFile> |
| 27 | + </PropertyGroup> |
31 | 28 |
|
32 | | - <ItemGroup> |
33 | | - <PackageReference Include="Bert.RateLimiters" Version="1.0.15" /> |
34 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
35 | | - <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> |
36 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" /> |
37 | | - </ItemGroup> |
| 29 | + <ItemGroup> |
| 30 | + <PackageReference Include="Bert.RateLimiters" Version="1.0.15" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> |
| 33 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" /> |
| 34 | + <PackageReference Include="MinVer" Version="4.1.0"> |
| 35 | + <PrivateAssets>all</PrivateAssets> |
| 36 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 37 | + </PackageReference> |
| 38 | + </ItemGroup> |
38 | 39 |
|
39 | | - <ItemGroup> |
40 | | - <None Include="..\LICENSE"> |
41 | | - <Pack>True</Pack> |
42 | | - <PackagePath></PackagePath> |
43 | | - </None> |
44 | | - </ItemGroup> |
| 40 | + <PropertyGroup> |
| 41 | + <MinVerSkip Condition="'$(Configuration)|$(Platform)'=='Debug'">true</MinVerSkip> |
| 42 | + <MinVerTagPrefix>v</MinVerTagPrefix> |
| 43 | + <MinVerIgnoreHeight>true</MinVerIgnoreHeight> |
| 44 | + <MinVerVerbosity>normal</MinVerVerbosity> |
| 45 | + </PropertyGroup> |
| 46 | + |
| 47 | + <ItemGroup> |
| 48 | + <None Include="..\LICENSE"> |
| 49 | + <Pack>True</Pack> |
| 50 | + <PackagePath></PackagePath> |
| 51 | + </None> |
| 52 | + </ItemGroup> |
45 | 53 |
|
46 | 54 | </Project> |
0 commit comments