Skip to content

Commit

Permalink
v1.2.7 web server for history works
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedst committed Dec 27, 2018
1 parent 519b251 commit cb7a794
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ATray/ATray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="squirrel.windows">
<Version>1.8.0</Version>
<Version>1.9.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand All @@ -290,7 +290,7 @@
<PropertyGroup>
<SymVer3>$([System.Version]::Parse(%(ATrayAssemblyInfo.Version)).ToString(3))</SymVer3>
</PropertyGroup>
<Exec Command="$(SolutionDir)packages\NuGet.CommandLine.4.4.1\tools\NuGet.exe pack ATray.nuspec -Version %(ATrayAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
<Exec Command="$(SolutionDir)packages\squirrel.windows.1.8.0\tools\squirrel --releasify $(OutDir)ATray.$(SymVer3).nupkg -baseUrl https://github.com/jokedst/ATray/releases/download/v$(SymVer3)/" />
<Exec Command="NuGet.exe pack ATray.nuspec -Version %(ATrayAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
<Exec Command="$(NuGetPackageFolders)squirrel.windows\1.9.0\tools\squirrel --releasify $(OutDir)ATray.$(SymVer3).nupkg -baseUrl https://github.com/jokedst/ATray/releases/download/v$(SymVer3)/" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion ATray/Activity/Blurrer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace ATray.Activity
{
/// <summary>
/// Makes the history easier to read by removing small acivities and merging small gaps
/// Makes the history easier to read by removing small activities and merging small gaps
/// </summary>
/// <remarks>
/// We can't modify the existing activities, since that would (for current month) be saved and change the history
Expand Down
4 changes: 2 additions & 2 deletions ATray/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("b4b6516d-9518-4b56-8006-699d681127ec")]

[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.0")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
Binary file added ATray/Releases/ATray-1.2.7-delta.nupkg
Binary file not shown.
Binary file added ATray/Releases/ATray-1.2.7-full.nupkg
Binary file not shown.
4 changes: 3 additions & 1 deletion ATray/Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ F3EAE92325016A8FBF3DF0822590F7022D6A30AA https://github.com/jokedst/ATray/releas
688D4B4DCA6CA65F32961FDB3E9FCA6E0ADCAF5F https://github.com/jokedst/ATray/releases/download/v1.2.5/ATray-1.2.5-delta.nupkg 55949
BFB6EEE20F9E56EF595280B2AAE37735E1C5F01F https://github.com/jokedst/ATray/releases/download/v1.2.5/ATray-1.2.5-full.nupkg 6996681
9FFA76C26E781DEA1710688D39C6DDA0C10C72D5 https://github.com/jokedst/ATray/releases/download/v1.2.6/ATray-1.2.6-delta.nupkg 41678
45978C9B0C7852D6C06E1B6D438B6468312AD011 https://github.com/jokedst/ATray/releases/download/v1.2.6/ATray-1.2.6-full.nupkg 6996649
45978C9B0C7852D6C06E1B6D438B6468312AD011 https://github.com/jokedst/ATray/releases/download/v1.2.6/ATray-1.2.6-full.nupkg 6996649
01AE8EA35E7824B2A84579E954D520C5DFEBAFC9 https://github.com/jokedst/ATray/releases/download/v1.2.7/ATray-1.2.7-delta.nupkg 385793
DD8A60EE5FB26C8AE76BE48C059F0966BBF6E9E6 https://github.com/jokedst/ATray/releases/download/v1.2.7/ATray-1.2.7-full.nupkg 6995618
Binary file modified ATray/Releases/Setup.exe
Binary file not shown.
Binary file modified ATray/Releases/Setup.msi
Binary file not shown.

0 comments on commit cb7a794

Please sign in to comment.