summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-02 20:35:12 +0400
committerGravatar Vitaly Takmazov2013-03-02 20:35:12 +0400
commitdb8a3673bab9c0d27fbb98332d0c47922d9be209 (patch)
tree525e7518b1b44bcbaf0548dac1eb159b31c517a8
parente00e4e7e75d53af5fcf06a90421f5ca69d35ccf3 (diff)
1.0.9.10
-rw-r--r--Juick/Juick.csproj1
-rw-r--r--Juick/Properties/AssemblyInfo.cs4
2 files changed, 3 insertions, 2 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index d467f85..3031d57 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -46,6 +46,7 @@
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Phone" />
diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs
index 9a52d9e..9a99ba0 100644
--- a/Juick/Properties/AssemblyInfo.cs
+++ b/Juick/Properties/AssemblyInfo.cs
@@ -32,6 +32,6 @@ using System.Resources;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.9.9")]
-[assembly: AssemblyFileVersion("1.0.9.9")]
+[assembly: AssemblyVersion("1.0.9.10")]
+[assembly: AssemblyFileVersion("1.0.9.10")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]