Skip to content

Commit

Permalink
Nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Bahraminezhad committed Oct 25, 2024
1 parent bdfa5b6 commit 6e98260
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions AutoNumber/AutoNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@
<AssemblyName>AutoNumber</AssemblyName>
<RootNamespace>AutoNumber</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<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>
<PackageReleaseNotes>* .NET 8
* All azure and other nuget dependencies upgraded</PackageReleaseNotes>
<PackageId>AzureAutoNumber</PackageId>
<PackageVersion>1.4.0</PackageVersion>
<PackageVersion>1.5.0</PackageVersion>
<SignAssembly>False</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 6e98260

Please sign in to comment.