Skip to content

Commit bfaf169

Browse files
DotNet.ReproducibleBuilds update.
1 parent 792d300 commit bfaf169

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AsyncKeyedLock/AsyncKeyedLock.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/AsyncKeyedLock</PackageProjectUrl>
88
<Copyright>MIT</Copyright>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10-
<Version>8.0.1</Version>
10+
<Version>8.0.2</Version>
1111
<Nullable>Enable</Nullable>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<PackageReleaseNotes>Cleaning and enforcing consistent SDK version for total reproducible builds.</PackageReleaseNotes>
13+
<PackageReleaseNotes>DotNet.ReproducibleBuilds update.</PackageReleaseNotes>
1414
<Description>An asynchronous .NET library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.</Description>
1515
<Copyright>© 2026 Mark Cilia Vincenti</Copyright>
1616
<PackageTags>async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization</PackageTags>
1717
<RepositoryType>git</RepositoryType>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
19-
<AssemblyVersion>8.0.1.0</AssemblyVersion>
20-
<FileVersion>8.0.1.0</FileVersion>
19+
<AssemblyVersion>8.0.2.0</AssemblyVersion>
20+
<FileVersion>8.0.2.0</FileVersion>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<IsPackable>true</IsPackable>
2323
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
7-
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="2.0.1" />
7+
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="2.0.2" />
88
<PackageVersion Include="FluentAssertions" Version="8.8.0" />
99
<PackageVersion Include="ListShuffle" Version="2.1.3" />
1010
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />

0 commit comments

Comments
 (0)