Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Fix windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-guillet committed Jul 3, 2023
1 parent 34788c7 commit 3240731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions IO.Astrodynamics/IO.Astrodynamics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>IO.Astrodynamics.Net</AssemblyName>
<Company>IO</Company>

</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions IO.Astrodynamics/IO.Astrodynamics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>IO.Astrodynamics</id>
<authors>Sylvain Guillet</authors>
<copyright>Sylvain Guillet</copyright>
<version>1.0.1</version>
<version>1.0.2</version>
<title>Astrodynamics framework</title>
<icon>images\dragonfly-dark-trans.png</icon>
<readme>docs\README.md</readme>
Expand All @@ -20,7 +20,7 @@
</metadata>
<files>
<!-- binding libraries -->
<file src="bin/Release/net6.0/IO.Astrodynamics.dll" target="lib/net6.0"/>
<file src="bin/Release/net6.0/IO.Astrodynamics.Net.dll" target="lib/net6.0"/>
<!-- native libraries -->
<file src="resources/IO.Astrodynamics.dll" target="runtimes/windows10-x64"/>
<file src="resources/IO.Astrodynamics.lib" target="runtimes/windows10-x64"/>
Expand Down

0 comments on commit 3240731

Please sign in to comment.