|
1 | 1 | <dotnetnuke type="Package" version="5.0"> |
2 | 2 | <packages> |
3 | 3 |
|
4 | | - <package name="2sxc" type="Module" version="20.00.01"> |
| 4 | + <package name="2sxc" type="Module" version="20.00.02"> |
5 | 5 | <friendlyName> Content</friendlyName> |
6 | 6 | <description>2sxc is a DNN Extension to create attractive and designed content. It solves the common problem, allowing the web designer to create designed templates for different content elements, so that the user must only fill in fields and receive a perfectly designed and animated output.</description> |
7 | 7 | <iconFile>icon.png</iconFile> |
|
24 | 24 | <component type="Script"> |
25 | 25 | <scripts> |
26 | 26 | <basePath>DesktopModules\ToSic.Sxc</basePath> |
27 | | - <!-- The following script is actually Install.SqlDataProvider for clean install v20.00.01 DB, but adjusted for 2sxc Package rename --> |
| 27 | + <!-- The following script is actually Install.SqlDataProvider for clean install v20 DB, but adjusted for 2sxc Package rename --> |
28 | 28 | <script type="Install"> |
29 | 29 | <path>SqlDataProvider</path> |
30 | 30 | <name>00.00.01.SqlDataProvider</name> |
|
111 | 111 | <attributes> |
112 | 112 | <businessControllerClass>ToSic.Sxc.DnnBusinessController</businessControllerClass> |
113 | 113 | <desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> |
114 | | - <!-- This must contain all versions which have upgrade-code. By convention, we also add the main entry versions, even if no upgrade code exists for them --> |
| 114 | + <!-- This must contain all versions which have upgrade-code. By convention, we also add the main entry versions like v19.00.00, even if no upgrade code exists for them --> |
115 | 115 | <upgradeVersionsList>01.00.00,15.00.00,15.02.00,16.00.00,16.07.01,17.00.00,18.00.00,18.03.00,19.00.00,20.00.00,20.00.01</upgradeVersionsList> |
116 | 116 | </attributes> |
117 | 117 | </eventMessage> |
|
544 | 544 | </package> |
545 | 545 |
|
546 | 546 |
|
547 | | - <package name="2sxc-app" type="Module" version="20.00.01"> |
| 547 | + <package name="2sxc-app" type="Module" version="20.00.02"> |
548 | 548 | <friendlyName> App</friendlyName> |
549 | 549 | <description>2sxc App is an extension that allows to install and use a 2sxc app.</description> |
550 | 550 | <iconFile>icon-app.png</iconFile> |
|
0 commit comments