Skip to content

Commit

Permalink
bumping up version to 2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Apr 25, 2018
1 parent 737ca20 commit ddc77c6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Support/build-nuget-package.bat
@@ -1,6 +1,6 @@
@echo off
SET enableextensions
SET PackagePath="%UserProfile%\Desktop\ffme.windows-3.4.240\"
SET PackagePath="%UserProfile%\Desktop\ffme.windows-3.4.250\"
SET ProjectPath="C:\projects\ffmediaelement\"
SET ReleasePath="%ProjectPath%Unosquare.FFME.Windows.Sample\bin\Release\"

Expand Down
4 changes: 2 additions & 2 deletions Support/ffme.win.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FFME.Windows</id>
<version>3.4.240</version>
<version>3.4.250</version>
<title>FFME: WPF MediaElement Control Alternative</title>
<authors>Mario Di Vece and the FFME contributors</authors>
<owners>MarioDiVece,Unosquare</owners>
Expand All @@ -16,7 +16,7 @@
<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/6?closed=1
Release details: https://github.com/unosquare/ffmediaelement/milestone/7?closed=1
</releaseNotes>
<copyright>Copyright © 2015-2018 Mario Di Vece, Unosquare SA de CV</copyright>
<language>en-US</language>
Expand Down
4 changes: 2 additions & 2 deletions Unosquare.FFME.Common/Unosquare.FFME.Common.csproj
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<RootNamespace>Unosquare.FFME</RootNamespace>
<Version>3.4.2.240</Version>
<Version>3.4.2.250</Version>
<Authors>Mario Di Vece and Contributors to the FFME project</Authors>
<Company>Unosquare SA de CV</Company>
<Product>FFME Cross-Platform Media Engine</Product>
Expand All @@ -22,7 +22,7 @@
<CodeAnalysisRuleSet>..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<AssemblyVersion>3.4.2.240</AssemblyVersion>
<FileVersion>3.4.2.240</FileVersion>
<FileVersion>3.4.2.250</FileVersion>
<LangVersion>latest</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs
Expand Up @@ -41,4 +41,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2018.4.25.*")]
[assembly: AssemblyFileVersion("3.4.240")]
[assembly: AssemblyFileVersion("3.4.250")]
2 changes: 1 addition & 1 deletion Unosquare.FFME.Windows/Properties/AssemblyInfo.cs
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2018.4.25.*")]
[assembly: AssemblyFileVersion("3.4.240")]
[assembly: AssemblyFileVersion("3.4.250")]

0 comments on commit ddc77c6

Please sign in to comment.