Skip to content

Commit

Permalink
Release 20.08
Browse files Browse the repository at this point in the history
  • Loading branch information
yartat committed Aug 14, 2020
1 parent 7198b29 commit c00f29a
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 20 deletions.
14 changes: 9 additions & 5 deletions MediaInfo.Wrapper.Tests/MediaInfo.Wrapper.Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -12,13 +12,17 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Moq" Version="4.11.0" />
<PackageReference Include="FluentAssertions" Version="5.7.0" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />

<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 8 additions & 4 deletions MediaInfo.Wrapper.Tests/MediaInfo.Wrapper.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />

<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MediaInfo.Wrapper.Tests/VideoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public void Load3dDemo(string fileName, VideoCodec videoCodec, Hdr hdr, ColorSpa
[InlineData("../../../../HD/FPS_test_1080p60_L4.2.mkv", VideoCodec.Mpeg4IsoAvc, 1080, ColorSpace.BT709, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/Grace Potter 29.97 Mpeg-2 1080i 35mbps DTS-HD MA 5.1 Sample.ts", VideoCodec.Mpeg2, 1080, ColorSpace.Generic, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/H.265 HVEC Test 1.mkv", VideoCodec.MpeghIsoHevc, 1080, ColorSpace.BT709, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/H.265 HVEC Test 2.mkv", VideoCodec.MpeghIsoHevc, 1080, ColorSpace.Generic, ChromaSubSampling.Sampling332)]
[InlineData("../../../../HD/H.265 HVEC Test 2.mkv", VideoCodec.MpeghIsoHevc, 1080, ColorSpace.Generic, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/Human Flight 3D - Andy carving_(FullHD).avi", VideoCodec.Mpeg4IsoAvc, 540, ColorSpace.Generic, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/Imagine Dragons 59.94 720p 20mbps Mpeg-2 MPA2.0 Sample.ts", VideoCodec.Mpeg2, 720, ColorSpace.BT709, ChromaSubSampling.Sampling420)]
[InlineData("../../../../HD/issue1930.h264", VideoCodec.Mpeg4IsoAvc, 1080, ColorSpace.BT709, ChromaSubSampling.Sampling420)]
Expand Down
8 changes: 4 additions & 4 deletions MediaInfo.Wrapper/MediaInfo.Wrapper.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>MediaInfo</RootNamespace>
<Version>19.09.4</Version>
<AssemblyVersion>19.09.04.0</AssemblyVersion>
<FileVersion>19.09.04.0</FileVersion>
<Version>20.08.0</Version>
<AssemblyVersion>20.08.0.0</AssemblyVersion>
<FileVersion>20.08.0.0</FileVersion>
<Company>Team MediaPortal</Company>
<Authors>yartat</Authors>
<Product>MP-MediaInfo</Product>
Expand Down Expand Up @@ -45,7 +45,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
</Target>

<ItemGroup>
<PackageReference Include="MediaInfo.Core.Native" Version="19.9.1" />
<PackageReference Include="MediaInfo.Core.Native" Version="20.8.1" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.DriveInfo" Version="4.3.1" />
<None Include="images/MediaInfo_90x90.png" Pack="true" PackagePath="" />
Expand Down
8 changes: 4 additions & 4 deletions MediaInfo.Wrapper/MediaInfo.Wrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>net4.0;net4.5</TargetFrameworks>
<RootNamespace>MediaInfo</RootNamespace>
<Version>19.09.4</Version>
<AssemblyVersion>19.09.04.0</AssemblyVersion>
<FileVersion>19.09.04.0</FileVersion>
<Version>20.08.0</Version>
<AssemblyVersion>20.08.0.0</AssemblyVersion>
<FileVersion>20.08.0.0</FileVersion>
<Company>Team MediaPortal</Company>
<Authors>yartat</Authors>
<Product>MP-MediaInfo</Product>
Expand Down Expand Up @@ -46,7 +46,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
</Target>

<ItemGroup>
<PackageReference Include="MediaInfo.Native" Version="19.9.0" />
<PackageReference Include="MediaInfo.Native" Version="20.8.1" />
<None Include="images/MediaInfo_90x90.png" Pack="true" PackagePath=""/>
</ItemGroup>

Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 19.09.04
version: 20.08.0

branches:
only:
Expand Down Expand Up @@ -37,4 +37,6 @@ test_script:
artifacts:
- path: .\MediaInfo.Wrapper\bin\Release\*.nupkg
name: package
name: package
- path: .\MediaInfo.Wrapper\bin\Release\*.snupkg
name: 'debug package'

0 comments on commit c00f29a

Please sign in to comment.