-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from DNNCommunity/bump-dnn940
Bumped Dnn dependency to 9.4.0
- Loading branch information
Showing
8 changed files
with
58 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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("")] | ||
//------------------------------------------------------------------------------ | ||
// <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> | ||
//------------------------------------------------------------------------------ | ||
|
||
// 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")] |
1 change: 0 additions & 1 deletion
1
.../SqlDataProvider/07.00.02.SqlDataProvider → .../SqlDataProvider/07.01.00.SqlDataProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DotNetNuke.Core" version="8.0.0.809" targetFramework="net45" /> | ||
<package id="DotNetNuke.Web" version="8.0.0.809" targetFramework="net45" /> | ||
<package id="DotNetNuke.Web.Deprecated" version="8.0.0.809" targetFramework="net45" /> | ||
<package id="DotNetNuke.Core" version="9.4.0" targetFramework="net45" /> | ||
<package id="DotNetNuke.Web" version="9.4.0" targetFramework="net45" /> | ||
<package id="DotNetNuke.Web.Deprecated" version="9.4.0" targetFramework="net45" /> | ||
<package id="MSBuildTasks" version="1.5.0.235" targetFramework="net45" developmentDependency="true" /> | ||
</packages> |