diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 3ee799e..cb3be66 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -1,35 +1,18 @@
-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("DotNetNuke Links Module")]
-[assembly: AssemblyDescription("Provides an easy way to place a list of links on a website")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("DotNetNuke")]
-[assembly: AssemblyProduct("Links")]
-[assembly: AssemblyCopyright("Copyright © 2018")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-// 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)]
+[assembly: System.Reflection.AssemblyDescription("Provides an easy way to place a list of links on a website")]
+[assembly: System.Reflection.AssemblyCompany("DotNetNuke")]
+[assembly: System.Reflection.AssemblyProduct("Links")]
+[assembly: System.Reflection.AssemblyCopyright("Copyright © 2021")]
+[assembly: System.Reflection.AssemblyVersion("7.1.0.00")]
+[assembly: System.Reflection.AssemblyTitle("DotNetNuke Links Module")]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("adf90061-f58a-488a-84ae-8297a3b2d9c7")]
-// 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("7.0.0.0")]
-[assembly: AssemblyFileVersion("7.0.0.0")]
diff --git a/Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider b/Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider
similarity index 97%
rename from Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider
rename to Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider
index fbdc9df..f74482b 100644
--- a/Providers/DataProviders/SqlDataProvider/07.00.02.SqlDataProvider
+++ b/Providers/DataProviders/SqlDataProvider/07.01.00.SqlDataProvider
@@ -1,6 +1,5 @@
/************************************************************/
/***** SqlDataProvider *****/
-/***** 04.01.01 *****/
/***** *****/
/***** Note: To manually execute this script you must *****/
/***** perform a search and replace operation *****/
diff --git a/ReleaseNotes.htm b/ReleaseNotes.htm
index 2be0dc0..537e365 100644
--- a/ReleaseNotes.htm
+++ b/ReleaseNotes.htm
@@ -1,4 +1,11 @@
-Release notes DNN Links 07.00.01
+Release notes for DNN Links 07.01.00
+
+ - Fixed an issue with wrong sql object qualifier
+ - Fixed an issue with import/export
+ - Bumped minimum Dnn depenency to 9.4.0
+
+
+Release notes DNN Links 07.00.01
Links Module 07.00.01 will work for DNN version 08.00.00 and has been tested up to Dnn 9.2.0
Bug fixes
diff --git a/packages.config b/packages.config
index d167d7a..076db18 100644
--- a/packages.config
+++ b/packages.config
@@ -1,7 +1,7 @@
-
-
-
+
+
+
\ No newline at end of file