diff --git a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
index f9a682ac04..290699e9ed 100644
--- a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
+++ b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
@@ -41,7 +41,8 @@
TRACE;FULL_AST
- none
+ PdbOnly
+ false
full
diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
index 16114d311f..d5d3b0dfb7 100644
--- a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
+++ b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
@@ -23,4 +23,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
-[assembly: AssemblyVersion("5.0.0.5")]
+[assembly: AssemblyVersion("5.0.0.6")]
diff --git a/Packages/ICSharpCode.NRefactory.nuspec b/Packages/ICSharpCode.NRefactory.nuspec
index baf0432bde..7c24ceea15 100644
--- a/Packages/ICSharpCode.NRefactory.nuspec
+++ b/Packages/ICSharpCode.NRefactory.nuspec
@@ -2,7 +2,7 @@
ICSharpCode.NRefactory
- 5.0.0.5
+ 5.0.0.6
NRefactory
Daniel Grunwald, Mike Krüger
Daniel Grunwald