From 810c03a58255dc0beb31be4efc07e87237c17f3b Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 11 Aug 2012 16:37:42 +0200 Subject: [PATCH] NRefactory 5.2.0 release --- .../Properties/GlobalAssemblyInfo.cs | 2 +- Packages/ICSharpCode.NRefactory.nuspec | 20 ++++++++-------- README | 24 ++++++++++--------- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs index 3c6b82ac4b..5a195fa3f2 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.1.0")] +[assembly: AssemblyFileVersion("5.2.0")] diff --git a/Packages/ICSharpCode.NRefactory.nuspec b/Packages/ICSharpCode.NRefactory.nuspec index 230579c4ec..91791ce34f 100644 --- a/Packages/ICSharpCode.NRefactory.nuspec +++ b/Packages/ICSharpCode.NRefactory.nuspec @@ -2,7 +2,7 @@ ICSharpCode.NRefactory - 5.1.0 + 5.2.0 NRefactory Daniel Grunwald, Mike Krüger, Erik Källén Daniel Grunwald @@ -19,15 +19,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/README b/README index edf6012b1f..bfeeffc852 100644 --- a/README +++ b/README @@ -1,16 +1,7 @@ Overview of the NRefactory library: -Features: - - C# Parser - - Abstract Syntax Tree with pattern-matching support - - Semantic Analysis for C# (supports C# 4.0 + async/await) - - Code Completion for C# - - Pretty Printer for C# - - Lots of C# refactorings - -Non-Features: - - VB support is not implemented yet. - - NRefactory cannot generate IL code +Introductory documentation: + http://www.codeproject.com/Articles/408663/Using-NRefactory-for-analyzing-Csharp-code How to download: - Binaries are provided as a NuGet package (http://nuget.org/packages/ICSharpCode.NRefactory) @@ -22,6 +13,17 @@ How to compile: next to the directory containing NRefactory. 2. Open NRefactory.sln in your favorite .NET IDE and compile. +Features: + - C# Parser + - Abstract Syntax Tree with pattern-matching support + - Semantic Analysis for C# (supports C# 4.0 + async/await) + - Code Completion for C# + - Pretty Printer for C# + - Lots of C# refactorings + +Non-Features: + - VB support is not implemented yet. + - NRefactory cannot generate IL code Dependencies: .NET 4.0