From d8371f759a1f379f1ea6ecd42ce734226c5be124 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Thu, 5 Jan 2017 21:47:32 -0500 Subject: [PATCH 1/2] versioning --- FreeImage-dotnet-core.sln | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/FreeImage-dotnet-core.sln b/FreeImage-dotnet-core.sln index 2a8c804..dc6582a 100644 --- a/FreeImage-dotnet-core.sln +++ b/FreeImage-dotnet-core.sln @@ -7,7 +7,9 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FreeImage-dotnet-core", "sr EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B03B4CBD-B223-4F9B-BC26-274A5FDB660D}" ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore global.json = global.json + README.md = README.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{32568241-B63B-4E05-A92D-C46C50EECFB9}" diff --git a/README.md b/README.md index 27ef903..84d6f51 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ nuget package: https://www.nuget.org/packages/FreeImage-dotnet-core `Install-Package FreeImage-dotnet-core` +#### FreeImage Version + +This is for FreeImage version 3.17.0 + +##### The version number of this package no longer matches the FreeImage native library version! + #### License The license is the same as the FreeImage license available at the link above From 4bc5e7201953530aa226d39501d3b245f187e386 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Thu, 5 Jan 2017 21:50:10 -0500 Subject: [PATCH 2/2] test notes --- src/UnitTest/NUnit.txt | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/UnitTest/NUnit.txt b/src/UnitTest/NUnit.txt index cca3df5..bd47971 100644 --- a/src/UnitTest/NUnit.txt +++ b/src/UnitTest/NUnit.txt @@ -1,14 +1,5 @@ -NUnit 2.x is needed for FreeImage .NET wrapper unit tests. It can be -downloaded from http://www.nunit.org/ +The tests can be run by invoking "dotnet test" from the UnitTest project folder -After installing NUnit, double click on the NUnit project file -FreeImage.NET.nunit located in the FreeImage .NET wrapper Source folder -to load the project. +Alternatively, the test explorer can be used in Visual Studio -The FreeImage .NET wrapper unit test project UnitTest.csproj, located -under Source\UnitTest, must be compiled in 'Debug' mode prior to opening -the NUnit project. - -The FreeImage .NET wrapper unit test project UnitTest.csproj currently -relies on the FreeImage .NET wrapper single source file, created by the -Source File Merger, located in the Source\SourceFileMerger folder. \ No newline at end of file +If either of these don't work, please open an issue! \ No newline at end of file