Skip to content

Commit

Permalink
Updates to v3.7.21 (FlyleafLib) / v1.2.24 (FlyleafME) / v1.0.10 (Flyl…
Browse files Browse the repository at this point in the history
…eafHost.WinUI)

- Fixes a seeking issue which introduced from 3.7.18
- WinUI: Fixes a DPI issue
  • Loading branch information
SuRGeoNix committed Aug 19, 2023
1 parent 0a09c1a commit 11777b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net7.0-windows;net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.2.23</Version>
<Version>1.2.24</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand Down
5 changes: 3 additions & 2 deletions FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Authors>SuRGeoNix</Authors>
<Version>1.0.9</Version>
<Version>1.0.10</Version>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>flyleaf flyleaflib flyleafhost video audio winui media player element control</PackageTags>
<Description>FlyleafHost.WinUI: Direct3D 11 Hardware Accelerated Media Surface (based on FlyleafLib)</Description>
<PackageReleaseNotes>
Updates FlyleafLib
- Fixes a DPI issue
- Updates FlyleafLib
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl />
<RepositoryUrl></RepositoryUrl>
<Description>Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.7.20</Version>
<Version>3.7.21</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,7 +17,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- VideoDecoder: Fixes an issue with colorspace (wrongly set as BT2020)
- Fixes a seeking issue which introduced from 3.7.18
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 11777b9

Please sign in to comment.