Skip to content

Commit

Permalink
Merge branch 'master' into Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
matgr1 committed May 12, 2017
2 parents cf0dece + 6b183da commit 3cfc3fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/FreeImage-dotnet-core/FreeImage-dotnet-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright></Copyright>
<AssemblyTitle>FreeImage dotnet core</AssemblyTitle>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionPrefix>4.0.2</VersionPrefix>
<Authors></Authors>
<TargetFrameworks>netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;net461;net46;net452;net451;net45</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -29,7 +29,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.0.1</Version>
<Version>4.0.2</Version>
<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.

FreeImage native binaries are included in the nuget package for Windows, other platforms they will have to be installed separately (eg. on OSX brew install freeimage should work)
Expand All @@ -47,21 +47,21 @@ This is for FreeImage version 3.17.0 (The version number of this package no long
<Pack>true</Pack>
</None>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.1.2" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.1.2" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.1.2" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Drawing-dotnet-core" Version="1.1.2" />
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit 3cfc3fb

Please sign in to comment.