Releases: thorstenalpers/Finance.NET
Releases · thorstenalpers/Finance.NET
Finance.NET 1.1.14
What's Changed
- The GetRandomInt32 method was updated to use System.Security.Cryptography.RandomNumberGenerator instead of System.Random to ensure cryptographic security.
- Updated nuget packages
Finance.NET 1.1.13
What's Changed
Refactoring: Corrected banner rendering on nuget.org.
Finance.NET 1.1.12
What's Changed
- Refactoring: Migrated from .NET Framework to .NET Standard 2.1 for improved platform compatibility and access to modern APIs.
Finance.NET 1.0.11
What's Changed
- Fix: Making Polly AsyncPolicy optional.
Finance.NET 1.0.10
What's Changed
- Updated NuGet packages to the latest stable versions for improved security, performance, and compatibility.
Finance.NET 1.0.9
What's Changed
- Fixed code linting issues to improve code quality and maintainability.
Finance.NET 1.0.8
What's Changed
- Updated NuGet package dependencies to latest versions for improved stability and compatibility.
Finance.NET 1.0.7
What's Changed
- Fix: Proper use of ConfigureAwait(false) for improved compatibility with desktop apps (e.g., WPF, WinForms)
Finance.NET 1.0.6
What's Changed
- Fix: Updated XPath selector to reflect changes from Yahoo Finance for retrieving financial instruments.