Skip to content

Commit 640a507

Browse files
committed
version bump 20.00.02
1 parent 854bf4c commit 640a507

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Src/Dnn/ToSic.Sxc.Dnn/DnnPackageBuilder/ReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>
2-
<b>2sxc v20.00.01 - MoT Release ⚠️</b>
2+
<b>2sxc v20.00.02 - MoT Release ⚠️</b>
33
<br><br>
44
2sxc v20 cleans up a lot of old APIs, so it's called a <a href="https://go.2sxc.org/mot">MoT release</a> (Moment of Truth).
55
<br><br>

Src/Dnn/ToSic.Sxc.Dnn/DnnPackageBuilder/ToSic.Sxc.Dnn.dnn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
33

4-
<package name="2sxc" type="Module" version="20.00.01">
4+
<package name="2sxc" type="Module" version="20.00.02">
55
<friendlyName> Content</friendlyName>
66
<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>
77
<iconFile>icon.png</iconFile>
@@ -24,7 +24,7 @@
2424
<component type="Script">
2525
<scripts>
2626
<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 -->
2828
<script type="Install">
2929
<path>SqlDataProvider</path>
3030
<name>00.00.01.SqlDataProvider</name>
@@ -111,7 +111,7 @@
111111
<attributes>
112112
<businessControllerClass>ToSic.Sxc.DnnBusinessController</businessControllerClass>
113113
<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 -->
115115
<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>
116116
</attributes>
117117
</eventMessage>
@@ -544,7 +544,7 @@
544544
</package>
545545

546546

547-
<package name="2sxc-app" type="Module" version="20.00.01">
547+
<package name="2sxc-app" type="Module" version="20.00.02">
548548
<friendlyName> App</friendlyName>
549549
<description>2sxc App is an extension that allows to install and use a 2sxc app.</description>
550550
<iconFile>icon-app.png</iconFile>

Src/Oqtane/ToSic.Sxc.Oqt.Package/ToSic.Sxc.Oqtane.Install.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>ToSic.Sxc.Oqtane.Install</id>
5-
<version>20.00.01</version>
5+
<version>20.00.02</version>
66
<authors>2sic internet solutions GmbH, Switzerland</authors>
77
<owners>2sic internet solutions GmbH, Switzerland</owners>
88
<title>2sxc CMS and Meta-Module for Oqtane</title>

Src/Oqtane/ToSic.Sxc.Oqt.Shared/Properties/EavSharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static class SharedAssemblyInfo
99
// This is because the version etc. may be compiled into Oqtane DLLs
1010
// which will run in the browser, and shouldn't have to include these DLLs to work
1111
// If it's a constant, the value will be added to the compiled code, so no real dependency will exist at runtime
12-
public const string AssemblyVersion = "20.00.01";
12+
public const string AssemblyVersion = "20.00.02";
1313
public const string Company = "2sic internet solutions GmbH, Switzerland";
1414
public const string EavProduct = "2sic EAV System";
1515
public const string EavCopyright = "Copyright AGPL © 2sic 2025";

Src/SharedImports/Properties/SxcSharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace ToSic.Sxc.Sys;
2525
//[ShowApiWhenReleased(ShowApiMode.Never)]
2626
internal static class SxcSharedAssemblyInfo
2727
{
28-
public const string AssemblyVersion = "20.00.01";
28+
public const string AssemblyVersion = "20.00.02";
2929
public const string Company = "2sic internet solutions GmbH, Switzerland";
3030
public const string SxcProduct = "2sxc CMS- and Meta-Module for Dnn and Oqtane";
3131
public const string SxcCopyright = "Copyright MIT © 2sic 2025";

0 commit comments

Comments
 (0)