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

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Bahrami committed Jun 30, 2020
1 parent 91fdaa9 commit 677ec2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AutoNumber/AutoNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<AssemblyTitle>SnowMaker</AssemblyTitle>
<Company></Company>
<Product>AutoNumber</Product>
<Product>AzureAutoNumber</Product>
<Description>High performance, distributed unique id generator for Azure environments.</Description>
<Version>1.2.1</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
Expand All @@ -18,12 +18,13 @@
<Title>AutoNumber</Title>
<AssemblyName>AutoNumber</AssemblyName>
<RootNamespace>AutoNumber</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Bug fixed:
1. AddAutoNumber extension throws a scoping exception (aspnet core 3.1)

Breacking changes:
1. The AddAutoNumber is deprecated now, use another overload with options builder instead.</PackageReleaseNotes>
<PackageId>AzureAutoNumber</PackageId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down

0 comments on commit 677ec2d

Please sign in to comment.