Skip to content

Commit 6221781

Browse files
[Bump] versions
1 parent c276cf4 commit 6221781

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -19,9 +19,7 @@
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>

ReqIFSharp/ReqIFSharp.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -21,10 +21,7 @@
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>

0 commit comments

Comments
 (0)