3.2.19.5
This commit is contained in:
parent
5e57b829d3
commit
9544221b94
|
@ -201,6 +201,9 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include="SkiaSharp.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="SQLitePCLRaw.provider.sqlite3.dll.config">
|
||||
<SubType>Designer</SubType>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Reflection;
|
|||
[assembly: AssemblyConfiguration ("")]
|
||||
[assembly: AssemblyCompany ("")]
|
||||
[assembly: AssemblyProduct ("")]
|
||||
[assembly: AssemblyCopyright ("Luke")]
|
||||
[assembly: AssemblyCopyright ("Emby")]
|
||||
[assembly: AssemblyTrademark ("")]
|
||||
[assembly: AssemblyCulture ("")]
|
||||
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
||||
|
|
5
MediaBrowser.Server.Mono/SkiaSharp.dll.config
Normal file
5
MediaBrowser.Server.Mono/SkiaSharp.dll.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.dylib" os="osx" />
|
||||
<dllmap dll="libSkiaSharp.dll" target="libSkiaSharp.so" os="!windows,osx" />
|
||||
</configuration>
|
|
@ -1,3 +1,3 @@
|
|||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.19.4")]
|
||||
[assembly: AssemblyVersion("3.2.19.5")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user