Releases: modelsbuilder/ModelsBuilder.Original
3.1.0
Release 3.1.0 - this is 3.0.x updated to use Roslyn 2.10, thus bringing full C# 7.3 support for Umbraco 7.
However
Running Roslyn 2.10 with .NET Framework prior to 4.7.2 (the one we use for v8) is particularly painful. You will have to update some binding redirects in your web.config
file for it to work, and which binding redirects... depend on each situation, so we cannot provide an easy upgrade path. And it might not work at all. And we cannot support it.
This version will not be uploaded to NuGet, to prevent people from auto-upgrading by accident.
Upgrade if you understand the risks.
3.0.10
3.0.7
Patch release fixing 2 issues:
https://github.com/zpqrtbnk/Zbu.ModelsBuilder/milestone/15?closed=1
Install/upgrade via nuget:
Install-Package Umbraco.ModelsBuilder
Update-Package Umbraco.ModelsBuilder
3.0.1
3.0.1-rc1
3.0.0
Release 3.0.0 - Zbu.ModelsBuilder becomes Umbraco.ModelsBuilder
Changes
All namespaces have changed from Zbu.ModelsBuilder to Umbraco.ModelsBuilder. Same for configuration keys. Configuration options have been modified, and will be documented soon. Other than that, models and models generation do work exactly the same.
Upgrade
One cannot "upgrade" from previous versions to 3.0.0 as this version replaces everything. In order to "migrate" from Zbu.ModelsBuilder (v2) to Umbraco.ModelsBuilder (v3) one need to uninstall the older version entirely and re-install the new version.
Models need to be re-generated. All namespaces have changed, so custom code must be updated accordingly.
Distribution
Starting with version 7.4.0, Umbraco ships with Umbraco.ModelsBuilder. However, Umbraco.ModelsBuilder is also available as a package on NuGet. It is the only package you need (vs. the two packages that were required for v2).
In order to use the Visual Studio extension, or the console application, one must also install the Umbraco.ModelsBuilder.Api package from NuGet, and the extension itself from the Visual Studio Gallery.
The console application is provided as a code sample in ModelsBuilder source code.
2.1.5
Releasing 2.1.5 fixing issues (see milestone details).
Upgrade
You want to upgrade what's running on the website. Anything else (VSIX, Console) does not need to be upgraded.
Distribution
You can find:
2.1.4
Releasing 2.1.4 fixing issues, and improving a few things (see milestone details).
Upgrade
You want to upgrade what's running on the website, and the VSIX extension.
Distribution
You can find:
2.1.3
Releasing 2.1.3 fixing issues, improving things (see milestone details), and upgrading to Roslyn 1.0 release.
Upgrade
You want to upgrade what's running on the website, and the VSIX extension.
Distribution
You can find:
- The NuGet packages on NuGet (link and link)
- The Umbraco package on Our (link)
- The Visual Studio extension on the Gallery (link)
- The Console App here on GitHub.
Note: because Roslyn is out of "pre-release" and version 1.0 has been officially released, we do not depend on "pre-release" packages, and so this is the first "release" version of ModelsBuilder. Woot!
2.1.3 beta9
Fixing issues (see milestone details)
Disclaimer
THIS IS A BETA RELEASE - ANYTHING CAN HAPPEN
Upgrade
You want to upgrade everything.
Distribution
As it is a beta, get the following items here:
- The NuGet packages
- The Visual Studio extension
The Umbraco package and Console app are not available for this beta release.