Would it be possible to make this package into a NuGet package as well? It shouldn't take much work to make it work, since Umbraco just scans for assemblies with types implementing IPropertyEditorValueConverter.
At our shop we just love NuGet, and being able to see all our dependencies in package.config is way simpler than checking installed.config too!
Thanks and yes a Nuget package is the plan, we are hoping to get this package out of beta with all of the useful editors implemented in the next few weeks and I will definitely also create a Nuget version for the release.
Also Umbraco v6.2.0 contains significant refactoring of PEVCs so some code changes in this package (branch already exists) are required to take advance of the improvements. More importantly, in Umbraco v6.2.0, PEVCs work recursively!
So we will release the final version once v6.2 is released :-)
NuGet package?
First I'd like to say; Awesome work!
Would it be possible to make this package into a NuGet package as well? It shouldn't take much work to make it work, since Umbraco just scans for assemblies with types implementing IPropertyEditorValueConverter.
At our shop we just love NuGet, and being able to see all our dependencies in package.config is way simpler than checking installed.config too!
Hi Jesper,
Thanks and yes a Nuget package is the plan, we are hoping to get this package out of beta with all of the useful editors implemented in the next few weeks and I will definitely also create a Nuget version for the release.
Jeavon
Also Umbraco v6.2.0 contains significant refactoring of PEVCs so some code changes in this package (branch already exists) are required to take advance of the improvements. More importantly, in Umbraco v6.2.0, PEVCs work recursively!
So we will release the final version once v6.2 is released :-)
Awesome! Let me know if you need any help or anything, I'd be happy to chip in :)
Any news on this making it to nuget?
It's finally here! https://www.nuget.org/packages/Our.Umbraco.CoreValueConverters/
is working on a reply...