DotNetBrightener.DataTransferObjectUtility 2021.8.1

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

// Install DotNetBrightener.DataTransferObjectUtility as a Cake Tool
#tool nuget:?package=DotNetBrightener.DataTransferObjectUtility&version=2021.8.1

A library that provides APIs to convert back and forth from entities to Data Transfer Objects (DTOs)

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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
2024.0.1-alpha-3 151 1/9/2024
2024.0.1-alpha-2 155 1/9/2024
2024.0.1-alpha-1 159 1/3/2024
2024.0.0 214 12/26/2023
2023.0.27 326 12/21/2023
2023.0.26 219 12/21/2023
2023.0.25 270 12/11/2023
2023.0.24 270 12/8/2023
2023.0.23 230 12/6/2023
2023.0.21 290 12/4/2023
2023.0.20 286 11/27/2023
2023.0.19 255 11/20/2023
2023.0.18 266 10/25/2023
2023.0.17 311 10/22/2023
2023.0.16 302 10/16/2023
2023.0.16-alpha-1 181 10/16/2023
2023.0.15 259 10/14/2023
2023.0.14 229 10/14/2023
2023.0.13 229 10/14/2023
2023.0.12 229 10/14/2023
2023.0.11 219 10/10/2023
2023.0.10 232 10/9/2023
2023.0.9 352 8/16/2023
2023.0.8 303 8/15/2023
2023.0.8-alpha-2 351 5/31/2023
2023.0.7 320 5/12/2023
2023.0.6 363 5/10/2023
2023.0.5 339 5/7/2023
2023.0.4 379 4/22/2023
2023.0.3 407 4/19/2023
2023.0.2 396 4/6/2023
2023.0.1 499 3/13/2023
2022.11.0 873 11/21/2022
2021.8.1 2,972 8/1/2021
2021.7.6 414 7/31/2021
2021.7.3 365 7/23/2021

* v2021.8.1:
- Properties declared as virtual will not be updated
- Properties that are declared to be read-only will not be updated