chore(release): 1.1.0

# [1.1.0](https://gitlab.com/oceanbox/Sputnik/compare/v1.0.0...v1.1.0) (2023-03-31)

### Bug Fixes

* fix node and fable versions ([cfffc3a](cfffc3a88e))
* update FvcomKit submodule ([490bfe1](490bfe16a8))

### Features

* reading satellite data only or combined with fvcom data ([37df4f6](37df4f65ff))
* upgrade to net7.0 ([953f1ff](953f1ff72b))
This commit is contained in:
semantic-release-bot
2023-03-31 13:36:39 +00:00
parent c5f58bf805
commit 25aa0431ec
3 changed files with 31 additions and 17 deletions

View File

@@ -1 +1 @@
1.0.0
1.1.0

View File

@@ -1,5 +1,19 @@
# Changelog
# [1.1.0](https://gitlab.com/oceanbox/Sputnik/compare/v1.0.0...v1.1.0) (2023-03-31)
### Bug Fixes
* fix node and fable versions ([cfffc3a](https://gitlab.com/oceanbox/Sputnik/commit/cfffc3a88eb765f5e559354b4626218d5ba0d615))
* update FvcomKit submodule ([490bfe1](https://gitlab.com/oceanbox/Sputnik/commit/490bfe16a807be7a3f54e1b656d992d9f1459567))
### Features
* reading satellite data only or combined with fvcom data ([37df4f6](https://gitlab.com/oceanbox/Sputnik/commit/37df4f65ff25015646631d03fa6d359309fa7329))
* upgrade to net7.0 ([953f1ff](https://gitlab.com/oceanbox/Sputnik/commit/953f1ff72b3790f30127730a466b20a16100c4fb))
# 1.0.0 (2022-12-14)

View File

@@ -4,27 +4,27 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Settings.fs" />
<Compile Include="MapProj.fs" />
<Compile Include="Tools.fs" />
<Compile Include="NetCDF.fs" />
<Compile Include="Fvcom.fs" />
<Compile Include="Satelite.fs" />
<Compile Include="Main.fs" />
<Compile Include="Settings.fs"/>
<Compile Include="MapProj.fs"/>
<Compile Include="Tools.fs"/>
<Compile Include="NetCDF.fs"/>
<Compile Include="Fvcom.fs"/>
<Compile Include="Satelite.fs"/>
<Compile Include="Main.fs"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Argu" Version="6.1.1" />
<PackageReference Include="FSharp.Data" Version="6.0.1-beta002" />
<PackageReference Include="FSharpPlus" Version="1.4.0" />
<PackageReference Include="Serilog" Version="3.0.0-dev-01921" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.1-dev-00907" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3-dev-00262" />
<PackageReference Include="Thoth.Json.Net" Version="11.0.0" />
<PackageReference Include="Argu" Version="6.1.1"/>
<PackageReference Include="FSharp.Data" Version="6.0.1-beta002"/>
<PackageReference Include="FSharpPlus" Version="1.4.0"/>
<PackageReference Include="Serilog" Version="3.0.0-dev-01921"/>
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.1-dev-00907"/>
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3-dev-00262"/>
<PackageReference Include="Thoth.Json.Net" Version="11.0.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../submodules/Oceanbox.FvcomKit/src/Oceanbox.FvcomKit.fsproj" />
<ProjectReference Include="../submodules/Oceanbox.FvcomKit/src/Oceanbox.FvcomKit.fsproj"/>
</ItemGroup>
</Project>