-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch other/next-release into main
- Loading branch information
Showing
7 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Release notes | ||
|
||
## Changes | ||
|
||
- Fix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Version;SupportBegin;SupportEnd | ||
3.5.39;2024-12-26T09:47:38;2025-12-11T09:47:38 | ||
3.5.40;2024-12-26T10:05:12;2025-12-11T10:05:12 | ||
3.5.40;2024-12-26T10:05:12;2025-12-11T10:05:12 | ||
3.5.41;2024-12-28T15:51:59;2027-01-28T15:51:59 |
15 changes: 15 additions & 0 deletions
15
ScriptCollection/Other/Resources/TestCoverageHistory/2024-12-28_23-11-40_CoverageHistory.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<coverage version="1.0" date="2024-12-28_23-11-40" tag="v3.5.41"> | ||
<assembly name="ScriptCollection"> | ||
<class name="Executables.py" coveredlines="0" coverablelines="285" totallines="389" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="GeneralUtilities.py" coveredlines="480" coverablelines="752" totallines="891" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProcessesRunner.py" coveredlines="0" coverablelines="31" totallines="41" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerBase.py" coveredlines="22" coverablelines="28" totallines="47" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerEpew.py" coveredlines="40" coverablelines="103" totallines="122" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ProgramRunnerPopen.py" coveredlines="23" coverablelines="38" totallines="51" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="RPStream.py" coveredlines="0" coverablelines="32" totallines="42" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="ScriptCollectionCore.py" coveredlines="570" coverablelines="1429" totallines="1916" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="TasksForCommonProjectStructure.py" coveredlines="483" coverablelines="2313" totallines="2978" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
<class name="UpdateCertificates.py" coveredlines="0" coverablelines="105" totallines="126" coveredbranches="0" totalbranches="0" coveredcodeelements="0" totalcodeelements="0" /> | ||
</assembly> | ||
</coverage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.4" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.4/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true"> | ||
<cps:name>ScriptCollection</cps:name> | ||
<cps:version>3.5.40</cps:version> | ||
<cps:version>3.5.41</cps:version> | ||
<cps:codeunitownername>Marius Göcke</cps:codeunitownername> | ||
<cps:codeunitowneremailaddress>[email protected]</cps:codeunitowneremailaddress> | ||
<cps:properties codeunithastestablesourcecode="true" codeunithasupdatabledependencies="true" throwexceptionifcodeunitfilecannotbevalidated="true" developmentstate="Active development" description="ScriptCollection is the place for reusable scripts."> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = ScriptCollection | ||
version = 3.5.40 | ||
version = 3.5.41 | ||
author = Marius Göcke | ||
author_email = [email protected] | ||
description = The ScriptCollection is the place for reusable scripts. | ||
|