Skip to content

Commit

Permalink
Update Squirrel and bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Sep 29, 2014
1 parent 28a2260 commit e720887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.1.8")]
[assembly: AssemblyFileVersion("0.1.8")]
[assembly: AssemblyInformationalVersion("0.1.8")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
[assembly: AssemblyInformationalVersion("0.2.0")]
2 changes: 1 addition & 1 deletion GoToWindow.nuspec
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>GoToWindow</id>
<version>0.1.8</version>
<version>0.2.0</version>
<title>GoToWindow</title>
<authors>Christian Rondeau</authors>
<owners>Christian Rondeau</owners>
Expand Down
6 changes: 3 additions & 3 deletions GoToWindow/GoToWindow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</Reference>
<Reference Include="Ionic.Zip, Version=1.9.1.9000, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\squirrel.windows.0.5.0\lib\Net45\Ionic.Zip.dll</HintPath>
<HintPath>..\packages\squirrel.windows.0.5.2\lib\Net45\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
Expand Down Expand Up @@ -72,9 +72,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Splat.1.5.0\lib\Net45\Splat.dll</HintPath>
</Reference>
<Reference Include="Squirrel, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Squirrel, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\squirrel.windows.0.5.0\lib\Net45\Squirrel.dll</HintPath>
<HintPath>..\packages\squirrel.windows.0.5.2\lib\Net45\Squirrel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
2 changes: 1 addition & 1 deletion GoToWindow/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<package id="Mono.Cecil" version="0.9.5.4" targetFramework="net45" />
<package id="NuGet.Core" version="2.8.2" targetFramework="net45" />
<package id="Splat" version="1.5.0" targetFramework="net45" />
<package id="squirrel.windows" version="0.5.0" targetFramework="net45" />
<package id="squirrel.windows" version="0.5.2" targetFramework="net45" />
</packages>

0 comments on commit e720887

Please sign in to comment.