From ad6656742595bfdefe01a3ffb290719c714efa9d Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Wed, 22 Apr 2015 22:13:42 +0200 Subject: NRefactory 5.5.1 release (for ILSpy) --- ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs | 2 +- Packages/ICSharpCode.NRefactory.nuspec | 4 ++-- README | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs index 6d6863bb..274063f4 100644 --- a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs +++ b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs @@ -42,4 +42,4 @@ using System.Runtime.InteropServices; // [AssemblyFileVersion] is the version of the NuGet package, // Versions with breaking changes / new features should increment the 'minor' (2nd) number. // Bugfix releases should increment the 'build' (3rd) number. -[assembly: AssemblyFileVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.1")] diff --git a/Packages/ICSharpCode.NRefactory.nuspec b/Packages/ICSharpCode.NRefactory.nuspec index 0f475962..9aeaade2 100644 --- a/Packages/ICSharpCode.NRefactory.nuspec +++ b/Packages/ICSharpCode.NRefactory.nuspec @@ -2,7 +2,7 @@ ICSharpCode.NRefactory - 5.5.0 + 5.5.1 NRefactory Daniel Grunwald, Mike Krüger, Erik Källén Daniel Grunwald @@ -12,7 +12,7 @@ false NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings. - Copyright 2010-2014 AlphaSierraPapa + Copyright 2010-2015 AlphaSierraPapa C# Parser Semantic Analysis SharpDevelop diff --git a/README b/README index ff89e035..5fcaf41b 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ How to compile: Features: - C# Parser - Abstract Syntax Tree with pattern-matching support - - Semantic Analysis for C# (supports C# 4.0 + async/await) + - Semantic Analysis for C# (supports C# 5.0) - Code Completion for C# - Pretty Printer for C# - Lots of C# refactorings -- cgit v1.2.3