Skip to content

Commit

Permalink
updated eol
Browse files Browse the repository at this point in the history
  • Loading branch information
anionDev committed Sep 29, 2024
1 parent 7579e8c commit 3193339
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions ScriptCollection/ScriptCollection.codeunit.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8" ?>
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.1/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
<cps:name>ScriptCollection</cps:name>
<cps:version>3.5.17</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.">
<cps:testsettings minimalcodecoverageinpercent="30"/>
<cps:pipelinedemands>
</cps:pipelinedemands>
<cps:updatesettings>
<cps:ignoreddependencies>
</cps:ignoreddependencies>
</cps:updatesettings>
</cps:properties>
<cps:dependentcodeunits/>
<cps:developerteam>
<cps:developer>
<cps:developername>Marius Göcke</cps:developername>
<cps:developeremailaddress>[email protected]</cps:developeremailaddress>
</cps:developer>
</cps:developerteam>
<!--
<cps:demands>
<cps:demandstool name="python" version="3.11"/>
<cps:demandstool name="pip3" version="22"/>
<cps:demandstool name="git" version="2.39"/>
<cps:demandstool name="gitversion" version="5"/>
<cps:demandstool name="docfx" version="2"/>
<cps:demandstool name="reportgenerator" version="5"/>
</cps:demands>
-->
</cps:codeunit>
<?xml version="1.0" encoding="UTF-8" ?>
<cps:codeunit xmlns:cps="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure" codeunitspecificationversion="2.9.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.1/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
<cps:name>ScriptCollection</cps:name>
<cps:version>3.5.17</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.">
<cps:testsettings minimalcodecoverageinpercent="30"/>
<cps:pipelinedemands>
</cps:pipelinedemands>
<cps:updatesettings>
<cps:ignoreddependencies>
</cps:ignoreddependencies>
</cps:updatesettings>
</cps:properties>
<cps:dependentcodeunits/>
<cps:developerteam>
<cps:developer>
<cps:developername>Marius Göcke</cps:developername>
<cps:developeremailaddress>[email protected]</cps:developeremailaddress>
</cps:developer>
</cps:developerteam>
<!--
<cps:demands>
<cps:demandstool name="python" version="3.11"/>
<cps:demandstool name="pip3" version="22"/>
<cps:demandstool name="git" version="2.39"/>
<cps:demandstool name="gitversion" version="5"/>
<cps:demandstool name="docfx" version="2"/>
<cps:demandstool name="reportgenerator" version="5"/>
</cps:demands>
-->
</cps:codeunit>

0 comments on commit 3193339

Please sign in to comment.