AssistantApps.NoMansSky.Info 6.1.4990

dotnet add package AssistantApps.NoMansSky.Info --version 6.1.4990
                    
NuGet\Install-Package AssistantApps.NoMansSky.Info -Version 6.1.4990
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AssistantApps.NoMansSky.Info" Version="6.1.4990" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AssistantApps.NoMansSky.Info" Version="6.1.4990" />
                    
Directory.Packages.props
<PackageReference Include="AssistantApps.NoMansSky.Info" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AssistantApps.NoMansSky.Info --version 6.1.4990
                    
#r "nuget: AssistantApps.NoMansSky.Info, 6.1.4990"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AssistantApps.NoMansSky.Info@6.1.4990
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AssistantApps.NoMansSky.Info&version=6.1.4990
                    
Install as a Cake Addin
#tool nuget:?package=AssistantApps.NoMansSky.Info&version=6.1.4990
                    
Install as a Cake Tool

AssistantApps.NoMansSky.Info

This is a package that lets you get the latest No Man's Sky datamined information from the Assistant for No Man's Sky app. It simply adds the json files that the Android, iOS, Web and Desktop apps use.

Available from: nuget.org/packages/AssistantApps.NoMansSky.Info

Versioning

This nuget package's versioning is based on the version number of the No Man's Sky game files that the data comes from and follows the following format:

GameMajorVersion - GameMinorVersion - PackageBuildNumber.

For example if the game version used was 3.89 then the nuget version will start with 3.89. The last number in the version string is the build number of the package. This the build number for the AssistantNMS organisation, so it will not be consecutive as their are a few private builds within the organisation.

WebApi usage example

On build the nuget package will place all the json and data files inside of the bin/ folder.

The AssistantNMS API makes use of this package and loads the directory using the following code:

  string codeBasePath = Assembly.GetExecutingAssembly().GetName().CodeBase;
  string binFolderPath = Path.GetDirectoryName(codeBasePath).Substring(6); // This removes the 'file:/' prefix
  string assetsFolderPath = Path.Combine(binFolderPath, "Assets");
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.4990 313 8/28/2025
5.72.4984 268 6/23/2025
5.50.4975 624 3/24/2025
5.13.4966 328 9/27/2024
5.12.0.4957 291 9/16/2024
5.1.4919 311 7/19/2024
4.71.4915 279 7/4/2024
4.70.4908 309 5/30/2024
4.60.4905 361 3/27/2024
4.47.4886 326 12/18/2023
4.45.4885 246 9/19/2023
4.43.4881 273 8/31/2023
4.40.4876 267 8/31/2023
4.30.4847 312 6/9/2023
4.23.4830 370 4/17/2023
4.8.4775 408 2/22/2023
4.8.4734 483 1/13/2023
4.1.4820 396 4/6/2023
4.1.4780 406 2/22/2023
4.1.4777 441 2/22/2023
Loading failed

Initial 1.0.0 release