Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Update package log
Browse files Browse the repository at this point in the history
  • Loading branch information
0x414c49 committed Aug 25, 2022
1 parent 9b5ea54 commit 4ff2bbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions AutoNumber.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
6 changes: 5 additions & 1 deletion AutoNumber/AutoNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<AssemblyName>AutoNumber</AssemblyName>
<RootNamespace>AutoNumber</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Upgrade packages and add support for .NET6</PackageReleaseNotes>
<PackageReleaseNotes>- 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.</PackageReleaseNotes>
<PackageId>AzureAutoNumber</PackageId>
<PackageVersion>1.4.0</PackageVersion>
<SignAssembly>False</SignAssembly>
Expand Down

0 comments on commit 4ff2bbb

Please sign in to comment.