Skip to content

Commit

Permalink
Merge pull request #25 from UpendoVentures/tasks/release-140-cleanup
Browse files Browse the repository at this point in the history
Update/cleanup tasks for 1.4.0 release
  • Loading branch information
WillStrohl authored Mar 29, 2022
2 parents 16662b3 + ec538e5 commit b3a9c4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Modules/UpendoPrompt/Upendo.Modules.UpendoPrompt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
</PropertyGroup>
<Import Project="..\..\Build\SolutionReferences.targets" />
<ItemGroup>
<PackageReference Include="Dnn.PersonaBar.Library" Version="9.10.0" />
<PackageReference Include="Dnn.PersonaBar.Library" Version="9.7.0" />
<PackageReference Include="DotNetNuke.Abstractions">
<Version>9.10.0</Version>
<Version>9.7.0</Version>
</PackageReference>
<PackageReference Include="DotNetNuke.Core" Version="9.10.0" />
<PackageReference Include="DotNetNuke.Instrumentation" Version="9.10.0" />
<PackageReference Include="DotNetNuke.Web" Version="9.10.0" />
<PackageReference Include="DotNetNuke.Web.Client" Version="9.10.0" />
<PackageReference Include="DotNetNuke.WebApi" Version="9.10.0" />
<PackageReference Include="DotNetNuke.Core" Version="9.7.0" />
<PackageReference Include="DotNetNuke.Instrumentation" Version="9.7.0" />
<PackageReference Include="DotNetNuke.Web" Version="9.7.0" />
<PackageReference Include="DotNetNuke.Web.Client" Version="9.7.0" />
<PackageReference Include="DotNetNuke.WebApi" Version="9.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Modules/UpendoPrompt/releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<h2>Version 01.04.00</h2>
<ul>
<li>Lowered the supported version of DNN Platform to 09.07.00 and higher.</li>
<li>Added `impersonate` as a new command. This allows authorized end-users to impersonate other user accounts.</li>
<li>Added `list-availablepackages` as a new command. This allows you to review to see if there are any extension packages waiting to be installed.</li>
<li>Added `list-packages` as a new command. This allows you to see what extension packages are saved in the `/App_Data/ExtensionPackages/` folder.</li>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This is a [DNN CMS](https://dnncommunity.org) extension that installs prompts to

This project was originally created by [Upendo Ventures](https://upendoventures.com/What/CMS/DNN) for the [DNN Summit 2022](https://dnnsummit.org) conference, and was used to present how to create prompts in DNN for the built-in command line interface used by superusers.

* [Demonstration Video](https://www.youtube.com/watch?v=ToEBjbpoFSE&list=PLojRGd54eWTiK-0y8o5EBYVcCY2yzhTZk)
* [Documentation](https://github.com/UpendoVentures/Upendo-Dnn-Prompt/wiki)
* [Download the Latest Release](https://github.com/UpendoVentures/Upendo-Dnn-Prompt/releases/latest)

Expand All @@ -17,7 +18,7 @@ The previous version was not adhering to known best practices and as a result, i
## Solution
The solution currently expects to be in the following environment, but you can update that to be any version you'd like, provided all extensions will be compatible:

- DNN: 09.04.04
- DNN: 09.07.00
- SQL: 2017+

You should build and develop in a development environment that's separate from the local environment where you'd be testing. The examples below help to illustrate this...
Expand Down

0 comments on commit b3a9c4c

Please sign in to comment.