Skip to content

Commit 93c3b4a

Browse files
committed
Use Debian builds of libfreeimage-3.18.0.so rather than Ubuntu.
Update package versions.
1 parent 5e7586a commit 93c3b4a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Binary file not shown.
Binary file not shown.

src/FreeImage.Standard/FreeImage.Standard.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<PropertyGroup>
44
<Copyright></Copyright>
55
<AssemblyTitle>FreeImage.Standard</AssemblyTitle>
6-
<VersionPrefix>4.3.7</VersionPrefix>
6+
<Version>4.3.8</Version>
7+
<AssemblyVersion>4.3.8.0</AssemblyVersion>
8+
<FileVersion>4.3.8.0</FileVersion>
79
<Authors>FreeImage contributors; matgr1; lordbenjamin</Authors>
810
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
911
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -16,14 +18,13 @@
1618
<RepositoryType>git</RepositoryType>
1719
<RepositoryUrl>https://github.com/LordBenjamin/FreeImage.Standard</RepositoryUrl>
1820
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19-
<Version>4.3.8</Version>
2021
<Description>
2122
FreeImage (http://freeimage.sourceforge.net/) wrapper targetting .NET Standard 2.0.
2223

2324
FreeImage native binaries are included in the nuget package for Windows x86/x64 and Linux x64/armhf.
2425

2526
Linked to FreeImage version 3.18.0.
26-
</Description>
27+
</Description>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

0 commit comments

Comments
 (0)