Skip to content

Commit

Permalink
Bump version to fix release of non-signed binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadBurggraf committed May 18, 2017
1 parent f4143b1 commit 963af3c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion BlueCollar.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>BlueCollar</id>
<version>1.3.1</version>
<version>1.3.2</version>
<title>Blue Collar</title>
<authors>Chad Burggraf</authors>
<owners>Chad Burggraf</owners>
Expand All @@ -12,6 +12,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Background jobs and scheduled work for .NET.</description>
<releaseNotes>
* 1.3.2 - Emergency patch fixing release of non-signed binary.

* 1.3.1 - Don't crash when logging a probing failure.

* 1.3.0 - Only invoke a single application's entry/exit points.
Expand Down
2 changes: 1 addition & 1 deletion Source/BlueCollar.Dashboard/Static/Src/Css/copyright.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Blue Collar v1.3.1
* Blue Collar v1.3.2
*
* Copyright 2012, Chad Burggraf
* Blue Collar may be freely distributed and modified under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion Source/BlueCollar.Dashboard/Static/Src/Js/copyright.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* @preserve Blue Collar v1.3.1
* @preserve Blue Collar v1.3.2
*
* @author Chad Burggraf
* @copyright Copyright (c) 2012 Chad Burggraf
Expand Down
2 changes: 1 addition & 1 deletion Source/BlueCollar/Dashboard/Static/css/collar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/BlueCollar/Dashboard/Static/js/collar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/Installer/BlueCollar.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Name="Blue Collar 1.3" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.3.1" Manufacturer="Tasty Codes">
<Product Name="Blue Collar 1.3" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.3.2" Manufacturer="Tasty Codes">
<Package Id="*" Description="Blue Collar Installer" InstallerVersion="100" Languages="1033" Compressed="yes" SummaryCodepage="1252" />
<Media Id="1" Cabinet="BlueCollar.cab" EmbedCab="yes" />
<PropertyRef Id="NETFRAMEWORK35" />
Expand Down
4 changes: 2 additions & 2 deletions Source/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "Assembly is signed during a release build.")]

0 comments on commit 963af3c

Please sign in to comment.