Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Releases: DaveGreasley/ConcreteContentTypes

0.1.0.35

29 Sep 01:28
Compare
Choose a tag to compare
Updating appveyor.yml to not build tag releases

0.1.0.23

23 Aug 03:28
Compare
Choose a tag to compare
Fixed bug in MultipleMediaPickerPropertyCSharpWriter

0.1.0.8

22 Aug 08:28
Compare
Choose a tag to compare

Added support for resolving types using PropertyValueConverters. Now supports any third party packages that provide their own PropertyValueConverter.

Added in built support for AngularGoogleMaps and RJP.MultiUrlPicker.


This is still a 0.1 version so things can change quite quickly. I am now using this in production projects though so I consider it fairly stable.

0.1.0.14

22 Aug 19:53
Compare
Choose a tag to compare

Split the nuget package into 2:

  • ConcreteContentTypes: This now just contains the config file and a dependency on the core package
  • ConcreteContentTypes.Core: This just contains the core dll

This way users can install the core package into additional projects to get the reference to the core dll without having to add the configuration file which is only needed in the website project.


This is still a 0.1 version so things can change quite quickly. I am now using this in production projects though so I consider it fairly stable.

0.1.0.5

07 Aug 14:05
Compare
Choose a tag to compare
0.1.0.5 Pre-release
Pre-release

Fixes issue with ConcreteViewPage where it was always creating a new concrete object as the model even if a model had been passed in from a Controller. Now will keep an existing model if passed through as a ConcreteRenderModel<>

0.1.0.2

05 Aug 14:11
Compare
Choose a tag to compare
0.1.0.2 Pre-release
Pre-release

This is the first (and still experimental) release of Concrete.