Skip to content

Commit 084ff92

Browse files
Bump version to 9.0.5 and include io-only-dark-trans.png in package content
1 parent e7dc245 commit 084ff92

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

IO.Astrodynamics.Net/IO.Astrodynamics.CLI/IO.Astrodynamics.CLI.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<FileVersion>0.0.1</FileVersion>
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>astro</ToolCommandName>
12-
<Version>0.9.0.4</Version>
12+
<Version>0.9.0.5</Version>
1313
<Title>Astrodynamics command line interface</Title>
1414
<Authors>Sylvain Guillet</Authors>
1515
<Description>This CLI allows end user to exploit IO.Astrodynamics framework </Description>
@@ -31,7 +31,9 @@
3131
<ItemGroup>
3232
<None Remove="Data\EGM2008_to100_TideFree.txt" />
3333
<EmbeddedResource Include="Data\EGM2008_to100_TideFree.txt" />
34-
<None Update="io-only-dark-trans.png">
34+
<None Include="io-only-dark-trans.png">
35+
<Pack>True</Pack>
36+
<PackagePath></PackagePath>
3537
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3638
</None>
3739
</ItemGroup>

IO.Astrodynamics.Net/IO.Astrodynamics/IO.Astrodynamics.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- NuGet package metadata (replaces IO.Astrodynamics.nuspec) -->
1414
<PackageId>IO.Astrodynamics</PackageId>
15-
<Version>9.0.4</Version>
15+
<Version>9.0.5</Version>
1616
<Authors>Sylvain Guillet</Authors>
1717
<Copyright>Sylvain Guillet</Copyright>
1818
<Title>IO Astrodynamics framework</Title>
@@ -35,7 +35,9 @@
3535

3636
<ItemGroup>
3737
<None Remove="resources\libIO.SDK.so" />
38-
<None Update="resources\io-only-dark-trans.png">
38+
<None Include="resources\io-only-dark-trans.png">
39+
<Pack>True</Pack>
40+
<PackagePath>resources\</PackagePath>
3941
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4042
</None>
4143
</ItemGroup>

0 commit comments

Comments
 (0)