Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed May 13, 2022
1 parent aec821c commit 1234ca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Server/Blog/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("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.")>
<Assembly: AssemblyCompany("DNN Connect")>
<Assembly: AssemblyProduct("http://www.dotnetnuke.com")>
<Assembly: AssemblyCopyright("Copyright 2021 by DNN Connect")>
<Assembly: AssemblyCopyright("Copyright 2022 by DNN Connect")>
<Assembly: AssemblyTrademark("DotNetNuke")>

' Version information for an assembly consists of the following four values:
Expand All @@ -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:

<Assembly: AssemblyVersion("6.5.2")>
<Assembly: AssemblyVersion("6.5.3")>

<Assembly: Guid("49cae2ac-30c7-45fe-8663-948e1543d8d3")>
<Assembly: AssemblyInformationalVersion("06.04.01")>
<Assembly: AssemblyFileVersion("6.5.2")>
<Assembly: AssemblyFileVersion("6.5.3")>
6 changes: 3 additions & 3 deletions Server/OpenUrlRewriter/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("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.")>
<Assembly: AssemblyCompany("DNN Connect")>
<Assembly: AssemblyProduct("OpenUrlRewriterDNNBlogProvider")>
<Assembly: AssemblyCopyright("Copyright 2021 by DNN Connect")>
<Assembly: AssemblyCopyright("Copyright 2022 by DNN Connect")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("6.5.2")>
<Assembly: AssemblyFileVersion("6.5.2")>
<Assembly: AssemblyVersion("6.5.3")>
<Assembly: AssemblyFileVersion("6.5.3")>
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -47,6 +47,5 @@
"chokidar": "^3.2.1",
"deepmerge": "^4.0.0",
"fs-extra": "^8.1.0"
},
"dependencies": {}
}
}

0 comments on commit 1234ca5

Please sign in to comment.