Skip to content

Commit

Permalink
Updated nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 6, 2016
1 parent b7cf57a commit f8eab8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Devedse.DeveImagePyramid/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitMiracle.LibTiff.NET" version="2.4.560" targetFramework="net461" />
<package id="ILRepack" version="2.0.10" targetFramework="net461" />
<package id="ILRepack" version="2.0.11" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion Scripts/GoRepack.cmd
@@ -1 +1 @@
"%~dp0..\packages\ILRepack.2.0.10\tools\ILRepack.exe" /out:"%~dp0Output\DeveImagePyramid.exe" "%~dp0..\Devedse.DeveImagePyramid\bin\Release\Devedse.DeveImagePyramid.exe" "%~dp0..\Devedse.DeveImagePyramid\bin\Release\BitMiracle.LibTiff.NET.dll"
"%~dp0..\packages\ILRepack.2.0.11\tools\ILRepack.exe" /out:"%~dp0Output\DeveImagePyramid.exe" "%~dp0..\Devedse.DeveImagePyramid\bin\Release\Devedse.DeveImagePyramid.exe" "%~dp0..\Devedse.DeveImagePyramid\bin\Release\BitMiracle.LibTiff.NET.dll"
2 changes: 1 addition & 1 deletion Scripts/GoRepack.ps1
@@ -1 +1 @@
& .\..\packages\ILRepack.2.0.10\tools\ILRepack.exe /out:.\Output\DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\Devedse.DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\BitMiracle.LibTiff.NET.dll
& .\..\packages\ILRepack.2.0.11\tools\ILRepack.exe /out:.\Output\DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\Devedse.DeveImagePyramid.exe ..\Devedse.DeveImagePyramid\bin\Release\BitMiracle.LibTiff.NET.dll

0 comments on commit f8eab8a

Please sign in to comment.