Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit c8b623e

Browse files
committed
Update ReactiveUI and Bump Version
1 parent 00bd39b commit c8b623e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CodeHub.Core/CodeHub.Core.iOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@
223223
<Reference Include="Octokit">
224224
<HintPath>..\packages\Octokit.0.24.0\lib\portable-net45+wp80+win+wpa81\Octokit.dll</HintPath>
225225
</Reference>
226-
<Reference Include="ReactiveUI">
227-
<HintPath>..\packages\reactiveui-core.7.3.0\lib\Xamarin.iOS10\ReactiveUI.dll</HintPath>
228-
</Reference>
229226
<Reference Include="Humanizer">
230227
<HintPath>..\packages\Humanizer.Core.2.2.0\lib\netstandard1.0\Humanizer.dll</HintPath>
231228
</Reference>
@@ -250,6 +247,9 @@
250247
<Reference Include="Plugin.Settings">
251248
<HintPath>..\packages\Xam.Plugins.Settings.2.5.8\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
252249
</Reference>
250+
<Reference Include="ReactiveUI">
251+
<HintPath>..\packages\reactiveui-core.7.4.0\lib\Xamarin.iOS10\ReactiveUI.dll</HintPath>
252+
</Reference>
253253
</ItemGroup>
254254
<ItemGroup />
255255
<ItemGroup>

CodeHub.Core/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
1616
<package id="Octokit" version="0.24.0" targetFramework="xamarinios10" />
1717
<package id="PCLStorage" version="1.0.2" targetFramework="xamarinios10" />
18-
<package id="reactiveui" version="7.3.0" targetFramework="xamarinios10" />
19-
<package id="reactiveui-core" version="7.3.0" targetFramework="xamarinios10" />
18+
<package id="reactiveui" version="7.4.0" targetFramework="xamarinios10" />
19+
<package id="reactiveui-core" version="7.4.0" targetFramework="xamarinios10" />
2020
<package id="Rx-Core" version="2.2.5" targetFramework="xamarinios10" />
2121
<package id="Rx-Interfaces" version="2.2.5" targetFramework="xamarinios10" />
2222
<package id="Rx-Linq" version="2.2.5" targetFramework="xamarinios10" />

CodeHub.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>CFBundleIdentifier</key>
3636
<string>com.dillonbuchanan.codehub</string>
3737
<key>CFBundleShortVersionString</key>
38-
<string>2.10.2</string>
38+
<string>2.11.0</string>
3939
<key>UIStatusBarTintParameters</key>
4040
<dict>
4141
<key>UINavigationBar</key>
@@ -69,7 +69,7 @@
6969
<string>UIInterfaceOrientationLandscapeRight</string>
7070
</array>
7171
<key>CFBundleVersion</key>
72-
<string>2.10.2.3</string>
72+
<string>2.11.0.0</string>
7373
<key>UILaunchStoryboardName</key>
7474
<string>Launch</string>
7575
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)