Skip to content

Commit 2e7349e

Browse files
committed
Bump v0.1.3
1 parent 02bbdb1 commit 2e7349e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 5 additions & 6 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.2.0</AssemblyVersion>
9-
<FileVersion>0.1.2.0</FileVersion>
8+
<AssemblyVersion>0.1.3.0</AssemblyVersion>
9+
<FileVersion>0.1.3.0</FileVersion>
1010
<Company>MatthiWare</Company>
1111
<PackageId>MatthiWare.FinancialModelingPrep</PackageId>
12-
<Version>0.1.2</Version>
12+
<Version>0.1.3</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,9 +19,8 @@
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>FinancialModelingPrep stock quote finance-api</PackageTags>
2121
<PackageProjectUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</PackageProjectUrl>
22-
<PackageReleaseNotes>- Allow null values in calendar response
23-
- Add Factory Method to create client
24-
- Register dependencies as transient instead of scoped</PackageReleaseNotes>
22+
<PackageReleaseNotes>- Add shares float endpoint
23+
- Add press releases endpoint</PackageReleaseNotes>
2524
<AssemblyName>FinancialModelingPrep</AssemblyName>
2625
</PropertyGroup>
2726

0 commit comments

Comments
 (0)