Skip to content

Releases: modelsbuilder/ModelsBuilder.Original

3.1.0

24 Apr 15:18
Compare
Choose a tag to compare

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

07 Mar 13:54
Compare
Choose a tag to compare

Release 3.0.10 VSIX

3.0.7

10 Apr 04:43
Compare
Choose a tag to compare

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

14 Mar 11:23
Compare
Choose a tag to compare

Bugfixing release

NuGet packages are on NuGet (pre-release), VSIX extension is here on GitHub.

Upgrade?

Only if you have been impacted by some issues and need a fix now. The final 3.0.1 ships with Umbraco 7.4.2.

3.0.1-rc1

02 Mar 15:38
Compare
Choose a tag to compare
3.0.1-rc1 Pre-release
Pre-release

Bugfixing release - RC.

NuGet packages are on NuGet (pre-release), VSIX extension is here on GitHub.

Upgrade?

Only if you have been impacted by some issues and need a fix now. The final 3.0.1 will ship with Umbraco.

3.0.0

16 Feb 11:53
Compare
Choose a tag to compare

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

23 Sep 15:15
Compare
Choose a tag to compare

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:

  • The NuGet packages on NuGet (link and link)
  • The Umbraco package on Our (link)
  • The Visual Studio extension on the Gallery (link) (use 2.1.4)
  • The Console App here on GitHub. (use 2.1.4)

2.1.4

21 Sep 09:04
Compare
Choose a tag to compare

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:

  • 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.

2.1.3

21 Jul 11:59
Compare
Choose a tag to compare

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

14 Jul 12:09
Compare
Choose a tag to compare

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.