1
0
mirror of synced 2026-04-03 01:58:41 +08:00

editreadme

This commit is contained in:
zhouzj
2021-03-13 23:10:42 +08:00
parent 3e2186a5ee
commit 7b4816e7c7
8 changed files with 166 additions and 341 deletions

View File

@@ -70,5 +70,10 @@ namespace Yitter.IdGenerator
{
}
public IdGeneratorOptions(ushort workerId)
{
WorkerId = workerId;
}
}
}

View File

@@ -18,7 +18,8 @@
<Copyright>Yitter</Copyright>
<PackageProjectUrl>https://gitee.com/yitter/idgenerator</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">