Skip to content

Commit

Permalink
Use newer Rx/Ix.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Sep 26, 2021
1 parent 4450c84 commit 24d320a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.2.2] - 2021-09-25
### Changed
- Bump Rx and Ix dependencies.

## [6.2.1] - 2021-09-25
### Fixed
- Explicity support net461 so that shim dlls are not required on that platform.

## [6.1.0] - 2020-10-24
### Added
- `IFullComparer<string>.ToStringComparer` to easily create a `StringComparer` instance.
Expand Down
2 changes: 1 addition & 1 deletion src/Nito.Comparers.Ix/Nito.Comparers.Ix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Interactive" Version="3.2.0" />
<PackageReference Include="System.Interactive" Version="4.1.1" />
</ItemGroup>

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

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0' or '$(TargetFramework)'=='net461'">
<PackageReference Include="System.Reactive" Version="4.1.3" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>

</Project>
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>6.2.1</VersionPrefix>
<VersionPrefix>6.2.2</VersionPrefix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit 24d320a

Please sign in to comment.