Skip to content

Commit 685a7f5

Browse files
committed
update version
1 parent 633f403 commit 685a7f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FreeImage-dotnet-core/FreeImage-dotnet-core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Copyright></Copyright>
55
<AssemblyTitle>FreeImage dotnet core</AssemblyTitle>
6-
<VersionPrefix>4.2.2</VersionPrefix>
6+
<VersionPrefix>4.3.0</VersionPrefix>
77
<Authors></Authors>
88
<TargetFrameworks>netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;net461;net46;net452;net451;net45</TargetFrameworks>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -17,7 +17,7 @@
1717
<RepositoryUrl>https://github.com/matgr1/FreeImage-dotnet-core</RepositoryUrl>
1818
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
1919
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
20-
<Version>4.2.2</Version>
20+
<Version>4.3.0</Version>
2121
<Description>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

2323
FreeImage native binaries are included in the nuget package for Windows x86/x64, Ubuntu x64 (^16.04), and OSX x64 (^10.10).

0 commit comments

Comments
 (0)