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

Commit

Permalink
Merge pull request #11 from 0x414c49/update-packages
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
0x414c49 authored Jul 29, 2021
2 parents 5eb591d + 57f4c74 commit 2d0ffba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AutoNumber/AutoNumber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<ProductVersion>8.0.30703</ProductVersion>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<AssemblyTitle>SnowMaker</AssemblyTitle>
<Company></Company>
<Product>AzureAutoNumber</Product>
<Description>High performance, distributed unique id generator for Azure environments.</Description>
<Version>1.2.3</Version>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<Version>1.3.2</Version>
<AssemblyVersion>1.3.2.0</AssemblyVersion>
<FileVersion>1.3.2.0</FileVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<Authors>Ali Bahraminezhad</Authors>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
Expand All @@ -21,7 +20,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Packages updated to the latest and Microsoft.Azure.Storage.Blob replaced with Azure.Storage.Blobs and WindowsAzure.Storage because is deprecated.</PackageReleaseNotes>
<PackageId>AzureAutoNumber</PackageId>
<PackageVersion>1.3.0</PackageVersion>
<PackageVersion>1.3.2</PackageVersion>
<SignAssembly>False</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down

0 comments on commit 2d0ffba

Please sign in to comment.