Skip to content

Commit

Permalink
Updating installers for 1.4.2. Putting project level files in to the …
Browse files Browse the repository at this point in the history
…solution.
  • Loading branch information
davcamer committed Dec 13, 2008
1 parent 8eeca70 commit 8af8d3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccnet.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "CruiseControl.NET"
!define PRODUCT_VERSION "1.4.1"
!define PRODUCT_VERSION "1.4.2"
!define PRODUCT_PUBLISHER "ThoughtWorks"
!define PRODUCT_WEB_SITE "http://ccnet.thoughtworks.com/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\ccnet.exe"
Expand Down
2 changes: 1 addition & 1 deletion cctray.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "CruiseControl.NET CCTray"
!define PRODUCT_NAME_NOSPACE "CruiseControl.NET-CCTray"
!define PRODUCT_VERSION "1.4.1"
!define PRODUCT_VERSION "1.4.2"
!define PRODUCT_PUBLISHER "ThoughtWorks"
!define PRODUCT_WEB_SITE "http://ccnet.thoughtworks.com/"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\cctray.exe"
Expand Down
8 changes: 8 additions & 0 deletions project/ccnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "service", "service\service.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "objection", "objection\objection.csproj", "{1C0B8046-FE79-4845-84B9-369A76F817A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CC052DF-2AFB-4A27-BB68-F8C27C5BA0C8}"
ProjectSection(SolutionItems) = preProject
..\b.bat = ..\b.bat
..\ccnet.build = ..\ccnet.build
..\ccnet.nsi = ..\ccnet.nsi
..\cctray.nsi = ..\cctray.nsi
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Build|Any CPU = Build|Any CPU
Expand Down

0 comments on commit 8af8d3a

Please sign in to comment.