Skip to content

Commit

Permalink
Housekeeping Update Version (#692)
Browse files Browse the repository at this point in the history
* Housekeeping Update Version

* Update to latest ReactiveUI version
  • Loading branch information
ChrisPulman authored Sep 25, 2024
1 parent 5dc63df commit 5d51ada
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.AndroidX" Version="20.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="20.1.63" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Validation/ReactiveUI.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="20.1.52" />
<PackageReference Include="ReactiveUI" Version="20.1.63" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('net4'))">
Expand Down
6 changes: 0 additions & 6 deletions src/global.json

This file was deleted.

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0",
"version": "4.1",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/latest$",
Expand Down

0 comments on commit 5d51ada

Please sign in to comment.