mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.14k stars 522 forks source link

Missing copyright and file version information on native binaries libSkiaSharp.dll and libHarfBuzzSharp.dll #2806

Closed pinzart90 closed 1 month ago

pinzart90 commented 1 month ago

Description

Native binaries from HarfBuzzSharp.NativeAssets.Win32 are missing copyright and file version information Native binaries from SkiaSharp.NativeAssets.Win32 are missing copyright and file version information image

Code

The best way to share code for larger projects is a link to a GitHub repository: https://github.com/user/repo/tree/bug-123

But, you can also share a short block of code here:

// some C# code here

You can also share some XAML:

<!-- xaml code here -->

Expected Behavior

Native assemblies in published nuget packages should have copyright and file version information

Actual Behavior

Native binaries from packages HarfBuzzSharp.NativeAssets.Win32 and SkiaSharp.NativeAssets.Win32 do not have copyright and file version information

Version of SkiaSharp

3.x (Alpha)

Last Known Good Version of SkiaSharp

Other (Please indicate in the description)

IDE / Editor

Visual Studio (Windows)

Platform / Operating System

Windows

Platform / Operating System Version

No response

Devices

No response

Relevant Screenshots

image

Relevant Log Output

No response

Code of Conduct

mattleibow commented 1 month ago

Duplicate of https://github.com/mono/SkiaSharp/issues/2507