Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lapshin1988 committed Jul 21, 2016
1 parent 27c404a commit 752bf9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param([string]$PROJECT_NAME, [string]$DLL_FILE)

$BASE_PATH = "c:\projects\queue";
$BASE_PATH = "D:\projects\queue";
$PROJECT_PATH = "$BASE_PATH\sources\$PROJECT_NAME";
$PROJECT_FILE = "$PROJECT_PATH\$PROJECT_NAME.csproj";
$WIX_PROJECT_PATH = "$BASE_PATH\sources\Installer.$PROJECT_NAME";
Expand Down
2 changes: 1 addition & 1 deletion sources/Common/Product.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct Server
public const string AppName = "Queue.Server";
public const string Name = "Queue Server";
public const string Description = "";
public const string Build = "3";
public const string Build = "6";
public const string Version = Product.Version.Full + "." + Build;
public const string Guid = "933F65E8-910F-4429-BA0B-16B3CF43E620";
}
Expand Down
3 changes: 2 additions & 1 deletion sources/Services.Server/QueuePlan/QueuePlan.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Junte.Parallel;
using Junte.Data.NHibernate;
using Junte.Parallel;
using Microsoft.Practices.ServiceLocation;
using Microsoft.Practices.Unity;
using NHibernate.Criterion;
Expand Down

0 comments on commit 752bf9b

Please sign in to comment.