diff --git a/src/IniFileParser.Tests/INIFileParser.Tests.csproj b/src/IniFileParser.Tests/INIFileParser.Tests.csproj
index 289abfa8..3c6ca9f1 100644
--- a/src/IniFileParser.Tests/INIFileParser.Tests.csproj
+++ b/src/IniFileParser.Tests/INIFileParser.Tests.csproj
@@ -69,7 +69,6 @@
-
@@ -80,6 +79,9 @@
+
+ Properties\AssemblyInfo.cs
+
@@ -134,4 +136,7 @@
-->
+
+
+
\ No newline at end of file
diff --git a/src/IniFileParser.Tests/Properties/AssemblyInfo.cs b/src/IniFileParser.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index 858ca90b..00000000
--- a/src/IniFileParser.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("IniFileParserTests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("IniFileParserTests")]
-[assembly: AssemblyCopyright("Copyright © 2008")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("b45d3f26-a017-43e3-8f76-2516ad4ec9b2")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/IniFileParser/Properties/AssemblyInfo.cs b/src/IniFileParser/Properties/AssemblyInfo.cs
index 11b753c5..bd499a3b 100644
--- a/src/IniFileParser/Properties/AssemblyInfo.cs
+++ b/src/IniFileParser/Properties/AssemblyInfo.cs
@@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("2.2.0.1")]
-[assembly: AssemblyVersion("2.2.0.1")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.2.1")]
+[assembly: AssemblyFileVersion("2.2.1")]
\ No newline at end of file