chore(release): 5.2.0

# [5.2.0](https://gitlab.com/oceanbox/ProjNet.FSharp/compare/v5.1.0...v5.2.0) (2023-12-31)

### Features

* update to net8.0 ([72f6ff4](72f6ff4abe))
This commit is contained in:
semantic-release-bot
2023-12-31 09:42:05 +00:00
parent 72f6ff4abe
commit 013f6c1dca
3 changed files with 11 additions and 4 deletions

View File

@@ -1 +1 @@
5.1.0
5.2.0

View File

@@ -1,5 +1,12 @@
# Changelog
# [5.2.0](https://gitlab.com/oceanbox/ProjNet.FSharp/compare/v5.1.0...v5.2.0) (2023-12-31)
### Features
* update to net8.0 ([72f6ff4](https://gitlab.com/oceanbox/ProjNet.FSharp/commit/72f6ff4abee61af1ab05320675a3687eae1d6cf0))
# [5.1.0](https://gitlab.com/oceanbox/ProjNet.FSharp/compare/v5.0.2...v5.1.0) (2023-09-25)

View File

@@ -7,7 +7,7 @@
<PackageId>ProjNet.FSharp</PackageId>
<Authors/>
<Company/>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="CoordSys.fs"/>
@@ -15,8 +15,8 @@
<Compile Include="Transformations.fs"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="FSharpPlus" Version="1.5.0" />
<PackageReference Include="FSharp.Data" Version="6.3.0"/>
<PackageReference Include="FSharpPlus" Version="1.5.0"/>
<PackageReference Include="ProjNet" Version="2.0.0"/>
</ItemGroup>
</Project>