Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Oct 30, 2021
1 parent f008c8b commit 652f795
Show file tree
Hide file tree
Showing 30 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Beacons/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion Beacons/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
Expand Down
4 changes: 2 additions & 2 deletions Beacons/Sample/Sample.csproj
Expand Up @@ -13,8 +13,8 @@

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="16.2.6" />
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Beacons" Version="2.3.0.2906" />
<PackageReference Include="Shiny" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Beacons" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Framework" Version="1.3.0.93" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Geofencing/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,9 +55,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
Expand Up @@ -129,7 +129,7 @@
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Geofencing/Sample.UWP/Sample.UWP.csproj
Expand Up @@ -145,9 +145,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Geofencing/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -127,9 +127,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Locations-Geofencing/Sample/Sample.csproj
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Locations" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Notifications" Version="2.3.0.2906" />
<PackageReference Include="Shiny" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Locations" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Notifications" Version="2.3.0.2919-preview" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Gps/Sample.Android/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.test" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.gpstest" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Sample" android:theme="@style/MainTheme"></application>
<application android:label="Shiny GPS" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
2 changes: 1 addition & 1 deletion Locations-Gps/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
Expand Up @@ -129,7 +129,7 @@
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Gps/Sample.UWP/Sample.UWP.csproj
Expand Up @@ -145,9 +145,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Locations-Gps/Sample.iOS/Info.plist
Expand Up @@ -23,9 +23,9 @@
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>CFBundleDisplayName</key>
<string>Sample</string>
<string>Shiny GPS</string>
<key>CFBundleIdentifier</key>
<string>com.shiny.test</string>
<string>com.shiny.gpstest</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
Expand All @@ -34,7 +34,7 @@
<string>Sample</string>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>UIBackgroundModes</key>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
Expand Down
2 changes: 1 addition & 1 deletion Locations-Gps/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Locations-Gps/Sample/Sample.csproj
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Locations" Version="2.3.0.2906" />
<PackageReference Include="Shiny" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Locations" Version="2.3.0.2919-preview" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Notifications/Sample.Android/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.test" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.notifications" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Sample" android:theme="@style/MainTheme"></application>
<application android:label="Notifications" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
2 changes: 1 addition & 1 deletion Notifications/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
Expand Up @@ -129,7 +129,7 @@
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Notifications/Sample.UWP/Sample.UWP.csproj
Expand Up @@ -145,7 +145,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
Expand Down
4 changes: 2 additions & 2 deletions Notifications/Sample.iOS/Info.plist
Expand Up @@ -23,9 +23,9 @@
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>CFBundleDisplayName</key>
<string>Sample</string>
<string>Notifications</string>
<key>CFBundleIdentifier</key>
<string>com.shiny.test</string>
<string>com.shiny.notifications</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion Notifications/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Notifications/Sample/Sample.csproj
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Notifications" Version="2.3.0.2906" />
<PackageReference Include="Shiny" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.Notifications" Version="2.3.0.2919-preview" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>

Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.test" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.shiny.speech" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Sample" android:theme="@style/MainTheme"></application>
<application android:label="Speech Recognition" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
2 changes: 1 addition & 1 deletion SpeechRecognition/Sample.Android/Sample.Android.csproj
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
Expand Up @@ -129,7 +129,7 @@
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SpeechRecognition/Sample.UWP/Sample.UWP.csproj
Expand Up @@ -145,9 +145,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.12" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SpeechRecognition/Sample.iOS/Info.plist
Expand Up @@ -23,9 +23,9 @@
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>CFBundleDisplayName</key>
<string>Sample</string>
<string>Speech Recognition</string>
<key>CFBundleIdentifier</key>
<string>com.shiny.test</string>
<string>com.shiny.speech</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion SpeechRecognition/Sample.iOS/Sample.iOS.csproj
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Shiny">
<Version>2.3.0.2906</Version>
<Version>2.3.0.2919-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SpeechRecognition/Sample/Sample.csproj
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shiny" Version="2.3.0.2906" />
<PackageReference Include="Shiny.SpeechRecognition" Version="2.3.0.2906" />
<PackageReference Include="Shiny" Version="2.3.0.2919-preview" />
<PackageReference Include="Shiny.SpeechRecognition" Version="2.3.0.2919-preview" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion _Template/Sample.Shared/Sample.Shared.csproj
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Shiny.Core" Version="2.3.0.2906" />
<PackageReference Include="Shiny.Core" Version="2.3.0.2919-preview" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
</ItemGroup>
Expand Down

0 comments on commit 652f795

Please sign in to comment.