Skip to content

Commit 07ba91d

Browse files
committed
Updated packages
1 parent f8ab7be commit 07ba91d

6 files changed

+9
-9
lines changed

Examples/Droid/GradientBoxViewExample.Droid.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<RootNamespace>GradientBoxViewExample.Droid</RootNamespace>
1111
<AssemblyName>GradientBoxViewExample.Droid</AssemblyName>
12-
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
1313
<AndroidApplication>True</AndroidApplication>
1414
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
1515
<AndroidResgenClass>Resource</AndroidResgenClass>
@@ -107,11 +107,11 @@
107107
<Reference Include="Xamarin.Forms.Xaml">
108108
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
109109
</Reference>
110-
<Reference Include="DevsDNA.GradientBoxView">
111-
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.0\lib\monoandroid71\DevsDNA.GradientBoxView.dll</HintPath>
112-
</Reference>
113110
<Reference Include="Java.Interop" />
114111
<Reference Include="System.Runtime" />
112+
<Reference Include="DevsDNA.GradientBoxView">
113+
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.1\lib\monoandroid71\DevsDNA.GradientBoxView.dll</HintPath>
114+
</Reference>
115115
</ItemGroup>
116116
<ItemGroup>
117117
<Compile Include="MainActivity.cs" />

Examples/Droid/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DevsDNA.GradientBoxView" version="1.0.0" targetFramework="monoandroid71" />
3+
<package id="DevsDNA.GradientBoxView" version="1.0.1" targetFramework="monoandroid80" />
44
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.4.0.2" targetFramework="monoandroid71" />
55
<package id="Xamarin.Android.Support.Annotations" version="25.4.0.2" targetFramework="monoandroid71" />
66
<package id="Xamarin.Android.Support.Compat" version="25.4.0.2" targetFramework="monoandroid71" />

Examples/GradientBoxViewExample/GradientBoxViewExample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.121934\lib\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.Xaml.dll</HintPath>
5252
</Reference>
5353
<Reference Include="DevsDNA.GradientBoxView">
54-
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.0\lib\portable45-net45+win8+wpa81\DevsDNA.GradientBoxView.dll</HintPath>
54+
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.1\lib\portable45-net45+win8+wpa81\DevsDNA.GradientBoxView.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DevsDNA.GradientBoxView" version="1.0.0" targetFramework="portable45-net45+win8+wpa81" />
3+
<package id="DevsDNA.GradientBoxView" version="1.0.1" targetFramework="portable45-net45+win8+wpa81" />
44
<package id="Xamarin.Forms" version="2.5.0.121934" targetFramework="portable45-net45+win8+wpa81" />
55
</packages>

Examples/iOS/GradientBoxViewExample.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<HintPath>..\..\packages\Xamarin.Forms.2.5.0.121934\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
101101
</Reference>
102102
<Reference Include="DevsDNA.GradientBoxView">
103-
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.0\lib\xamarinios10\DevsDNA.GradientBoxView.dll</HintPath>
103+
<HintPath>..\..\packages\DevsDNA.GradientBoxView.1.0.1\lib\xamarinios10\DevsDNA.GradientBoxView.dll</HintPath>
104104
</Reference>
105105
</ItemGroup>
106106
<ItemGroup>

Examples/iOS/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DevsDNA.GradientBoxView" version="1.0.0" targetFramework="xamarinios10" />
3+
<package id="DevsDNA.GradientBoxView" version="1.0.1" targetFramework="xamarinios10" />
44
<package id="Xamarin.Forms" version="2.5.0.121934" targetFramework="xamarinios10" />
55
</packages>

0 commit comments

Comments
 (0)