From 542cda096b01001c82a08a5f582b04eda65a9bb7 Mon Sep 17 00:00:00 2001 From: Scott Louvau Date: Wed, 27 Jun 2018 14:55:40 -0700 Subject: [PATCH] XForm 0.9.6.1: Update XForm version. Configure 'Prices' extensibility example not to build into the default folder. --- XForm/XForm.Prices/XForm.Prices.csproj | 8 ++++---- XForm/XForm/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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")]