Skip to content

Releases: STARIONGROUP/SysML2.NET

SysML2.NET.REST - version 0.5.0

15 Sep 17:07

Choose a tag to compare

Pre-release

This release includes the following:

SysML2.NET - version 0.5.0

15 Sep 06:45

Choose a tag to compare

Pre-release

This release includes the following:

SysML2.Viewer version 0.2.0

05 Sep 06:50

Choose a tag to compare

Pre-release

This release includes the following:

  • [Refactor] web-app to make user of SysML2.NET.REST to handle REST requests on model server
  • [Add] authentication to web-app
  • [Add] login page when not authenticated allows a user to provide username, password and model server url; fixes #5

SysML2.NET.Serializer.Json - version 0.4.0

04 Sep 16:53

Choose a tag to compare

This release includes the following:

  • [Update] ecore metamodel from source git repos
  • [Refactor] deserializers to be less string on null value for non-nullable property; fixes #7
  • [Add] logging to API class deserializers

SysML2.NET.REST - version 0.4.0

04 Sep 16:54

Choose a tag to compare

Pre-release

This release includes the following:

  • [Add] REST project that provides an abstraction over the SysML V2 REST API

SysML2.NET - version 0.4.0

04 Sep 16:51

Choose a tag to compare

Pre-release

This release includes the following:

  • [Update] ecore metamodel from source git repos
  • [Fix] documentation
  • [Add] default properties to DTO constructor when set in metamodel
  • [Add] QueryParameters class

SysML2.NET.Serializer.Json - version 0.3.0

05 Aug 21:35

Choose a tag to compare

This release includes the following:

  • [Add] async deserializer method
  • [Refactor] code-generators and namespaces to accommodate API classes next to SysML2.NET.Core classes
  • [Add] hand-coded deserializers for Commit, DataIdentity, DataVersion, Project, Tag, Branch

SysML2.NET - version 0.3.0

05 Aug 21:33

Choose a tag to compare

Pre-release

This release includes the following:

  • [Add] REST API DTO classes to namespace SysML2.NET.API.DTO
  • [Add] REST API POCO classes to namespace SysML2.NET.API.POCO
  • [MOVE] generated DTO from Sysml2 meta-model to SysML2.NET.Core.DTO namespace

SysML2.NET.Serializer.Json - version 0.2.0

02 Aug 09:43

Choose a tag to compare

This release includes the following:

  • [Refactor] code generators to generate properties sorted by property-name
  • [Add] generated DeSerializationProvider
  • [Add] generated DeSerializer for classes and enums

SysML2.NET - version 0.2.0

02 Aug 09:41

Choose a tag to compare

Pre-release

This release includes the following:

  • [Add] EFeatureAttribute class to be used to decorate properties of classes
  • [Refactor] code generators to generate properties sorted by property-name
  • [Refactor] code generators to generate default constructor