-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update QuickJournal to 0.75.0 * Update Benchmarkr to 0.75.0 * Update the ListView sample to 0.75.0 * Update the Simple sample to 0.75.0 * Update Tasky to 0.75.0
- Loading branch information
1 parent
77e65d0
commit 00e1247
Showing
26 changed files
with
183 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 10 additions & 7 deletions
17
component/samples/ListView/ListView/ListView.Droid/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Fody" version="1.29.4" targetFramework="monoandroid60" developmentDependency="true" /> | ||
<package id="Realm" version="0.74.1" targetFramework="MonoAndroid60" developmentDependency="true" /> | ||
<package id="Xamarin.Android.Support.Design" version="23.0.1.3" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v4" version="23.0.1.3" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.0.1.3" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.CardView" version="23.0.1.3" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.0.1.3" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Forms" version="2.1.0.6529" targetFramework="MonoAndroid60" /> | ||
<package id="Realm" version="0.75.0" targetFramework="MonoAndroid60" developmentDependency="true" /> | ||
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.CardView" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.v7.RecyclerView" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Android.Support.Vector.Drawable" version="23.3.0" targetFramework="MonoAndroid60" /> | ||
<package id="Xamarin.Forms" version="2.2.0.45" targetFramework="MonoAndroid60" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
component/samples/ListView/ListView/ListView.iOS/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Fody" version="1.29.4" targetFramework="xamarinios10" developmentDependency="true" /> | ||
<package id="Realm" version="0.74.1" targetFramework="xamarinios10" developmentDependency="true" /> | ||
<package id="Xamarin.Forms" version="2.1.0.6529" targetFramework="xamarinios10" /> | ||
<package id="Realm" version="0.75.0" targetFramework="xamarinios10" developmentDependency="true" /> | ||
<package id="Xamarin.Forms" version="2.2.0.45" targetFramework="xamarinios10" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Fody" version="1.29.4" targetFramework="portable45-net45+win8+wpa81" developmentDependency="true" /> | ||
<package id="Realm" version="0.74.1" targetFramework="portable-net45+win+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" developmentDependency="true" /> | ||
<package id="Xamarin.Forms" version="2.1.0.6529" targetFramework="portable-net45+win+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> | ||
<package id="Realm" version="0.75.0" targetFramework="portable-net45+win+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarintvos10+xamarinwatchos10+xamarinios10" developmentDependency="true" /> | ||
<package id="Xamarin.Forms" version="2.2.0.45" targetFramework="portable-net45+win+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarintvos10+xamarinwatchos10+xamarinios10" /> | ||
</packages> |
Oops, something went wrong.