Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2012-07-22 02:48:31 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2012-07-22 02:48:31 +0400
commitbfe463b50dcc9ad9cc28b6ba696ea411c468ab00 (patch)
tree75078cd675ea06525bdb895580437dd26e69cb05
parent4513b6e57cd2133f7e57863517ac58244ed0777c (diff)
NRefactory 5.1.05.1.0
-rw-r--r--ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj2
-rw-r--r--ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs2
-rw-r--r--Packages/ICSharpCode.NRefactory.nuspec4
3 files changed, 4 insertions, 4 deletions
diff --git a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
index f0b7c07d..c07d4a64 100644
--- a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
+++ b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
@@ -41,7 +41,7 @@
<DefineConstants>TRACE;FULL_AST</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>PdbOnly</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
index f2381b87..3c6b82ac 100644
--- a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
+++ b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
@@ -23,4 +23,4 @@ using System.Runtime.InteropServices;
// [AssemblyFileVersion] is the version of the NuGet package,
// should follow http://semver.org/ rules
-[assembly: AssemblyFileVersion("5.0.1")]
+[assembly: AssemblyFileVersion("5.1.0")]
diff --git a/Packages/ICSharpCode.NRefactory.nuspec b/Packages/ICSharpCode.NRefactory.nuspec
index 770e9c00..230579c4 100644
--- a/Packages/ICSharpCode.NRefactory.nuspec
+++ b/Packages/ICSharpCode.NRefactory.nuspec
@@ -2,9 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ICSharpCode.NRefactory</id>
- <version>5.0.1</version>
+ <version>5.1.0</version>
<title>NRefactory</title>
- <authors>Daniel Grunwald, Mike Krüger</authors>
+ <authors>Daniel Grunwald, Mike Krüger, Erik Källén</authors>
<owners>Daniel Grunwald</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>https://github.com/icsharpcode/NRefactory/</projectUrl>