diff --git a/AutoNumber.sln b/AutoNumber.sln index 230f89d..0b42daf 100644 --- a/AutoNumber.sln +++ b/AutoNumber.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E1BB869-9152-48ED-9D43-D846800D7DBF}" ProjectSection(SolutionItems) = preProject .github\workflows\dotnet.yml = .github\workflows\dotnet.yml + README.md = README.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2D578C72-24A1-4EE0-A5E8-30D76FC297B8}" diff --git a/AutoNumber/AutoNumber.csproj b/AutoNumber/AutoNumber.csproj index 83626b7..bcfc299 100644 --- a/AutoNumber/AutoNumber.csproj +++ b/AutoNumber/AutoNumber.csproj @@ -18,7 +18,11 @@ AutoNumber AutoNumber true - Upgrade packages and add support for .NET6 + - Use "Azure.Storage.Blobs" instead of deprecated package of WindowsAzure.Storage + +**Breaking changes:** +Method "UseStorageAccount(CloudStorageAccount storageAccount) removed and a new method +UseBlobServiceClient(BlobServiceClient blobServiceClient) added. AzureAutoNumber 1.4.0 False