Skip to content

Commit

Permalink
Additional version bumps and add missing file to 3.5 project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadBurggraf committed Jul 9, 2015
1 parent cb57eb3 commit 92a893f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
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.1.0
* Blue Collar v1.2.0
*
* 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.1.0
* @preserve Blue Collar v1.2.0
*
* @author Chad Burggraf
* @copyright Copyright (c) 2012 Chad Burggraf
Expand Down
1 change: 1 addition & 0 deletions Source/BlueCollar/BlueCollar.Net35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<Compile Include="EmptyLogger.cs" />
<Compile Include="EnqueueingRecord.cs" />
<Compile Include="EnqueueJobRecord.cs" />
<Compile Include="HttpApplicationProbe.cs" />
<Compile Include="EventLogger.cs" />
<Compile Include="EventLoggerEventArgs.cs" />
<Compile Include="EventLoggerEventType.cs" />
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.2" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.1.0" Manufacturer="Tasty Codes">
<Product Name="Blue Collar 1.2" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.2.0" 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

0 comments on commit 92a893f

Please sign in to comment.