Skip to content

Commit

Permalink
Merge branch 'release/0.9.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Jun 23, 2021
2 parents 4d8cca7 + 292dd83 commit a4806ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>netcoreapp3.1;net5.0</TargetFrameworks>
<Version>0.9.9</Version>
<Version>0.9.10</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<AssemblyName>Stars</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Interface/Terradue.Stars.Interface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.9" />
<PackageReference Include="DotNetStac" Version="1.0.0.1" />
<PackageReference Include="DotNetStac" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<!-- <ProjectReference Include="../../../../sugar/DotNetStac/src/DotNetStac/DotNetStac.csproj" /> -->
Expand Down
4 changes: 2 additions & 2 deletions 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.1</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>0.9.9</Version>
<Version>0.9.10</Version>
<!-- <VersionSuffix>beta.1</VersionSuffix> -->
<AssemblyName>Terradue.Stars.Services</AssemblyName>
<PackageId>Terradue.Stars</PackageId>
Expand All @@ -26,7 +26,7 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.9" />
<PackageReference Include="Terradue.ServiceModel.Syndication" Version="1.1.1" />
<PackageReference Include="Terradue.ServiceModel.Ogc" Version="2.2.0" />
<PackageReference Include="DotNetStac" Version="1.0.0.1" />
<PackageReference Include="DotNetStac" Version="1.1.0" />
<PackageReference Include="Html2Markdown" Version="3.3.1.407" />
<PackageReference Include="Terradue.Metadata.EarthObservation" Version="1.6.7" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
Expand Down

0 comments on commit a4806ee

Please sign in to comment.