fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Updating to Microsoft.Azure.Cosmos.Table #39

Closed JohnDoeKyrgyz closed 4 years ago

JohnDoeKyrgyz commented 4 years ago

The WindowsAzure.Storage nuget is effectively deprecated. For Azure Table Storage the recommendation is to switch to the Microsoft.Azure.Cosmos.Table nuget package.

isaacabraham commented 4 years ago

Out of curiosity, what are the changes?

JohnDoeKyrgyz commented 4 years ago

Just swapping out the package references in the project files, and switching to the new namespace in the open statements.

daniel-chambers commented 4 years ago

This has been released in v4.0.0 😃