Skip to content

Commit

Permalink
Version 1.2.8 - update to .NET 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedst committed Jul 5, 2019
1 parent 4849b1f commit 0c0983b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ATray/ATray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,6 @@
<SymVer3>$([System.Version]::Parse(%(ATrayAssemblyInfo.Version)).ToString(3))</SymVer3>
</PropertyGroup>
<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)/" />
<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>
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.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: AssemblyVersion("1.2.8.0")]
[assembly: AssemblyFileVersion("1.2.8.0")]
Binary file added ATray/Releases/ATray-1.2.8-delta.nupkg
Binary file not shown.
Binary file added ATray/Releases/ATray-1.2.8-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 @@ -30,4 +30,6 @@ BFB6EEE20F9E56EF595280B2AAE37735E1C5F01F https://github.com/jokedst/ATray/releas
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
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
DD8A60EE5FB26C8AE76BE48C059F0966BBF6E9E6 https://github.com/jokedst/ATray/releases/download/v1.2.7/ATray-1.2.7-full.nupkg 6995618
F0671528983287ED0A53423F5CAAA614E7CA253D https://github.com/jokedst/ATray/releases/download/v1.2.8/ATray-1.2.8-delta.nupkg 55369
22600A6A8380666E10A3F582AF22A01A28E830F6 https://github.com/jokedst/ATray/releases/download/v1.2.8/ATray-1.2.8-full.nupkg 6682695
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 0c0983b

Please sign in to comment.