NasaDto 1.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NasaDto --version 1.7.1
                    
NuGet\Install-Package NasaDto -Version 1.7.1
                    
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="NasaDto" Version="1.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NasaDto" Version="1.7.1" />
                    
Directory.Packages.props
<PackageReference Include="NasaDto" />
                    
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 NasaDto --version 1.7.1
                    
#r "nuget: NasaDto, 1.7.1"
                    
#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.
#addin nuget:?package=NasaDto&version=1.7.1
                    
Install as a Cake Addin
#tool nuget:?package=NasaDto&version=1.7.1
                    
Install as a Cake Tool

NasaDto

Overview

NasaDto is a package that defines a set of Data Transfer Objects (DTOs) for use between clients and the Nasa API. These objects facilitate structured data transportation between APIs and consuming applications.

Features

  • Provides a standardized set of DTOs for API communication.
  • Ensures consistency across client applications interacting with the Nasa API.
  • Updated to target .NET Standard 2.1 for improved compatibility and performance.

Installation

This package is available via the internal NuGet feed. "\devdrive\NugetLocalSource" (builds to J Drive)

Usage

Simply reference the package in your project and import the required DTOs:

using NasaDto.Models;

var dto = new ExampleDto {
    Id = 1,
    Name = "Sample Data"
};

## Dependencies
This package references:
- `Microsoft.AspNetCore.Mvc` **v2.2.0** (now referenced via project file instead of NuGet).

## Changelog
### **v1.7.00**
- **Updated**: Target framework changed from `.NET Standard 2.0` → `.NET Standard 2.1`.
- **Updated**: `Microsoft.AspNetCore.Mvc` is now referenced via project instead of NuGet.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.7.3 12 6/23/2025
1.7.2 180 6/3/2025
1.7.1 131 6/3/2025
1.6.85 71 5/30/2025
1.6.84 202 2/13/2025
1.6.83 112 1/28/2025
1.6.82 175 12/23/2024
1.6.81 165 10/21/2024
1.6.80 158 8/29/2024
1.6.79 160 6/3/2024
1.6.78 236 4/10/2024
1.6.77 306 2/8/2024
1.6.76 680 8/23/2023
1.6.75 439 8/21/2023
1.6.74 515 7/19/2023
1.6.73 495 7/19/2023
1.6.72 498 7/19/2023
1.6.71 488 5/31/2023
1.6.70 1,274 2/22/2023
1.6.69 662 2/20/2023
1.6.68 603 2/20/2023
1.6.67 581 2/16/2023
1.6.66 949 1/6/2023
1.6.65 706 1/6/2023
1.6.64 818 12/28/2022
1.6.63 673 12/23/2022
1.6.62 643 12/22/2022
1.6.61 659 12/22/2022
1.6.60 791 11/23/2022
1.6.59 683 11/23/2022
1.6.58 679 11/22/2022
1.6.57 660 11/21/2022
1.6.56 670 11/21/2022
1.6.53 799 10/25/2022
1.6.52 838 10/12/2022
1.6.51 767 10/12/2022
1.6.50 835 9/29/2022
1.6.49 860 9/26/2022
1.6.48 786 9/26/2022
1.6.47 768 9/22/2022
1.6.46 827 9/22/2022
1.6.45 857 9/16/2022
1.6.44 799 9/16/2022
1.6.43 935 8/22/2022
1.6.42 796 8/18/2022
1.6.41 899 8/11/2022
1.6.40 913 8/5/2022
1.6.39 976 8/3/2022
1.6.38 841 7/27/2022
1.6.37 866 7/22/2022
1.6.36 775 7/19/2022
1.6.35 955 6/30/2022
1.6.34 969 6/24/2022
1.6.33 928 6/22/2022
1.6.32 860 6/14/2022
1.6.31 810 6/13/2022
1.6.30 979 5/10/2022
1.6.29 835 5/9/2022
1.6.28 873 4/29/2022
1.6.27 805 4/29/2022
1.6.26 1,218 3/31/2022
1.6.25 844 3/24/2022
1.6.24 873 3/24/2022
1.6.23 930 3/18/2022
1.6.20 1,106 2/9/2022