Skip to content

Commit

Permalink
Bump version for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadBurggraf committed May 20, 2015
1 parent 065bbaa commit 3a5b419
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ StyleCop.Cache
testimpactdata.sdf
App_Data/
Artifacts/
Backup/
bin/
Build/
obj/
Expand Down
5 changes: 4 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.0.5</version>
<version>1.1.0</version>
<title>Blue Collar</title>
<authors>Chad Burggraf</authors>
<owners>Chad Burggraf</owners>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Background jobs and scheduled work for .NET.</description>
<releaseNotes>
* 1.1.0 - Invoke application entry/exit points if the target application
is a web application (e.g., has a Global.asax or similar).

* 1.0.5 - Properly listen to application exited events in the service
application coordinator.

Expand Down
1 change: 0 additions & 1 deletion Source/.gitignore

This file was deleted.

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.0.5
* Blue Collar v1.1.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.0.5
* @preserve Blue Collar v1.1.0
*
* @author Chad Burggraf
* @copyright Copyright (c) 2012 Chad Burggraf
Expand Down
4 changes: 2 additions & 2 deletions Source/BlueCollar.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueCollar", "BlueCollar\BlueCollar.csproj", "{1269260A-4785-4C26-A442-B87D94B1B6EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueCollar.Test", "BlueCollar.Test\BlueCollar.Test.csproj", "{996B312D-CED3-4AB0-A6EB-8403E2603BAD}"
Expand Down
6 changes: 3 additions & 3 deletions Source/BlueCollar/Dashboard/Static/css/collar.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.0" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.0.5" Manufacturer="Tasty Codes">
<Product Name="Blue Collar 1.1" Id="F9268075-481D-4497-976D-BE9D1B6D2406" UpgradeCode="D2BB04C4-543A-4463-AC08-DECBF144FCE0" Language="1033" Codepage="1252" Version="1.1.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
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.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "Assembly is signed during a release build.")]

0 comments on commit 3a5b419

Please sign in to comment.