Browse Source

NRefactory 5.0.0.6 release.

newNRvisualizers
Daniel Grunwald 14 years ago
parent
commit
f0742390f1
  1. 2
      ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs
  2. 2
      Packages/ICSharpCode.NRefactory.nuspec

2
ICSharpCode.NRefactory/Properties/GlobalAssemblyInfo.cs

@ -23,4 +23,4 @@ using System.Runtime.InteropServices; @@ -23,4 +23,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.0.5")]
[assembly: AssemblyVersion("5.0.0.6")]

2
Packages/ICSharpCode.NRefactory.nuspec

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ICSharpCode.NRefactory</id>
<version>5.0.0.5</version>
<version>5.0.0.6</version>
<title>NRefactory</title>
<authors>Daniel Grunwald, Mike Krüger</authors>
<owners>Daniel Grunwald</owners>

Loading…
Cancel
Save