Skip to content

Commit e671568

Browse files
committed
Bump version to 0.1.6
1 parent c5c539e commit e671568

File tree

2 files changed

+339
-5
lines changed

2 files changed

+339
-5
lines changed

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<RootNamespace>MatthiWare.FinancialModelingPrep</RootNamespace>
66
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<AssemblyVersion>0.1.5.0</AssemblyVersion>
9-
<FileVersion>0.1.5.0</FileVersion>
8+
<AssemblyVersion>0.1.6.0</AssemblyVersion>
9+
<FileVersion>0.1.6.0</FileVersion>
1010
<Company>MatthiWare</Company>
1111
<PackageId>MatthiWare.FinancialModelingPrep</PackageId>
12-
<Version>0.1.5</Version>
12+
<Version>0.1.6</Version>
1313
<Description>FinancialModelingPrep API Client written in .NET 5</Description>
1414
<Copyright>Copyright Matthias Beerens 2021</Copyright>
1515
<Product>FinancialModelingPrep API Client</Product>
@@ -19,8 +19,7 @@
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>FinancialModelingPrep stock quote finance-api</PackageTags>
2121
<PackageProjectUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</PackageProjectUrl>
22-
<PackageReleaseNotes>- Add Chart Time Series
23-
- Fix bugs</PackageReleaseNotes>
22+
<PackageReleaseNotes>- Add isAdr, isFund, exchangeShortName, type properties</PackageReleaseNotes>
2423
<AssemblyName>FinancialModelingPrep</AssemblyName>
2524
</PropertyGroup>
2625

0 commit comments

Comments
 (0)