chore(release): 1.1.1

## [1.1.1](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.1.0...v1.1.1) (2025-09-02)

### Bug Fixes

* move to netstandard2.1 ([ba51ab9](ba51ab9557))
* Switch to bun and fix ci ([cda0ef9](cda0ef99a4))
This commit is contained in:
semantic-release-bot
2025-09-02 08:29:22 +00:00
parent ef356ab72f
commit 9565185fbb
3 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
1.1.0 1.1.1

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
## [1.1.1](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.1.0...v1.1.1) (2025-09-02)
### Bug Fixes
* move to netstandard2.1 ([ba51ab9](https://gitlab.com/oceanbox/Oceanbox.GeoJson/commit/ba51ab9557730a2720e66155839f83ce4832a9b9))
* Switch to bun and fix ci ([cda0ef9](https://gitlab.com/oceanbox/Oceanbox.GeoJson/commit/cda0ef99a4782a89ddfb0468379298ffcf774e4c))
# [1.1.0](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.0.2...v1.1.0) (2024-06-18) # [1.1.0](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.0.2...v1.1.0) (2024-06-18)

View File

@@ -7,7 +7,7 @@
<PackageId>Oceanbox.GeoJson</PackageId> <PackageId>Oceanbox.GeoJson</PackageId>
<Authors/> <Authors/>
<Company/> <Company/>
<Version>1.1.0</Version> <Version>1.1.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="GeoJson.fs"/> <Compile Include="GeoJson.fs"/>
@@ -21,4 +21,4 @@
<ItemGroup> <ItemGroup>
<Content Include="*.fsproj; *.fs" PackagePath="fable/"/> <Content Include="*.fsproj; *.fs" PackagePath="fable/"/>
</ItemGroup> </ItemGroup>
</Project> </Project>