Skip to content

Commit

Permalink
Merge pull request #49 from dem-net/dev
Browse files Browse the repository at this point in the history
libtiff migrated to 2.4.633
  • Loading branch information
xfischer authored May 11, 2019
2 parents 912e6e9 + 77fa28c commit 7120ba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEM.Net.Core/DEM.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GPX track can be drawn on 3D model's texture</PackageReleaseNotes>
</ItemGroup>

<ItemGroup>
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.626" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.633" />
<PackageReference Include="DotSpatial.Projections" Version="1.9.0" />
<PackageReference Include="GeoAPI.CoordinateSystems" Version="1.7.5" />
<PackageReference Include="GeoAPI.Core" Version="1.7.5" />
Expand Down
4 changes: 2 additions & 2 deletions DEM.Net.TestWinForm/DEM.Net.TestWinForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="BitMiracle.LibTiff.NET, Version=2.4.626.0, Culture=neutral, PublicKeyToken=53879b3e20e7a7d6, processorArchitecture=MSIL">
<HintPath>..\packages\BitMiracle.LibTiff.NET.2.4.626\lib\net40\BitMiracle.LibTiff.NET.dll</HintPath>
<Reference Include="BitMiracle.LibTiff.NET, Version=2.4.633.0, Culture=neutral, PublicKeyToken=53879b3e20e7a7d6, processorArchitecture=MSIL">
<HintPath>..\packages\BitMiracle.LibTiff.NET.2.4.633\lib\net40\BitMiracle.LibTiff.NET.dll</HintPath>
</Reference>
<Reference Include="DotSpatial.Projections, Version=1.9.0.0, Culture=neutral, PublicKeyToken=272632bddd08a38b, processorArchitecture=MSIL">
<HintPath>..\packages\DotSpatial.Projections.1.9\lib\net40-Client\DotSpatial.Projections.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DEM.Net.TestWinForm/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitMiracle.LibTiff.NET" version="2.4.626" targetFramework="net461" />
<package id="BitMiracle.LibTiff.NET" version="2.4.633" targetFramework="net461" />
<package id="DotSpatial.Projections" version="1.9" targetFramework="net461" />
<package id="GeoAPI.CoordinateSystems" version="1.7.5" targetFramework="net452" />
<package id="GeoAPI.Core" version="1.7.5" targetFramework="net452" />
Expand Down
2 changes: 1 addition & 1 deletion DEM.Net.xUnit.Test/DEM.Net.xUnit.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.626" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.633" />
<PackageReference Include="DotSpatial.Projections" Version="1.9.0" />
<PackageReference Include="GeoAPI.CoordinateSystems" Version="1.7.5" />
<PackageReference Include="GeoAPI.Core" Version="1.7.5" />
Expand Down

0 comments on commit 7120ba5

Please sign in to comment.