chore(release): 1.0.0
# 1.0.0 (2022-04-11) ### Bug Fixes * Add example to README ([01ca2af](01ca2af9fe)) ### Features * intial commit ([681f872](681f872c65))
This commit is contained in:
@@ -1 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
# 1.0.0 (2022-04-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Add example to README ([01ca2af](https://gitlab.com/oceanbox/Oceanbox.GeoJson/commit/01ca2af9fee232a9bbbce19df712b7769050648f))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* intial commit ([681f872](https://gitlab.com/oceanbox/Oceanbox.GeoJson/commit/681f872c651d6a4dcd435940a3632b7b06e37738))
|
||||
|
||||
@@ -6,20 +6,20 @@
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>Oceanbox.GeoJson</PackageId>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>0.0.1</Version>
|
||||
<Authors/>
|
||||
<Company/>
|
||||
<Version>1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="GeoJson.fs" />
|
||||
<Compile Include="GeoJson.fs"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FSharp.Data" Version="4.2.7" />
|
||||
<PackageReference Include="FSharpPlus" Version="1.2.2" />
|
||||
<PackageReference Include="Thoth.Json" Version="7.0.0" />
|
||||
<PackageReference Include="Thoth.Json.Net" Version="8.0.0" />
|
||||
<PackageReference Include="FSharp.Data" Version="4.2.7"/>
|
||||
<PackageReference Include="FSharpPlus" Version="1.2.2"/>
|
||||
<PackageReference Include="Thoth.Json" Version="7.0.0"/>
|
||||
<PackageReference Include="Thoth.Json.Net" Version="8.0.0"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="*.fsproj; *.fs" PackagePath="fable/" />
|
||||
<Content Include="*.fsproj; *.fs" PackagePath="fable/"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user