diff --git a/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums.csproj
index ca3481c2d..58457985c 100644
--- a/DiscImageChef.Checksums.csproj
+++ b/DiscImageChef.Checksums.csproj
@@ -9,7 +9,7 @@
Library
DiscImageChef.Checksums
DiscImageChef.Checksums
- 2.2
+ 3.0.0
true
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 20fb93d6d..a81cd1714 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@ using System.Runtime.CompilerServices;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.0.0.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.