Skip to content

Commit

Permalink
[Bump] versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed May 14, 2024
1 parent e1ce195 commit 72e7fbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<Description>A .NET library that provides extenions and services to operate on ReqIF documents.</Description>
<PackageId>ReqIFSharp.Extensions</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -19,8 +19,8 @@
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<PackageReleaseNotes>
- [Update] to Starion Group
</PackageReleaseNotes>
- [Update] to reqifsharp version 8.1.0
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
6 changes: 4 additions & 2 deletions ReqIFSharp/ReqIFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.0.0</Version>
<Version>8.1.0</Version>
<Description>A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents.</Description>
<PackageId>ReqIFSharp</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -21,7 +21,9 @@
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<PackageReleaseNotes>
- [Update] to Starion Group
- [Fix] (de)serialization of AlternativeID; fixes #54
- [Fix] xml:lang attribute serialization
- [Implement] SonarQube improvements
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 72e7fbd

Please sign in to comment.