diff --git a/XForm/XForm.Prices/XForm.Prices.csproj b/XForm/XForm.Prices/XForm.Prices.csproj
index 46f15189b..82ea65f94 100644
--- a/XForm/XForm.Prices/XForm.Prices.csproj
+++ b/XForm/XForm.Prices/XForm.Prices.csproj
@@ -14,7 +14,7 @@
true
- ..\bin\x64\Debug\
+ bin\x64\Debug\
DEBUG;TRACE
full
x64
@@ -22,7 +22,7 @@
MinimumRecommendedRules.ruleset
- ..\bin\x64\Release\
+ bin\x64\Release\
TRACE
true
pdbonly
@@ -32,7 +32,7 @@
true
- ..\bin\x86\Debug\
+ bin\x86\Debug\
DEBUG;TRACE
full
x86
@@ -40,7 +40,7 @@
MinimumRecommendedRules.ruleset
- ..\bin\x86\Release\
+ bin\x86\Release\
TRACE
true
pdbonly
diff --git a/XForm/XForm/Properties/AssemblyInfo.cs b/XForm/XForm/Properties/AssemblyInfo.cs
index 8973f0b0c..15e802533 100644
--- a/XForm/XForm/Properties/AssemblyInfo.cs
+++ b/XForm/XForm/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.6.0")]
-[assembly: AssemblyFileVersion("0.9.6.0")]
+[assembly: AssemblyVersion("0.9.6.1")]
+[assembly: AssemblyFileVersion("0.9.6.1")]