Skip to content

Commit

Permalink
[Bump] version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Feb 19, 2023
1 parent 8f505ea commit 8b2af11
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SySML2.NET.REST/SySML2.NET.REST.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>A .NET implementation of the OMG SysML v2 REST/HTTP PSM</Description>
<PackageId>SysML2.NET.REST</PackageId>
<Company>RHEA System S.A.</Company>
Expand All @@ -14,7 +14,7 @@
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Update] to SysML2.NET.Serializer.Json version 0.8.0
[Update] to SysML2.NET.Serializer.Json version 0.9.0
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions SysML2.NET.Dal/SysML2.NET.Dal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>A .NET implementation of the OMG SysML v2 specification data-acces-layer.</Description>
<PackageId>SysML2.NET.Dal</PackageId>
<Company>RHEA System S.A.</Company>
Expand All @@ -13,7 +13,7 @@
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Initial] release
[Initial] release of Dal project; fixes #8
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>A .NET implementation of the OMG SysML v2 Dictionary serializer.</Description>
<PackageId>SysML2.NET.Serializer.Dictionary</PackageId>
<Company>RHEA System S.A.</Company>
Expand All @@ -13,7 +13,7 @@
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Update] SysML.ecore from source git repos - [TAG: 2022-12] (regenerate code)
[Update] to SysML2.NET version 0.9.0
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>A .NET implementation of the OMG SysML v2 JSON serializer.</Description>
<PackageId>SysML2.NET.Serializer.Json</PackageId>
<Company>RHEA System S.A.</Company>
Expand All @@ -13,6 +13,7 @@
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Update] to SysML2.NET version 0.9.0
[Update] to System.Text.Json version 7.0.2
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SysML2.NET.Viewer/SysML2.NET.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>SysML2 Viewer</Title>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>Web Application to inspect SysML2 model server</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam Gerené</Authors>
Expand Down
5 changes: 3 additions & 2 deletions SysML2.NET/SysML2.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Description>A .NET implementation of the OMG SysML v2 specification.</Description>
<PackageId>SysML2.NET</PackageId>
<Company>RHEA System S.A.</Company>
Expand All @@ -15,7 +15,8 @@
<Authors>Sam Gerené</Authors>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
<PackageReleaseNotes>
[Update] SysML.ecore from source git repos - [TAG: 2022-12] (regenerate code)
[Refactor] API namespace to PIM namespace
[Add] generated EFeature annotations to DTO and POCO; fixes #17
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 8b2af11

Please sign in to comment.