umbraco-doc-type-grid-editor
umbraco-doc-type-grid-editor copied to clipboard
Upgrade to Umbraco 11
Hi!
I know that the package is deprecated but we have a client who needs to run DTGE on v11. I make a custom build using dotnet pack which "just works" so I figured I'll share the code but I don't expect this to be released.
Cheers!
I'm intrigued to know if this likely to be merged? I am guessing that given it's not been merged since 20th Feb, perhaps not?
We also have projects with clients that need to upgrade to 11 and have heavily relied on DTGE.
@enkelmedia, did you end up publishing a private package to resolve or are you still waiting on this? Thanks :)
Hi!
Don't think it was ever merged, I basically just ran dotnet pack --configuration Release and saved the package on a local store that we reuse. Looking at the details of the commit I suspect it might even be possible to have the V11-solution depend on the V10-package - I haven't tried that but it might work.
@bradleyisfluent @enkelmedia did you try just installing the v10 version in 11? I don't see why it shouldn't work.