Skip to content

Commit

Permalink
Updated ILRepack to 2.0.16 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexx999 authored and ravibpatel committed Aug 27, 2018
1 parent 77379bd commit 04617a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ILRepack, Version=2.0.15.0, Culture=neutral, PublicKeyToken=c3e9373f1c31208e, processorArchitecture=MSIL">
<HintPath>..\packages\ILRepack.Lib.2.0.15\lib\net40\ILRepack.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Reference Include="ILRepack, Version=2.0.16.0, Culture=neutral, PublicKeyToken=c3e9373f1c31208e, processorArchitecture=MSIL">
<HintPath>..\packages\ILRepack.Lib.2.0.16\lib\net40\ILRepack.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
Expand Down Expand Up @@ -76,12 +75,12 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.3\build\ILRepack.Lib.MSBuild.Task.targets" Condition="Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.3\build\ILRepack.Lib.MSBuild.Task.targets')" />
<Import Project="..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.5\build\ILRepack.Lib.MSBuild.Task.targets" Condition="Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.5\build\ILRepack.Lib.MSBuild.Task.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.3\build\ILRepack.Lib.MSBuild.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.3\build\ILRepack.Lib.MSBuild.Task.targets'))" />
<Error Condition="!Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.5\build\ILRepack.Lib.MSBuild.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILRepack.Lib.MSBuild.Task.2.0.15.5\build\ILRepack.Lib.MSBuild.Task.targets'))" />
</Target>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.15.5")]
[assembly: AssemblyFileVersion("2.0.15.5")]
[assembly: AssemblyVersion("2.0.16")]
[assembly: AssemblyFileVersion("2.0.16")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ILRepack.Lib.MSBuild.Task</id>
<version>2.0.15.5</version>
<version>2.0.16</version>
<title>ILRepack.Lib.MSBuild.Task</title>
<authors>RBSoft</authors>
<owners>rbsoft</owners>
Expand Down
4 changes: 2 additions & 2 deletions ILRepack.Lib.MSBuild.Task/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ILRepack.Lib" version="2.0.15" targetFramework="net40" />
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.15.3" targetFramework="net40" />
<package id="ILRepack.Lib" version="2.0.16" targetFramework="net40" />
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.15.5" targetFramework="net40" />
</packages>

0 comments on commit 04617a6

Please sign in to comment.