Skip to content

Commit

Permalink
update sample nuget to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc committed Nov 29, 2018
1 parent b035f67 commit ba41d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sample/Nuget/Sample.Android/Sample.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.EnableKeyboardEffect">
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion Sample/Nuget/Sample.iOS/Sample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.EnableKeyboardEffect">
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample/Nuget/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.EnableKeyboardEffect" Version="1.0.2" />
<PackageReference Include="Xamarin.EnableKeyboardEffect" Version="1.0.3" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
</ItemGroup>
</Project>

0 comments on commit ba41d4c

Please sign in to comment.