Skip to content

Commit

Permalink
Update popup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Apr 8, 2020
1 parent 4fa50e7 commit 333f0dc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/Baseflow/XF-Material-Library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Version>1.6.2</Version>
<Version>1.6.3</Version>
<Platform>AnyCPU</Platform>

<!--<Nullable>enable</Nullable>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Version>4.5.0.530</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>1.2.0.223</Version>
<Version>2.0.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Samples/MaterialMvvmSample.Uwp/MaterialMvvmSample.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.9</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>2.0.0.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>4.5.0.530</Version>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<Version>4.5.0.530</Version>
</PackageReference>
<PackageReference Include="Rg.Plugins.Popup">
<Version>1.2.0.223</Version>
<Version>2.0.0.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/MaterialMvvmSample/MaterialMvvmSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Autofac" Version="5.1.2" />
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="6.0.0" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
<PackageReference Include="Rg.Plugins.Popup" Version="1.2.0.223" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion XF.Material/XF.Material.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rg.Plugins.Popup" Version="1.2.0.223" />
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.1" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.2" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="3.1.0" />
Expand Down

0 comments on commit 333f0dc

Please sign in to comment.