Skip to content

Commit 7f0f120

Browse files
committed
Getting ready for v4.9.5
1 parent 86fb575 commit 7f0f120

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/InnoSetup/MapWinGIS-only.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "MapWinGIS"
5-
#define MyAppVersion "4.9.4.3"
5+
#define MyAppVersion "4.9.5.0"
66
#define MyAppPublisher "MapWindow Open Source GIS Community"
77
#define MyAppURL "http://www.mapwindow.org"
88
#define SetupLocation "D:\dev\MapwinGIS\GitHub\src\InnoSetup"
99
#define BinLocation "D:\dev\MapwinGIS\GitHub\src\bin"
10-
;;#define x64BitVersion
10+
#define x64BitVersion
1111

1212
#ifdef x64BitVersion
1313
#define CPU "x64"

unittests/MapWinGISTests/MapWinGISTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</Reference>
7878
<Reference Include="Interop.MapWinGIS">
7979
<HintPath>..\interopCreator\bin\x86\Debug\Interop.MapWinGIS.dll</HintPath>
80-
<EmbedInteropTypes>True</EmbedInteropTypes>
80+
<EmbedInteropTypes>False</EmbedInteropTypes>
8181
</Reference>
8282
<Reference Include="Microsoft.CSharp" />
8383
<Reference Include="System" />

unittests/MapWinGISTests/UtilTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ public void PointInPolygon()
226226
// Loop polygons:
227227
for (var i = 0; i < numPolygons; i++)
228228
{
229+
if (found > 100) break;
230+
229231
// Get polygon
230232
var polygonShape = sfPolygons.Shape[i];
231233
Assert.IsNotNull(polygonShape, "polygonShape == null");

0 commit comments

Comments
 (0)