diff --git a/Server/Blog/My Project/AssemblyInfo.vb b/Server/Blog/My Project/AssemblyInfo.vb index 43aa9ed..6cd3f13 100644 --- a/Server/Blog/My Project/AssemblyInfo.vb +++ b/Server/Blog/My Project/AssemblyInfo.vb @@ -31,7 +31,7 @@ Imports System.Runtime.InteropServices - + ' Version information for an assembly consists of the following four values: @@ -44,8 +44,8 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: - + - + diff --git a/Server/OpenUrlRewriter/My Project/AssemblyInfo.vb b/Server/OpenUrlRewriter/My Project/AssemblyInfo.vb index 3b82941..eb1fbe9 100644 --- a/Server/OpenUrlRewriter/My Project/AssemblyInfo.vb +++ b/Server/OpenUrlRewriter/My Project/AssemblyInfo.vb @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/package.json b/package.json index 04c5efb..c12fd46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dnn-blog", - "version": "6.5.2", + "version": "6.5.3", "description": "The DotNetNuke Blog module is an easy to use content publishing module that is tightly integrated with the core DotNetNuke framework. It can be used in single or multi-author environments and also permits content authoring using off-site tools such as Windows Live Writer.", "dnn": { "projectFolders": [ @@ -47,6 +47,5 @@ "chokidar": "^3.2.1", "deepmerge": "^4.0.0", "fs-extra": "^8.1.0" - }, - "dependencies": {} + } }