Skip to content

Commit 16cd6ea

Browse files
committed
Bumps dnn minimum version to v9.4.0
1 parent 47c6676 commit 16cd6ea

8 files changed

+107
-21
lines changed

AssemblyInfo.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Imports System.Runtime.InteropServices
4949
' You can specify all the values or you can default the Build and Revision Numbers
5050
' by using the '*' as shown below:
5151

52-
<Assembly: AssemblyVersion("06.07.00.07")>
52+
<Assembly: AssemblyVersion("06.07.00.17")>
5353

5454
<Assembly: AssemblyFileVersion("06.07.00.00")>
5555
<Assembly: ComVisibleAttribute(False)>

DotNetNuke.Modules.Feedback.vbproj

+17-15
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<IsWebBootstrapper>false</IsWebBootstrapper>
5050
<UseApplicationTrust>false</UseApplicationTrust>
5151
<BootstrapperEnabled>true</BootstrapperEnabled>
52-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
52+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
5353
<SccProjectName>SAK</SccProjectName>
5454
<SccLocalPath>SAK</SccLocalPath>
5555
<SccAuxPath>SAK</SccAuxPath>
@@ -102,28 +102,28 @@
102102
<Prefer32Bit>false</Prefer32Bit>
103103
</PropertyGroup>
104104
<ItemGroup>
105-
<Reference Include="DotNetNuke, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL">
106-
<HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\DotNetNuke.dll</HintPath>
105+
<Reference Include="DotNetNuke, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
106+
<HintPath>packages\DotNetNuke.Core.9.4.0\lib\net45\DotNetNuke.dll</HintPath>
107107
<SpecificVersion>False</SpecificVersion>
108108
<Private>False</Private>
109109
</Reference>
110-
<Reference Include="DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL">
111-
<HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.Web.dll</HintPath>
110+
<Reference Include="DotNetNuke.Web, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
111+
<HintPath>packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.Web.dll</HintPath>
112112
<SpecificVersion>False</SpecificVersion>
113113
<Private>False</Private>
114114
</Reference>
115-
<Reference Include="DotNetNuke.Web.Deprecated, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL">
116-
<HintPath>packages\DotNetNuke.Web.Deprecated.8.0.0.809\lib\net40\DotNetNuke.Web.Deprecated.dll</HintPath>
115+
<Reference Include="DotNetNuke.Web.Deprecated, Version=9.4.0.0, Culture=neutral, processorArchitecture=MSIL">
116+
<HintPath>packages\DotNetNuke.Web.Deprecated.9.4.0\lib\net45\DotNetNuke.Web.Deprecated.dll</HintPath>
117117
<SpecificVersion>False</SpecificVersion>
118118
<Private>False</Private>
119119
</Reference>
120120
<Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL">
121-
<HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
121+
<HintPath>packages\DotNetNuke.Web.9.4.0\lib\net45\DotNetNuke.WebUtility.dll</HintPath>
122122
<SpecificVersion>False</SpecificVersion>
123123
<Private>False</Private>
124124
</Reference>
125125
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
126-
<HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
126+
<HintPath>packages\DotNetNuke.Core.9.4.0\lib\net45\Microsoft.ApplicationBlocks.Data.dll</HintPath>
127127
<SpecificVersion>False</SpecificVersion>
128128
<Private>False</Private>
129129
</Reference>
@@ -151,18 +151,13 @@
151151
<SpecificVersion>False</SpecificVersion>
152152
<Private>False</Private>
153153
</Reference>
154-
<Reference Include="System.Web.Http.WebHost, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
155-
<HintPath>packages\Microsoft.AspNet.WebApi.WebHost.5.2.0\lib\net45\System.Web.Http.WebHost.dll</HintPath>
156-
<SpecificVersion>False</SpecificVersion>
157-
<Private>False</Private>
158-
</Reference>
159154
<Reference Include="System.Web.Services" />
160155
<Reference Include="System.Xml">
161156
<Name>System.XML</Name>
162157
</Reference>
163158
<Reference Include="System.Xml.Linq" />
164159
<Reference Include="Telerik.Web.UI, Version=2013.2.717.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
165-
<HintPath>packages\DotNetNuke.Web.Deprecated.8.0.0.809\lib\net40\Telerik.Web.UI.dll</HintPath>
160+
<HintPath>packages\DotNetNuke.Web.Deprecated.9.4.0\lib\net45\Telerik.Web.UI.dll</HintPath>
166161
<SpecificVersion>False</SpecificVersion>
167162
<Private>False</Private>
168163
</Reference>
@@ -406,6 +401,13 @@
406401
<Content Include="packages.config" />
407402
<Content Include="LICENSE" />
408403
<Content Include="README.md" />
404+
<Content Include="web.config" />
405+
<None Include="web.Debug.config">
406+
<DependentUpon>web.config</DependentUpon>
407+
</None>
408+
<None Include="web.Release.config">
409+
<DependentUpon>web.config</DependentUpon>
410+
</None>
409411
<None Include="_buildfiles\PackageModule.targets">
410412
<SubType>Designer</SubType>
411413
</None>

Installation/DotNetNuke.Modules.Feedback.dnn

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</releaseNotes>
1717
<azureCompatible>true</azureCompatible>
1818
<dependencies>
19-
<dependency type="CoreVersion">08.00.00</dependency>
19+
<dependency type="CoreVersion">09.04.00</dependency>
2020
</dependencies>
2121
<components>
2222
<component type="Script">

_buildfiles/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.0.7
1+
6.7.0.17

packages.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DotNetNuke.Core" version="8.0.0.809" targetFramework="net451" />
4-
<package id="DotNetNuke.Web" version="8.0.0.809" targetFramework="net451" />
5-
<package id="DotNetNuke.Web.Deprecated" version="8.0.0.809" targetFramework="net451" />
3+
<package id="DotNetNuke.Core" version="9.4.0" targetFramework="net472" />
4+
<package id="DotNetNuke.Web" version="9.4.0" targetFramework="net472" />
5+
<package id="DotNetNuke.Web.Deprecated" version="9.4.0" targetFramework="net472" />
66
<package id="Microsoft.AspNet.WebApi" version="5.2.0" targetFramework="net451" />
77
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net451" />
88
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net451" />

web.Debug.config

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<!--
19+
In the example below, the "Replace" transform will replace the entire
20+
<customErrors> section of your web.config file.
21+
Note that because there is only one customErrors section under the
22+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
23+
24+
<customErrors defaultRedirect="GenericError.htm"
25+
mode="RemoteOnly" xdt:Transform="Replace">
26+
<error statusCode="500" redirect="InternalError.htm"/>
27+
</customErrors>
28+
-->
29+
</system.web>
30+
</configuration>

web.Release.config

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<compilation xdt:Transform="RemoveAttributes(debug)" />
19+
<!--
20+
In the example below, the "Replace" transform will replace the entire
21+
<customErrors> section of your web.config file.
22+
Note that because there is only one customErrors section under the
23+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
24+
25+
<customErrors defaultRedirect="GenericError.htm"
26+
mode="RemoteOnly" xdt:Transform="Replace">
27+
<error statusCode="500" redirect="InternalError.htm"/>
28+
</customErrors>
29+
-->
30+
</system.web>
31+
</configuration>

web.config

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<!--
4+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
5+
6+
The following attributes can be set on the <httpRuntime> tag.
7+
<system.Web>
8+
<httpRuntime targetFramework="4.7.2" />
9+
</system.Web>
10+
-->
11+
<system.web>
12+
<compilation debug="true" targetFramework="4.7.2"/>
13+
<httpRuntime targetFramework="4.5.1"/>
14+
</system.web>
15+
<runtime>
16+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
17+
<dependentAssembly>
18+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
19+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0"/>
20+
</dependentAssembly>
21+
</assemblyBinding>
22+
</runtime>
23+
</configuration>

0 commit comments

Comments
 (0)