Skip to content

Commit caf641e

Browse files
committed
Updated NuGet API key.
1 parent 5bed4cc commit caf641e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
</None>
7777
</ItemGroup>
7878
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79-
<Import Project="..\packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets" Condition="Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets')" />
79+
<Import Project="..\packages\ILRepack.Lib.MSBuild.Task.2.0.18.1\build\ILRepack.Lib.MSBuild.Task.targets" Condition="Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.18.1\build\ILRepack.Lib.MSBuild.Task.targets')" />
8080
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
8181
<PropertyGroup>
8282
<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>
8383
</PropertyGroup>
84-
<Error Condition="!Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets'))" />
84+
<Error Condition="!Exists('..\packages\ILRepack.Lib.MSBuild.Task.2.0.18.1\build\ILRepack.Lib.MSBuild.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILRepack.Lib.MSBuild.Task.2.0.18.1\build\ILRepack.Lib.MSBuild.Task.targets'))" />
8585
</Target>
8686
<!--
8787
To modify your build process, add your task inside one of the targets below and uncomment it.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="ILRepack.Lib" version="2.0.18" targetFramework="net40" />
4-
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.17" targetFramework="net40" />
4+
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.18.1" targetFramework="net40" />
55
</packages>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ artifacts:
2424
deploy:
2525
- provider: NuGet
2626
api_key:
27-
secure: LzLwDiKGUZvNI6CmSFpyjba1mpKYeb6o8SDBejNO0EHY1SgC8xNTuh2nzBWkY7EV
27+
secure: tmlnRHVMwKGZ1B+ua5hte55Ig+gfbTi4DjKzzTiRjNwpy9nYgQpDZCnQZB0H9IdS
2828
skip_symbols: false
2929
artifact: ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
3030
on:

0 commit comments

Comments
 (0)