File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >4.0 .0</Version >
5+ <Version >4.1 .0</Version >
66 <Description >A .NET library that provides extenions and services to operate on ReqIF documents.</Description >
77 <PackageId >ReqIFSharp.Extensions</PackageId >
88 <Company >Starion Group S.A.</Company >
1919 <IncludeSource >true</IncludeSource >
2020 <IncludeSymbols >true</IncludeSymbols >
2121 <PackageReleaseNotes >
22- - [Update] to reqifsharp version 9.0.0
23- - [Rename] async methods to end on ...Async
24- - [Improve] argument validation
22+ - [Update] to reqifsharp version 9.1.0
2523 </PackageReleaseNotes >
2624 <LangVersion >latest</LangVersion >
2725 <PackageReadmeFile >README.md</PackageReadmeFile >
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <TargetFramework >netstandard2.0</TargetFramework >
7- <Version >9.0 .0</Version >
7+ <Version >9.1 .0</Version >
88 <Description >A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents.</Description >
99 <PackageId >ReqIFSharp</PackageId >
1010 <Company >Starion Group S.A.</Company >
2121 <IncludeSource >true</IncludeSource >
2222 <IncludeSymbols >true</IncludeSymbols >
2323 <PackageReleaseNotes >
24- - [Update] Microsoft.Extensions.Logging.Abstractions to version 9.0.1
25- - [Rename] async/Task methods to end on ...Async
26- - [Improve] throwing exceptions for async methods, exxtensive use of namof method
27- - [Improve] logging
24+ - [Update] Microsoft.Extensions.Logging.Abstractions to version 9.0.2
2825 </PackageReleaseNotes >
2926 <PackageReadmeFile >README.md</PackageReadmeFile >
3027 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments