From 20d0c5cf7f3e6c8c324a603a72b78c4ac6d94790 Mon Sep 17 00:00:00 2001 From: John Henley Date: Tue, 16 Jul 2024 19:52:23 +0000 Subject: [PATCH] TASK: Create 8.2 release --- Dnn.CommunityForums/DnnCommunityForums.csproj | 1 + Dnn.CommunityForums/DnnCommunityForums.dnn | 17 +++++++++++------ .../DnnCommunityForums_Symbols.dnn | 4 ++-- Dnn.CommunityForums/Properties/AssemblyInfo.cs | 4 ++-- .../sql/08.02.00.SqlDataProvider | 1 + 5 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 Dnn.CommunityForums/sql/08.02.00.SqlDataProvider diff --git a/Dnn.CommunityForums/DnnCommunityForums.csproj b/Dnn.CommunityForums/DnnCommunityForums.csproj index 2fdd3cba5..e20278d17 100644 --- a/Dnn.CommunityForums/DnnCommunityForums.csproj +++ b/Dnn.CommunityForums/DnnCommunityForums.csproj @@ -1244,6 +1244,7 @@ + diff --git a/Dnn.CommunityForums/DnnCommunityForums.dnn b/Dnn.CommunityForums/DnnCommunityForums.dnn index 47bdbb5b6..2f3f66970 100644 --- a/Dnn.CommunityForums/DnnCommunityForums.dnn +++ b/Dnn.CommunityForums/DnnCommunityForums.dnn @@ -1,6 +1,6 @@  - + DNN Community Forums DNN Community Forums: The official online forums module for the DNN Community. DesktopModules/ActiveForums/images/branding/logo/DNN-Community-Forums-Icon-64px.png @@ -86,7 +86,7 @@ DotNetNuke.Modules.ActiveForums.dll bin\DotNetNuke.Modules.ActiveForums.dll - 08.01.02 + 08.02.00 @@ -389,10 +389,15 @@ 08.01.01.SqlDataProvider 08.01.01 - + @@ -433,7 +438,7 @@ - + DNN Community Forums What's New ActiveForumsWhatsNew @@ -503,7 +508,7 @@ - + DNN Community Forums Forums Viewer ActiveForumsViewer DNN Community Forums: Display any forum topic view on any page within your site. diff --git a/Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn b/Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn index 2573cdcc7..a2c59b36c 100644 --- a/Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn +++ b/Dnn.CommunityForums/DnnCommunityForums_Symbols.dnn @@ -1,6 +1,6 @@  - + DNN Community Forums Symbols DNN Community Forums: The official online forums module for the DNN Community. @@ -15,7 +15,7 @@ True - Active Forums + Active Forums diff --git a/Dnn.CommunityForums/Properties/AssemblyInfo.cs b/Dnn.CommunityForums/Properties/AssemblyInfo.cs index 05a4b67ee..061370ae1 100644 --- a/Dnn.CommunityForums/Properties/AssemblyInfo.cs +++ b/Dnn.CommunityForums/Properties/AssemblyInfo.cs @@ -53,9 +53,9 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("08.01.02")] +[assembly: AssemblyVersion("08.02.00")] -[assembly: AssemblyFileVersion("08.01.02")] +[assembly: AssemblyFileVersion("08.02.00")] [assembly: WebResource("DotNetNuke.Modules.ActiveForums.CustomControls.Resources.cb.js", "text/javascript")] diff --git a/Dnn.CommunityForums/sql/08.02.00.SqlDataProvider b/Dnn.CommunityForums/sql/08.02.00.SqlDataProvider new file mode 100644 index 000000000..0834804f8 --- /dev/null +++ b/Dnn.CommunityForums/sql/08.02.00.SqlDataProvider @@ -0,0 +1 @@ +/* placeholder */ \ No newline at end of file