File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments