Skip to content

Commit

Permalink
[Bump] to version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 6, 2024
1 parent b27644e commit 20b8ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
<PackageReleaseNotes>
- [Update] to reqifsharp version 8.2.0
- [Update] to reqifsharp version 9.0.0
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
3 changes: 2 additions & 1 deletion 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.2.0</Version>
<Version>9.0.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 @@ -22,6 +22,7 @@
<IncludeSymbols>true</IncludeSymbols>
<PackageReleaseNotes>
- [Update] Microsoft.Extensions.Logging.Abstractions to version 9.0.0
- [Rename] async/Task methods to end on ...Async
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 20b8ce8

Please sign in to comment.