Skip to content

Commit

Permalink
Bump DistributedLock.Core and DistributedLock.FileSystem (#142)
Browse files Browse the repository at this point in the history
Bumps [DistributedLock.Core](https://github.com/madelson/DistributedLock) and [DistributedLock.FileSystem](https://github.com/madelson/DistributedLock). These dependencies needed to be updated together.

Updates `DistributedLock.Core` from 1.0.8 to 1.0.8
- [Release notes](https://github.com/madelson/DistributedLock/releases)
- [Commits](https://github.com/madelson/DistributedLock/commits)

Updates `DistributedLock.FileSystem` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/madelson/DistributedLock/releases)
- [Commits](https://github.com/madelson/DistributedLock/commits)

---
updated-dependencies:
- dependency-name: DistributedLock.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: DistributedLock.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 65e6176 commit 2eefe09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/AspNetCoreSample/AspNetCoreSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/ConfigSample/ConfigSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/EFCoreStoreSample/EFCoreStoreSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/EventBusSample/EventBusSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.23.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/ResilienceSample/ResilienceSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/SimpleSample/SimpleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="DistributedLock.Core" Version="1.0.8" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 2eefe09

Please sign in to comment.