Skip to content

Commit cc91412

Browse files
committed
Update nuget package info v0.1.2
1 parent 8dfc74e commit cc91412

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 6 additions & 4 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.1.0</AssemblyVersion>
9-
<FileVersion>0.1.1.0</FileVersion>
8+
<AssemblyVersion>0.1.2.0</AssemblyVersion>
9+
<FileVersion>0.1.2.0</FileVersion>
1010
<Company>MatthiWare</Company>
1111
<PackageId>MatthiWare.FinancialModelingPrep</PackageId>
12-
<Version>0.1.1</Version>
12+
<Version>0.1.2</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,7 +19,9 @@
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>FinancialModelingPrep stock quote finance-api</PackageTags>
2121
<PackageProjectUrl>https://github.com/MatthiWare/FinancialModelingPrep.NET</PackageProjectUrl>
22-
<PackageReleaseNotes>More endpoints added</PackageReleaseNotes>
22+
<PackageReleaseNotes>- Allow null values in calendar response
23+
- Add Factory Method to create client
24+
- Register dependencies as transient instead of scoped</PackageReleaseNotes>
2325
<AssemblyName>FinancialModelingPrep</AssemblyName>
2426
</PropertyGroup>
2527

0 commit comments

Comments
 (0)