Skip to content

Commit 562cc7d

Browse files
author
samatrhea
committed
[Update] to SysML2.NET version 0.13.0
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code) [Update] to Starion Group
1 parent 193a982 commit 562cc7d

File tree

16 files changed

+91
-30
lines changed

16 files changed

+91
-30
lines changed

SySML2.NET.REST/SySML2.NET.REST.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 REST/HTTP PSM Client</Description>
88
<PackageId>SysML2.NET.REST</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,8 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Update] to SysML2.NET.Serializer.Json version 0.11.0
18-
[Add] PackageReadmeFile and PackageIcon
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1920
</PackageReleaseNotes>
2021
<PackageIcon>cdp4-icon.png</PackageIcon>
2122
<PackageReadmeFile>README.md</PackageReadmeFile>

SysML2.NET.API/SysML2.NET.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the REST/HTTP Platform-specific model (PSM) of the SysML v2 API and Services.</Description>
88
<Company>Starion Group S.A.</Company>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
Binary file not shown.
Loading

SysML2.NET.CodeGenerator/SysML2.NET.CodeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.8.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A Library to generate SysML v2 code.</Description>
88
<PackageId>SysML2.NET</PackageId>
99
<Company>Starion Group S.A.</Company>

SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</aside>
4646
<article>
4747
<div class="row text-center" style="margin-top: 40px;">
48-
<img src="css/images/rhea_logo_small.png">
48+
<img src="css/images/starion.png">
4949
<H1>OMG SysML&#174; Version 2 <a href="https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/blob/master/org.omg.sysml/model/SysML.ecore">Ecore based Meta Model Documentation</a></H1>
5050
<H3><a href="https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/releases/tag/2024-02">Release 2024-02</a></H3>
5151
<p class="small">Powered By Starion Group, 2022-2024</p>

SysML2.NET.CodeGenerator/datamodel/SysML.ecore

Lines changed: 52 additions & 0 deletions
Large diffs are not rendered by default.

SysML2.NET.CodeGenerator/datamodel/types.ecore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
</eAnnotations>
88
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
99
<details key="settingDelegates" value="http://www.omg.org/spec/SysML"/>
10+
<details key="invocationDelegates" value="http://www.omg.org/spec/SysML"/>
1011
</eAnnotations>
12+
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean">
13+
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
14+
<details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/>
15+
</eAnnotations>
16+
</eClassifiers>
1117
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int">
1218
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
1319
<details key="documentation" value="Integer is a primitive type representing integer values."/>
@@ -18,19 +24,14 @@
1824
<details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/>
1925
</eAnnotations>
2026
</eClassifiers>
21-
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
22-
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
23-
<details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/>
24-
</eAnnotations>
25-
</eClassifiers>
2627
<eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int">
2728
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
2829
<details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/>
2930
</eAnnotations>
3031
</eClassifiers>
31-
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean">
32+
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
3233
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
33-
<details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/>
34+
<details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/>
3435
</eAnnotations>
3536
</eClassifiers>
3637
</ecore:EPackage>

SysML2.NET.Dal/SysML2.NET.Dal.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 specification data-acces-layer.</Description>
88
<PackageId>SysML2.NET.Dal</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,8 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Update] to SysML2.NET version 0.12.0
18-
[Update] SysML.ecore from source git repos - [TAG: 2024-02] (regenerate code)
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1920
</PackageReleaseNotes>
2021
<PackageIcon>cdp4-icon.png</PackageIcon>
2122
<PackageReadmeFile>README.md</PackageReadmeFile>

SysML2.NET.OGM/SysML2.NET.OGM.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 specification Object Graph Mapping.</Description>
88
<PackageId>SysML2.NET.OGM</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,8 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Update] folder structure
18-
[Initial Release] non-functional library
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1920
</PackageReleaseNotes>
2021
<PackageIcon>cdp4-icon.png</PackageIcon>
2122
<PackageReadmeFile>README.md</PackageReadmeFile>

SysML2.NET.PSM.REST/SysML2.NET.PSM.REST.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 PSM REST specification</Description>
88
<PackageId>SysML2.NET.PSM.REST</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,7 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Initial Release] non-functional library
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1820
</PackageReleaseNotes>
1921
</PropertyGroup>
2022

SysML2.NET.Serializer.Dictionary/SysML2.NET.Serializer.Dictionary.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 Dictionary serializer.</Description>
88
<PackageId>SysML2.NET.Serializer.Dictionary</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,8 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Update] to SysML2.NET version 0.12.0
18-
[Update] SysML.ecore from source git repos - [TAG: 2024-02] (regenerate code)
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1920
</PackageReleaseNotes>
2021
<PackageIcon>cdp4-icon.png</PackageIcon>
2122
<PackageReadmeFile>README.md</PackageReadmeFile>

SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>11.0</LangVersion>
6-
<Version>0.12.0</Version>
6+
<Version>0.13.0</Version>
77
<Description>A .NET implementation of the OMG SysML v2 JSON serializer.</Description>
88
<PackageId>SysML2.NET.Serializer.Json</PackageId>
99
<Company>Starion Group S.A.</Company>
@@ -14,8 +14,9 @@
1414
<Authors>Sam Gerené</Authors>
1515
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1616
<PackageReleaseNotes>
17-
[Update] to SysML2.NET version 0.12.0
18-
[Update] SysML.ecore from source git repos - [TAG: 2024-02] (regenerate code)
17+
[Update] to SysML2.NET version 0.13.0
18+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
19+
[Update] to Starion Group
1920
</PackageReleaseNotes>
2021
<PackageIcon>cdp4-icon.png</PackageIcon>
2122
<PackageReadmeFile>README.md</PackageReadmeFile>

SysML2.NET.Viewer/SysML2.NET.Viewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>11.0</LangVersion>
66
<Company>Starion Group S.A.</Company>
77
<Title>SysML2 Viewer</Title>
8-
<Version>0.12.0</Version>
8+
<Version>0.13.0</Version>
99
<Description>Web Application to inspect SysML2 model server</Description>
1010
<Copyright>Copyright © Starion Group S.A.</Copyright>
1111
<Authors>Sam Gerené</Authors>

SysML2.NET/SysML2.NET.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<LangVersion>11.0</LangVersion>
8-
<Version>0.12.0</Version>
8+
<Version>0.13.0</Version>
99
<Description>A .NET implementation of the OMG SysML v2 specification.</Description>
1010
<PackageId>SysML2.NET</PackageId>
1111
<Company>Starion Group S.A.</Company>
@@ -16,7 +16,8 @@
1616
<Authors>Sam Gerené</Authors>
1717
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
1818
<PackageReleaseNotes>
19-
[Update] SysML.ecore from source git repos - [TAG: 2024-02] (regenerate code)
19+
[Update] SysML.ecore from source git repos - [TAG: 2024-03] (regenerate code)
20+
[Update] to Starion Group
2021
</PackageReleaseNotes>
2122
<PackageIcon>cdp4-icon.png</PackageIcon>
2223
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)