diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README b/README.txt similarity index 100% rename from README rename to README.txt diff --git a/src/AgUnit.Runner.Resharper60/Properties/ProjectInfo.cs b/src/AgUnit.Runner.Resharper60/Properties/ProjectInfo.cs index be20605..393fb17 100644 --- a/src/AgUnit.Runner.Resharper60/Properties/ProjectInfo.cs +++ b/src/AgUnit.Runner.Resharper60/Properties/ProjectInfo.cs @@ -23,11 +23,11 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.1.0")] +[assembly: AssemblyFileVersion("0.4.1.0")] // Plugin info for ReSharper -[assembly: PluginTitle("AgUnit 0.4 for R# 6.0")] -[assembly: PluginDescription("AgUnit 0.4 for R# 6.0 - http://agunit.codeplex.com")] +[assembly: PluginTitle("AgUnit 0.4.1 for R# 6.0")] +[assembly: PluginDescription("AgUnit 0.4.1 for R# 6.0 - http://agunit.codeplex.com")] [assembly: PluginVendor("AgUnit authors - http://agunit.codeplex.com")] \ No newline at end of file