Umbraco 10 - Razor Class Library Package...
# package-development
d
RCL Question Are @Kevin Jump 's article steps the same in V14 - is there anything that should be done diferently? https://dev.to/kevinjump/umbraco-10-razor-class-library-packages-pt1-3nfa
k
very similar, if you are doing a package you want to look at https://dev.to/kevinjump/early-adoptors-guide-to-umbraco-v14-package-structure-3i67
and their is a template https://dev.to/kevinjump/early-adopters-umbraco-package-template-fbh that will generate the whole structure for you - even if you don't use it its good if you just want to look and see how
d
Ahh perfect! I had been planning on looking at RCL's for a long time and watching @Sebastiaan's Bellisma Umbracollab it made sense for any new packages.