Skip to content

Commit

Permalink
updating FFmpeg.Autogen package to latest version. Updating nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Apr 24, 2018
1 parent 2f3b5cc commit 5aba65e
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Support/ffme.win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<releaseNotes>
This is a release package of the Michelob build referencing bindings to FFmpeg version 3.4.2
This package does not contain the required FFmpeg binaries. Please refer to the following URL for instructions on how to obtain the binaries: https://github.com/unosquare/ffmediaelement
Release details: https://github.com/unosquare/ffmediaelement/milestone/5?closed=1
Release details: https://github.com/unosquare/ffmediaelement/milestone/6?closed=1
</releaseNotes>
<copyright>Copyright © 2015-2018 Mario Di Vece, Unosquare SA de CV</copyright>
<language>en-US</language>
<tags>hls wpf ffmpeg mediaelement ffme h264 h265 hevc audio video processing decoding playback frame</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="FFmpeg.AutoGen" version="3.4.0.5" />
<dependency id="FFmpeg.AutoGen" version="3.4.0.6" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.Common/Unosquare.FFME.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FFmpeg.AutoGen" Version="3.4.0.5" />
<PackageReference Include="FFmpeg.AutoGen" Version="3.4.0.6" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.5, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.5\lib\netstandard2.0\FFmpeg.AutoGen.dll</HintPath>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.6, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.6\lib\netstandard2.0\FFmpeg.AutoGen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.MacOS.Sample/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FFmpeg.AutoGen" version="3.4.0.5" targetFramework="xamarinmac20" />
<package id="FFmpeg.AutoGen" version="3.4.0.6" targetFramework="xamarinmac20" />
</packages>
10 changes: 5 additions & 5 deletions Unosquare.FFME.MacOS/Unosquare.FFME.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.5, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.5\lib\netstandard2.0\FFmpeg.AutoGen.dll</HintPath>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.6, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.6\lib\netstandard2.0\FFmpeg.AutoGen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -72,14 +72,14 @@
<ItemGroup>
<Reference Include="netstandard" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Unosquare.FFME.Common\Unosquare.FFME.Common.csproj">
<Project>{76b2db70-c8ab-4517-8afb-051383e496b7}</Project>
<Name>Unosquare.FFME.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion Unosquare.FFME.MacOS/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FFmpeg.AutoGen" version="3.4.0.5" targetFramework="xamarinmac20" />
<package id="FFmpeg.AutoGen" version="3.4.0.6" targetFramework="xamarinmac20" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.5, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.5\lib\net45\FFmpeg.AutoGen.dll</HintPath>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.6, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.6\lib\net45\FFmpeg.AutoGen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.Windows.Sample/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FFmpeg.AutoGen" version="3.4.0.5" targetFramework="net461" />
<package id="FFmpeg.AutoGen" version="3.4.0.6" targetFramework="net461" />
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net461" developmentDependency="true" />
</packages>
4 changes: 2 additions & 2 deletions Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<ApplicationIcon />
</PropertyGroup>
<ItemGroup>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.5, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.5\lib\net45\FFmpeg.AutoGen.dll</HintPath>
<Reference Include="FFmpeg.AutoGen, Version=3.4.0.6, Culture=neutral, PublicKeyToken=9b7632533a381715, processorArchitecture=MSIL">
<HintPath>..\packages\FFmpeg.AutoGen.3.4.0.6\lib\net45\FFmpeg.AutoGen.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.Windows/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FFmpeg.AutoGen" version="3.4.0.5" targetFramework="net461" />
<package id="FFmpeg.AutoGen" version="3.4.0.6" targetFramework="net461" />
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit 5aba65e

Please sign in to comment.