Skip to content

Commit

Permalink
Merge pull request #79 from valadas/v802
Browse files Browse the repository at this point in the history
Bumped version to 8.0.2 for next release
  • Loading branch information
valadas authored Jun 4, 2023
2 parents 4699ae3 + 50cc2e1 commit 0c5acd1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DNN_Links.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DNN_Links" type="Module" version="8.0.1">
<package name="DNN_Links" type="Module" version="8.0.2">
<friendlyName>Links</friendlyName>
<description>This module renders a list of hyperlinks. Links includes an edit page, which allows authorized users to edit the Links data stored in the SQL database.</description>
<iconFile>img/links-icon.png</iconFile>
Expand Down
36 changes: 18 additions & 18 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyDescription("Provides an easy way to place a list of links on a website")]
[assembly: System.Reflection.AssemblyCompany("DNN Community")]
[assembly: System.Reflection.AssemblyProduct("Links")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2021")]
[assembly: System.Reflection.AssemblyVersion("8.0.1.00")]
[assembly: System.Reflection.AssemblyTitle("DNN Links")]


//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

[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("8.0.2.00")]
[assembly: System.Reflection.AssemblyTitle("DotNetNuke Links Module")]

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ DNN Links is a basic module used for displaying navigational links on your DNN s
| 07.00.00 | 07.02.00 | 09.02.00 |
| 07.00.01 | 08.00.00 | 09.08.01 |
| 07.01.00 | 09.04.00 | 09.08.01 |
| 08.00.01 | 09.04.00 | 09.11.00 |
| 08.00.02 | 09.04.00 | 09.11.02 |

## Building the module from source and submitting pull requests
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases
Expand Down

0 comments on commit 0c5acd1

Please sign in to comment.