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>2014-06-27 23:53:20 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2014-06-27 23:53:20 +0400
commit9d875d31a6a81e0d339b99eee3a2af6af5831886 (patch)
tree4a7b95cc544be7d4d8f8a0e7771df56cf1d1667f
parentebe00cc137c5ca4422377cc1893f7ef0d6942dca (diff)
Bump NRefactory version number to 5.4.
-rw-r--r--ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs4
-rw-r--r--Packages/ICSharpCode.NRefactory.nuspec6
2 files changed, 5 insertions, 5 deletions
diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
index e86e37ba..cff58e0b 100644
--- a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
+++ b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
@@ -29,7 +29,7 @@ using System.Runtime.InteropServices;
// associated with an assembly.
[assembly: AssemblyCompany("ICSharpCode")]
[assembly: AssemblyProduct("SharpDevelop/MonoDevelop")]
-[assembly: AssemblyCopyright("Copyright 2010-2013 AlphaSierraPapa and Xamarin Inc.")]
+[assembly: AssemblyCopyright("Copyright 2010-2014 AlphaSierraPapa and Xamarin Inc.")]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@@ -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.3.0")]
+[assembly: AssemblyFileVersion("5.4.0")]
diff --git a/Packages/ICSharpCode.NRefactory.nuspec b/Packages/ICSharpCode.NRefactory.nuspec
index 4d9560d5..4306fab0 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.3.0</version>
+ <version>5.4.0</version>
<title>NRefactory</title>
<authors>Daniel Grunwald, Mike Krüger, Erik Källén</authors>
<owners>Daniel Grunwald</owners>
@@ -12,10 +12,10 @@
<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-2013 AlphaSierraPapa</copyright>
+ <copyright>Copyright 2010-2014 AlphaSierraPapa</copyright>
<tags>C# Parser Semantic Analysis SharpDevelop</tags>
<dependencies>
- <dependency id="Mono.Cecil" version="0.9.5.2" />
+ <dependency id="Mono.Cecil" version="0.9.5.4" />
</dependencies>
</metadata>
<files>