Skip to content

Commit

Permalink
Merge pull request #106 from DNNCommunity/release/1.1.1
Browse files Browse the repository at this point in the history
Released v1.1.1
  • Loading branch information
valadas authored Sep 30, 2022
2 parents 8ed5b46 + fb17151 commit dccbd30
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PackageReference>
<PackageReference Include="Nuke.Common" Version="6.2.1" />
<PackageReference Include="ReportGenerator" Version="5.1.10" />
<PackageReference Include="xunit.runner.console" Version="2.4.1">
<PackageReference Include="xunit.runner.console" Version="2.4.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion docs/rest/rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"swagger": "2.0",
"info": {
"title": "DNN Community DNN Security Center",
"version": "1.1.0.0"
"version": "1.2.0.0"
},
"consumes": [
"application/json"
Expand Down
14 changes: 2 additions & 12 deletions manifest.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke version="5.0" type="Package">
<packages>
<package name="DNNCommunity_SecurityCenter" type="Module" version="01.01.00">
<package name="DNNCommunity_SecurityCenter" type="Module" version="01.02.00">
<friendlyName>DNN Security Center</friendlyName>
<description>DNN Security Center</description>
<iconFile>~/DesktopModules/Dnn.SecurityCenter/resources/images/module-icon.png</iconFile>
Expand All @@ -24,16 +24,6 @@
<name>Dnn.Modules.SecurityCenter.dll</name>
<path>bin</path>
</assembly>
<assembly>
<name>EntityFramework.dll</name>
<path>bin</path>
<version>6.4.4</version>
</assembly>
<assembly>
<name>EntityFramework.SqlServer.dll</name>
<path>bin</path>
<version>6.4.4</version>
</assembly>
<assembly>
<name>NSwag.Annotations.dll</name>
<path>bin</path>
Expand Down Expand Up @@ -65,7 +55,7 @@
</moduleDefinitions>
</desktopModule>
</component>
<component type="Cleanup" version="01.01.00" glob="DesktopModules/Dnn.SecurityCenter/resources/**/*" />
<component type="Cleanup" version="01.02.00" glob="DesktopModules/Dnn.SecurityCenter/resources/**/*" />
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Dnn.SecurityCenter/resources</basePath>
Expand Down
4 changes: 2 additions & 2 deletions module.web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion module.web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnn-securitycenter",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit dccbd30

Please sign in to comment.