From 14af964a53da1fb4519dddb76b918c716700137d Mon Sep 17 00:00:00 2001 From: Steven De Kock Date: Mon, 8 Aug 2011 23:22:57 +0200 Subject: [PATCH] Prepare for 0.4.1 release --- LICENSE => LICENSE.txt | 0 README => README.txt | 0 src/AgUnit.Runner.Resharper60/Properties/ProjectInfo.cs | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename LICENSE => LICENSE.txt (100%) rename README => README.txt (100%) 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