Skip to content

Commit 4136d9e

Browse files
Merge branch 'release/2.22.1'
2 parents c339674 + c2b7bea commit 4136d9e

10 files changed

+449
-6
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [2.22.0](https://github.com/Terradue/Stars/compare/2.21.0...2.22.0)
10+
## [2.22.1](https://github.com/Terradue/Stars/compare/2.22.0...2.22.1)
1111

12-
RCM datasets does not show instrument mode
12+
### Commits
13+
14+
- Add visual asset media type in NEWSAT [`dd3e1a6`](https://github.com/Terradue/Stars/commit/dd3e1a6b274e2cdac5ee3ebaee65b30671e9ebb8)
15+
- Fix asset media type in StarsAtomItem.cs [`7dc58b4`](https://github.com/Terradue/Stars/commit/7dc58b4ea5169d6984f7d51c4b553b5ae4abcbe7)
16+
- Add image/tiff type to 3-Band Visual metadata [`cbaf822`](https://github.com/Terradue/Stars/commit/cbaf822fd6c40fa0df1c9f7f7678a8727ce3d59c)
17+
18+
## [2.22.0](https://github.com/Terradue/Stars/compare/2.21.0...2.22.0) - 2024-03-29
1319

1420
### Merged
1521

src/Stars.Console/Terradue.Stars.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFrameworks>net6.0</TargetFrameworks>
5-
<Version>2.22.0</Version>
5+
<Version>2.22.1</Version>
66
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
77
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
88
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>

src/Stars.Data.Tests/Resources/SATELLOGIC/NEWSAT/MetadataExtractorsTests_20220320_112827_SN20_L1_SR.json

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
"data"
381381
],
382382
"title": "3-Band Visual",
383+
"type": "image/tiff",
383384
"href": "data/Flood_Mozambique-product/rasters/20220320_112827_SN20_L3_SR_MS_0.tif",
384385
"eo:bands": [
385386
{

src/Stars.Data.Tests/Resources/SATELLOGIC/NEWSAT/MetadataExtractorsTests_20231030_200817_SN29_L1_SR.json

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
"data"
376376
],
377377
"title": "3-Band Visual",
378+
"type": "image/tiff",
378379
"href": "data/Landslide_Storm_Hurricane_in_Mexico_6-product/rasters/20231030_200817_SN29_L3_SR_MS_0.tif",
379380
"eo:bands": [
380381
{

0 commit comments

Comments
 (0)