aaronpowell / FSharp.CosmosDb

An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers
MIT License
79 stars 12 forks source link

Update to latest versions #72

Open JohnDoeKyrgyz opened 1 year ago

JohnDoeKyrgyz commented 1 year ago

This PR updates this project to the latest versions of the CosmosDB and FSharp. I also applied some code style improvement suggestions provided by Rider.

JohnDoeKyrgyz commented 1 year ago

Updated to remove unintended changes. I was using Rider, and it aggressively added the PackageReference elements. I also had a few API changes that should be done on a different pull request. Those have been removed.

JohnDoeKyrgyz commented 1 year ago

This is ready to merge. Your suggested changes have been addressed.