Neon.ModelGenerator 4.0.7

dotnet add package Neon.ModelGenerator --version 4.0.7
NuGet\Install-Package Neon.ModelGenerator -Version 4.0.7
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="Neon.ModelGenerator" Version="4.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neon.ModelGenerator --version 4.0.7
#r "nuget: Neon.ModelGenerator, 4.0.7"
#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 Neon.ModelGenerator as a Cake Addin
#addin nuget:?package=Neon.ModelGenerator&version=4.0.7

// Install Neon.ModelGenerator as a Cake Tool
#tool nuget:?package=Neon.ModelGenerator&version=4.0.7

Neon.ModelGenerator

Extends the Neon.ModelGen library by encapsulating the neon-model client application in the nuget package. This is deployed as a cross-platform DLL which can be executed by your project build targets, as required.

Most projects will want to reference Neon.ModelGenerator rather than Neon.ModelGen because the latter includes just the modelgen library which cannot be executed directly by build targets.

Maintainer Notes

This project includes a pre-build target that copies the binary files from the $/Tools/neon-model/bin/CONFIGURATION/netcoreapp3.1/ directory to the Neon.ModelGenerator/neon-model build project folder before Neon.ModelGenerator builds so we can include these binaries in the nuget package.

NOTE: We don't copy the localization assemblies because we don't need them and also to save space and we've also added rules to .gitignore so these files won't be commited to GitHub.

This means that you'll need to manually include all of these binaries into the project, setting:

  • Build Action: Content
  • Copy to Output Directory: Copy if newer

for each of these binaries after building Neon.ModelGenerator for the first time. You'll also need to manual edit Neon.ModelGenerator.cs to add <PackageCopyToOutput>true</PackageCopyToOutput> to each of these files (so they'll be included in the nuget package) like:

<Content Include="neon-model\Humanizer.dll">
    <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    <PackageCopyToOutput>true</PackageCopyToOutput>
</Content>

The *neon-model tool may add and/or remove binary files in the future. This should happen rarely but if it does, you'll need to:

  1. Remove all of these binary files from $/neon-model
  2. Build the project to copy the new files
  3. Configure the files as content as described above
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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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
4.0.7 368 3/22/2024
4.0.6 600 3/19/2024
4.0.5 537 3/17/2024
4.0.4 306 2/24/2024
4.0.4-rc.12 277 2/24/2024
4.0.4-rc.11 128 2/23/2024
4.0.4-rc.10 223 2/22/2024
4.0.4-rc.8 213 2/21/2024
4.0.4-rc.7 221 2/21/2024
4.0.4-rc.6 272 2/21/2024
4.0.4-rc.5 273 2/21/2024
4.0.4-rc.4 217 2/21/2024
4.0.4-rc.2 100 2/20/2024
4.0.4-rc.1 72 2/16/2024
4.0.3 160 2/15/2024
4.0.3-rc.2 74 2/15/2024
4.0.3-rc.1 70 2/15/2024
4.0.2 68 2/15/2024
4.0.1 294 2/14/2024
4.0.0 471 2/8/2024
4.0.0-rc.17 103 2/7/2024
4.0.0-rc.16 78 2/3/2024
4.0.0-rc.15 104 2/2/2024
4.0.0-rc.14 87 1/24/2024
4.0.0-rc.13 42 1/24/2024
4.0.0-rc.12 46 1/24/2024
4.0.0-rc.11 79 1/24/2024
4.0.0-rc.10 104 1/24/2024
4.0.0-rc.8 77 1/23/2024
4.0.0-rc.7 267 1/11/2024
4.0.0-rc.6 275 1/11/2024
4.0.0-rc.5 245 1/10/2024
4.0.0-rc.4 218 1/10/2024
4.0.0-rc.3 568 12/12/2023
4.0.0-rc.2 253 12/12/2023
4.0.0-rc.1 530 12/9/2023
3.1.4 1,490 10/17/2023
3.1.3 858 10/13/2023
3.1.2 754 10/13/2023
3.1.0 1,309 8/2/2023
3.0.2 1,099 4/17/2023
3.0.1 1,288 4/14/2023
3.0.1-preview0 1,043 4/14/2023
3.0.0 1,165 3/22/2023
3.0.0-preview1 704 3/22/2023
3.0.0-preview0 1,112 3/8/2023
2.19.0 1,537 8/30/2022
2.18.2 1,103 11/3/2021
2.18.1 976 11/3/2021
2.15.0 1,026 6/7/2021
2.14.0 1,042 4/2/2021
2.13.0 1,048 3/30/2021
2.12.0 1,150 3/15/2021
2.11.1 1,316 3/5/2021
2.11.0 1,231 3/5/2021