Skip to content

Commit 7bd49ed

Browse files
author
sam.gerene
committed
[Bump] reqifsharp version to 6.0.1 and include release notes
[Bump] ReqIFSharp.Extensions to 1.0.1
1 parent 2e2eaea commit 7bd49ed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.0.0-RC3</Version>
5+
<Version>1.0.1</Version>
66
<Description>A .NET library that provides extenions and services to operate on ReqIF documents.</Description>
77
<PackageId>ReqIFSharp.Extensions</PackageId>
88
<Company>RHEA System S.A.</Company>

ReqIFSharp/ReqIFSharp.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
6-
<Version>6.0.0-RC1</Version>
6+
<Version>6.0.1</Version>
77
<Description>A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents.</Description>
88
<PackageId>ReqIFSharp</PackageId>
99
<Company>RHEA System S.A.</Company>
@@ -18,7 +18,11 @@
1818
<Authors>Sam Gerene, Naron Phou</Authors>
1919
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2020
<PackageReleaseNotes>
21-
[Improve] xml docs
21+
- [Refactor] IReqIFSerializer and ReqIFSerializer to be symmetrical to the IReqIFDeserializer interface
22+
- [Add] SupportedFileExtensionKind to deserializer; fixes #47
23+
- [Add] capability to serialize to `reqif`, `reqifz`, `zip` format; fixes #23
24+
- [Set] stream to position 0 prior to creating XmlReader; fixes #43
25+
- [Update] Microsoft.Extensions.Logging.Abstractions to version 6.0.1
2226
</PackageReleaseNotes>
2327
</PropertyGroup>
2428

0 commit comments

Comments
 (0)