Skip to content

Commit

Permalink
Dependency bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Sep 26, 2021
1 parent 5ca6840 commit 0361015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Nito.AsyncEx.Tasks/Nito.AsyncEx.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nito.Disposables" Version="2.2.0" />
<PackageReference Include="Nito.Disposables" Version="2.2.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Nito.AsyncEx/Nito.AsyncEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nito.Cancellation" Version="1.1.1" />
<PackageReference Include="Nito.Cancellation" Version="1.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/project.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>5.1.1</VersionPrefix>
<VersionPrefix>5.1.2</VersionPrefix>
<Authors>Stephen Cleary</Authors>
<PackageTags>task;async</PackageTags>
<RootNamespace>Nito.AsyncEx</RootNamespace>
Expand Down

0 comments on commit 0361015

Please sign in to comment.