Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed May 18, 2019
1 parent 9e42324 commit 9b1d7de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,7 @@ __pycache__/

# my
secrets.json
Secrets.cs
Secrets.cs
/vlc longhelp.txt
/vlc help.txt
/vlc help -H.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<Version>7.1.0.431</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.Android">
<Version>3.0.0</Version>
<Version>3.1.2</Version>
</PackageReference>
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.1" />
Expand Down
11 changes: 7 additions & 4 deletions VideoPlayerTrimmer/VideoPlayerTrimmer/VideoPlayerTrimmer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

<ItemGroup>
<PackageReference Include="AdMaiora.RealXaml.Client" Version="1.0.0" />
<PackageReference Include="LibVLCSharp.Forms" Version="0.7.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.13.2" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.13.2" />
<PackageReference Include="LibVLCSharp.Forms" Version="3.0.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.0.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.0.0" />
<PackageReference Include="Mobile.BuildTools" Version="1.4.0.638">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Plugin.Permissions" Version="3.0.0.12" />
<PackageReference Include="Prism.DryIoc.Forms" Version="7.1.0.431" />
<PackageReference Include="sqlite-net-pcl" Version="1.5.231" />
<PackageReference Include="Xam.Plugin.Iconize.EntypoPlus" Version="3.5.0.123" />
<PackageReference Include="Xam.Plugin.Iconize.EntypoPlus" Version="3.5.0.129" />
<PackageReference Include="Xamarin.Essentials" Version="1.1.0" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.232914-pre6" />
<PackageReference Include="Xamarin.Forms.RangeSlider2" Version="1.0.0" />
Expand All @@ -34,6 +34,9 @@
<None Update="App.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="Controls\SettingsEntry.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="MainPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
Expand Down

0 comments on commit 9b1d7de

Please sign in to comment.