Skip to content

Commit

Permalink
Try out the latest chocolatey coolwhip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jquintus committed Feb 8, 2016
1 parent 785a888 commit 27dcb6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageName = '__PACKAGE_NAME__' # arbitrary name for the package, used in messages
$packageName = '__PACKAGE_NAME__' # name for the package, used in messages
$zipName = "bin.zip"

$installDir = Join-Path $env:AllUsersProfile "$packageName"
Expand Down
8 changes: 5 additions & 3 deletions TidyJson/TidyJson/TidyJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MasterDevs.ChocolateyCoolWhip, Version=0.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ChocolateyCoolWhip.0.0.8.0\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\MasterDevs.ChocolateyCoolWhip.dll</HintPath>
<Reference Include="MasterDevs.ChocolateyCoolWhip, Version=0.0.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ChocolateyCoolWhip.0.0.9.0\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\MasterDevs.ChocolateyCoolWhip.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MasterDevs.Clippy, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -80,7 +80,9 @@
<None Include="Chocolatey\ToolsTemplates\chocolateyUninstall.ps1" />
<None Include="Chocolatey\ToolsTemplates\Tokens.json" />
<None Include="Chocolatey\uninstall.bat" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
1 change: 0 additions & 1 deletion TidyJson/TidyJson/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="chocolatey" version="0.9.9.8" targetFramework="net45" userInstalled="true" />
<package id="ChocolateyCoolWhip" version="0.0.8.0" targetFramework="net452" developmentDependency="true" />
<package id="CommandLineParser" version="1.9.71" targetFramework="net45" userInstalled="true" />
<package id="MasterDevs.Clippy" version="0.0.6.0" targetFramework="net452" userInstalled="true" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" userInstalled="true" />
Expand Down

0 comments on commit 27dcb6d

Please sign in to comment.