Skip to content

Commit

Permalink
update squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Aug 24, 2018
1 parent 477b89e commit 88276da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
core_version: 0.7.0
core_version: 0.7.1
GitHubToken:
secure: Hq962a6/5Qpa9d37AJuVplk7sYc4AYRn9b5dg4eLi1jXBkdvbj2zRsG+8r+4nNE3
image: Visual Studio 2017
Expand All @@ -8,7 +8,7 @@ version: '$(core_version)+{branch}.{build}'
install:
- cmd: git submodule update --init --recursive
- cmd: nuget.exe restore
- cmd: 'packages\squirrel.windows.1.2.5\tools\SyncReleases.exe --url=https://github.com/poma/HotsStats --token=%GitHubToken%'
- cmd: 'packages\squirrel.windows.1.7.8\tools\SyncReleases.exe --url=https://github.com/poma/HotsStats --token=%GitHubToken%'

assembly_info:
patch: true
Expand Down
8 changes: 4 additions & 4 deletions StatsDisplay/StatsDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
<Private>True</Private>
</Reference>
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\squirrel.windows.1.2.5\lib\Net45\NuGet.Squirrel.dll</HintPath>
<HintPath>..\packages\squirrel.windows.1.7.8\lib\Net45\NuGet.Squirrel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Squirrel, Version=1.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\squirrel.windows.1.2.5\lib\Net45\Squirrel.dll</HintPath>
<Reference Include="Squirrel, Version=1.7.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\squirrel.windows.1.7.8\lib\Net45\Squirrel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="GalaSoft.MvvmLight, Version=5.2.0.37222, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
Expand Down Expand Up @@ -246,7 +246,7 @@
<NuGetCommandLine Include="..\packages\NuGet.CommandLine.4.3.0\tools\nuget.exe">
<InProject>False</InProject>
</NuGetCommandLine>
<Squirrel Include="..\packages\Squirrel.Windows.1.2.5\tools\squirrel.exe">
<Squirrel Include="..\packages\Squirrel.Windows.1.7.8\tools\squirrel.exe">
<InProject>False</InProject>
</Squirrel>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion StatsDisplay/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<package id="NLog.Schema" version="4.2.3" targetFramework="net45" />
<package id="NuGet.CommandLine" version="3.3.0" targetFramework="net45" />
<package id="Splat" version="1.6.2" targetFramework="net45" />
<package id="squirrel.windows" version="1.2.5" targetFramework="net45" />
<package id="squirrel.windows" version="1.7.8" targetFramework="net45" />
<package id="NuGet.CommandLine" version="4.3.0" targetFramework="net45" />
</packages>

0 comments on commit 88276da

Please sign in to comment.