Skip to content

Commit

Permalink
Merge pull request #5031 from dnnsoftware/v9.11.0/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/peter-evans/create-pull-request-3.14.0-79286499d0356f840de97a3e777008472616783c

v9.11.0 Bump peter-evans/create-pull-request from 3.12.1 to 3.14.0
  • Loading branch information
valadas authored Mar 1, 2022
2 parents 5797e9c + e2b3164 commit 6ae1c04
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 18 deletions.
5 changes: 2 additions & 3 deletions .github/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ When contributing to DNN, you'd typically go through steps 2 and 3 at least and

## External sources

There are two projects not included in this repository that are distributed with DNN:
* [CKEditorProvider](https://github.com/DNN-Connect/CKEditorProvider) - The default HTML Editor Provider
There is one project not included in this repository that are distributed with DNN:
* [CDF](https://github.com/dnnsoftware/ClientDependency) - The Dnn Client Dependency Framework

If you wish to make changes to those, please keep this in mind.
If you wish to make changes to that project, please keep this in mind.

## Used Build Technologies

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request
if: | # If it's not a Pull Request then commit any changes as a new PR.
github.event_name != 'pull_request' && steps.compress_images.outputs.markdown != ''
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v3.14.0
with:
title: Auto Compress Images
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn install --mode=update-lockfile --no-immutable

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v3.14.0
with:
commit-message: Updates versions as per release candidate creation
title: Updates versions as per release candidate creation
Expand Down
6 changes: 4 additions & 2 deletions Build/Tasks/packaging.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"/bin/System.Web.WebPages.Razor.dll",
"/bin/WebMatrix.Data.dll",
"/bin/WebMatrix.WebData.dll",
"/Install/Module/DNNCE_Website.Deprecated_*_Install.zip"
"/Install/Module/DNNCE_Website.Deprecated_*_Install.zip",
"/bin/WebFormsMvp.dll"
],
"installInclude": ["/Install/InstallWizard.aspx.cs"],
"upgradeExclude": [
Expand All @@ -52,7 +53,8 @@
"/bin/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll",
"/bin/Newtonsoft.Json.dll",
"/Config/DotNetNuke.config",
"/Install/InstallWizard.aspx"
"/Install/InstallWizard.aspx",
"/bin/WebFormsMvp.dll"
],
"symbolsInclude": [
"/bin/*.pdb",
Expand Down
6 changes: 3 additions & 3 deletions Build/Tools/NuGet/DotNetNuke.Web.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<dependency id="DotNetNuke.Web" version="$version$" />
<dependency id="DotNetNuke.Web.Client" version="$version$" />
<dependency id="DotNetNuke.WebApi" version="$version$" />
<dependency id="Microsoft.AspNet.Mvc" version="5.1.3" />
<dependency id="Microsoft.AspNet.Razor" version="3.1.2" />
<dependency id="Microsoft.AspNet.WebPages" version="3.1.2" />
<dependency id="Microsoft.AspNet.Mvc" version="5.2.7" />
<dependency id="Microsoft.AspNet.Razor" version="3.2.7" />
<dependency id="Microsoft.AspNet.WebPages" version="3.2.7" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Build/Tools/NuGet/DotNetNuke.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</description>
<copyright>Copyright (c) .NET Foundation and Contributors, All Rights Reserved.</copyright>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.7" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.7" />
<dependency id="NewtonSoft.Json" version="10.0.3" />
<dependency id="DotNetNuke.Web" version="$version$" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AnalyticsEngine>
<EngineType>DotNetNuke.Services.Analytics.GoogleTagManagerEngine, DNN.Connectors.GoogleTagManager</EngineType>
<ElementId>Head</ElementId>
<InjectTop>False</InjectTop>
<InjectTop>True</InjectTop>
<ScriptTemplate>
<![CDATA[
<!-- Google Tag Manager -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6447,7 +6447,6 @@ INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [Package
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (19, NULL, N'System.Web.WebPages.Deployment.dll', N'2.0.20710')
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (20, NULL, N'System.Web.WebPages.dll', N'2.0.20710')
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (21, NULL, N'System.Web.WebPages.Razor.dll', N'2.0.20126')
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (22, NULL, N'WebFormsMvp.dll', N'1.4.1')
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (23, NULL, N'WebMatrix.Data.dll', N'2.0.20126')
INSERT INTO {databaseOwner}[{objectQualifier}Assemblies] ([AssemblyID], [PackageID], [AssemblyName], [Version]) VALUES (24, NULL, N'WebMatrix.WebData.dll', N'2.0.20126')
SET IDENTITY_INSERT {databaseOwner}[{objectQualifier}Assemblies] OFF
Expand Down
4 changes: 0 additions & 4 deletions DNN Platform/Website/release.config
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebFormsMvp" publicKeyToken="537f18701145dff0" />
<bindingRedirect oldVersion="0.0.0.0-1.4.999.999" newVersion="1.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
Expand Down

0 comments on commit 6ae1c04

Please sign in to comment.