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>2013-01-05 06:18:47 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2013-01-05 06:18:47 +0400
commit0142d78ba76fea2e4917063a0653337c705e2554 (patch)
tree14801e48c266046a169f55e8d7c22d229e50b7e4 /ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
parent46881e6ea2cd82c6ff922b597ee90eb0b3192136 (diff)
Update NRefactory version number to 5.3.05.3.0
Diffstat (limited to 'ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs')
-rw-r--r--ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
index 5a195fa3..d84ce0a1 100644
--- a/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
+++ b/ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
@@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
// associated with an assembly.
[assembly: AssemblyCompany("ICSharpCode")]
[assembly: AssemblyProduct("SharpDevelop/MonoDevelop")]
-[assembly: AssemblyCopyright("Copyright 2010-2012 AlphaSierraPapa")]
+[assembly: AssemblyCopyright("Copyright 2010-2013 AlphaSierraPapa")]
// 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.
@@ -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.2.0")]
+[assembly: AssemblyFileVersion("5.3.0")]