Skip to content

Commit

Permalink
Merge branch 'release/2.22.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 21, 2024
2 parents d2ee97c + 95a273d commit 9a28bc7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [2.22.3](https://github.com/Terradue/Stars/compare/2.22.3...2.22.3)
## [2.22.6](https://github.com/Terradue/Stars/compare/2.22.5...2.22.6)

this fixes MCUBE-10 and MCUBE-11

### Commits

- Add sensor type to AtomItem translation [`d2ee97c`](https://github.com/Terradue/Stars/commit/d2ee97ce215eaf6cfdbec23c8f07b2f25d6a8d79)

## [2.22.5](https://github.com/Terradue/Stars/compare/2.22.4...2.22.5) - 2024-05-16

### Commits

- Changed role from "data" to "visual" for "visual" asset [`169ed13`](https://github.com/Terradue/Stars/commit/169ed138f13050d14a0fbed399fd82441fab4593)
- Release 2.22.5 [`85131f8`](https://github.com/Terradue/Stars/commit/85131f865ed1ff1fb7bc22224190aa1ff524cede)

## [2.22.4](https://github.com/Terradue/Stars/compare/2.22.3...2.22.4) - 2024-05-09

### Merged

- Fix for CBERS PAN (with unspecified resolution) [`#58`](https://github.com/Terradue/Stars/pull/58)

### Commits

- feat: Add "Copy S2 from CDS" launch configuration [`ea786b4`](https://github.com/Terradue/Stars/commit/ea786b40732960c69bb2834f3f24ccecd11395c8)
- Ready to release 2.22.4 [`9610794`](https://github.com/Terradue/Stars/commit/961079491022aaa4684c1cdb3960692747619c9d)

## [2.22.3](https://github.com/Terradue/Stars/compare/2.22.2...2.22.3) - 2024-05-06

Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Console/Terradue.Stars.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>2.22.5</Version>
<Version>2.22.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/Terradue.Stars.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectName>Terradue.Stars.Data</ProjectName>
<Title>Terradue.Stars.Data</Title>
<Description>Collection of data Plugins for Terradue.Stars</Description>
<Version>2.22.5</Version>
<Version>2.22.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<NoWarn>NU1603</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Services/Terradue.Stars.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Terradue.Stars</Title>
<Description>Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version>2.22.5</Version>
<Version>2.22.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit 9a28bc7

Please sign in to comment.