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>2015-04-22 23:13:42 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2015-04-22 23:13:42 +0300
commitad6656742595bfdefe01a3ffb290719c714efa9d (patch)
tree5fced4525f0fa5a21f04d4ddfc92dfbc52927584
parent04f4e79015eee10fb897734005ee9f4abf05fd64 (diff)
NRefactory 5.5.1 release (for ILSpy)5.5.1
-rw-r--r--ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs2
-rw-r--r--Packages/ICSharpCode.NRefactory.nuspec4
-rw-r--r--README2
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 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ICSharpCode.NRefactory</id>
- <version>5.5.0</version>
+ <version>5.5.1</version>
<title>NRefactory</title>
<authors>Daniel Grunwald, Mike Krüger, Erik Källén</authors>
<owners>Daniel Grunwald</owners>
@@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.</description>
<!--<releaseNotes></releaseNotes>-->
- <copyright>Copyright 2010-2014 AlphaSierraPapa</copyright>
+ <copyright>Copyright 2010-2015 AlphaSierraPapa</copyright>
<tags>C# Parser Semantic Analysis SharpDevelop</tags>
<dependencies>
<dependency id="Mono.Cecil" version="0.9.5.4" />
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