Skip to content

Commit 94b9150

Browse files
committed
Bump version number for v4.3.7 release.
1 parent ac9d457 commit 94b9150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FreeImage.Standard/FreeImage.Standard.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Copyright></Copyright>
55
<AssemblyTitle>FreeImage.Standard</AssemblyTitle>
6-
<VersionPrefix>4.3.6</VersionPrefix>
6+
<VersionPrefix>4.3.7</VersionPrefix>
77
<Authors>FreeImage contributors; matgr1; lordbenjamin</Authors>
88
<TargetFrameworks>netstandard2.0;net472;net461</TargetFrameworks>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -16,7 +16,7 @@
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryUrl>https://github.com/LordBenjamin/FreeImage.Standard</RepositoryUrl>
1818
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19-
<Version>4.3.6</Version>
19+
<Version>4.3.7</Version>
2020
<Description>
2121
This is a clone of the FreeImage .NET project (http://freeimage.sourceforge.net/) modified to work with dotnet core. Note that all functions that use System.Drawing.Bitmap have been removed from the netstandard framework versions as there is no implementation for this class.
2222

0 commit comments

Comments
 (0)