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 154 1/9/2024
2024.0.1-alpha-2 156 1/9/2024
2024.0.1-alpha-1 160 1/3/2024
2024.0.0 219 12/26/2023
2023.0.27 329 12/21/2023
2023.0.26 220 12/21/2023
2023.0.25 271 12/11/2023
2023.0.24 271 12/8/2023
2023.0.23 231 12/6/2023
2023.0.21 292 12/4/2023
2023.0.20 291 11/27/2023
2023.0.19 256 11/20/2023
2023.0.18 268 10/25/2023
2023.0.17 313 10/22/2023
2023.0.16 303 10/16/2023
2023.0.16-alpha-1 183 10/16/2023
2023.0.15 260 10/14/2023
2023.0.14 230 10/14/2023
2023.0.13 230 10/14/2023
2023.0.12 230 10/14/2023
2023.0.11 220 10/10/2023
2023.0.10 233 10/9/2023
2023.0.9 373 8/16/2023
2023.0.8 304 8/15/2023
2023.0.8-alpha-2 353 5/31/2023
2023.0.7 322 5/12/2023
2023.0.6 370 5/10/2023
2023.0.5 340 5/7/2023
2023.0.4 381 4/22/2023
2023.0.3 408 4/19/2023
2023.0.2 397 4/6/2023
2023.0.1 504 3/13/2023
2022.11.0 876 11/21/2022
2021.8.1 2,978 8/1/2021
2021.7.6 416 7/31/2021
2021.7.3 367 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