diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d74fd..6c99852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [1.7.0](https://github.com/Terradue/DotNetStac/compare/1.6.6...1.7.0) +## [1.7.1](https://github.com/Terradue/DotNetStac/compare/1.7.0...1.7.1) -Style and format improvements +### Merged + +- Disasters Charter Extension + Tests [`#22`](https://github.com/Terradue/DotNetStac/pull/22) + +### Commits + +- More Tests [`ed4bbb7`](https://github.com/Terradue/DotNetStac/commit/ed4bbb7d9bb45011c7d6210a2727785d533f10d3) +- styling compliance [`25d4517`](https://github.com/Terradue/DotNetStac/commit/25d4517c53a84aca6099a3a77c9f2a4a9f3c8693) +- linting [`a81375c`](https://github.com/Terradue/DotNetStac/commit/a81375c83b2627ab56a9eb8e2aa5d3f5c6e98bb9) +- LazyEnumParse tests [`472b163`](https://github.com/Terradue/DotNetStac/commit/472b1639fb3decd4d4e8693345ad2264f95eb03b) +- linting [`608c7da`](https://github.com/Terradue/DotNetStac/commit/608c7dabccec2e11252f61e08807a9b1498572df) + +## [1.7.0](https://github.com/Terradue/DotNetStac/compare/1.6.6...1.7.0) - 2023-02-08 ### Merged diff --git a/README.md b/README.md index 431d4e0..bc61a4e 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@

-![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=develop) +![Build Status](https://github.com/Terradue/DotNetStac/actions/workflows/build.yaml/badge.svg?branch=release/1.7.1) [![NuGet](https://img.shields.io/nuget/vpre/DotNetStac)](https://www.nuget.org/packages/DotNetStac/) -[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/develop/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) +[![codecov](https://codecov.io/gh/Terradue/DotNetStac/branch/release/1.7.1/graph/badge.svg)](https://codecov.io/gh/Terradue/DotNetStac) [![Gitter](https://img.shields.io/gitter/room/SpatioTemporal-Asset-Catalog/Lobby?color=yellow)](https://gitter.im/SpatioTemporal-Asset-Catalog/Lobby) [![License](https://img.shields.io/badge/license-AGPL3-blue.svg)](LICENSE) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Terradue/DotNetStac/master?filepath=example.ipynb) diff --git a/src/DotNetStac.Test/Common/Enum/Enum.cs b/src/DotNetStac.Test/Common/Enum/Enum.cs index 9113cf5..5a9b99d 100644 --- a/src/DotNetStac.Test/Common/Enum/Enum.cs +++ b/src/DotNetStac.Test/Common/Enum/Enum.cs @@ -1,3 +1,7 @@ +// Copyright (c) by Terradue Srl. All Rights Reserved. +// License under the AGPL, Version 3.0. +// File Name: Enum.cs + using System.Runtime.Serialization; using Newtonsoft.Json; diff --git a/src/DotNetStac/DotNetStac.csproj b/src/DotNetStac/DotNetStac.csproj index d2ea776..5236b52 100644 --- a/src/DotNetStac/DotNetStac.csproj +++ b/src/DotNetStac/DotNetStac.csproj @@ -4,7 +4,7 @@ DotNetStac Terradue .Net library for working with any SpatioTemporal Asset Catalog LICENSE - 1.7.0 + 1.7.1 Emmanuel Mathot emmanuelmathot Terradue