umbraco / Package.Templates

MIT License
15 stars 10 forks source link

Draft v10 package template #68

Open Rockerby opened 2 years ago

Rockerby commented 2 years ago

Here's an initial take on a v10 package template using a similar setup as we did for the v8.

There's still work to do around testing with nuget outputs and including C# code but this is a good start.

umbrabot commented 1 year ago

Hi there @Rockerby!

First of all: A big #H5YR for making an Umbraco related contribution during Hacktoberfest! We are very thankful for the huge amount of PRs submitted, and all the amazing work you've been doing 🥇

Due to the amazing work you and others in the community have been doing, we've had a bit of a hard time keeping up. 😅 While all of the PRs for Hacktoberfest might not have been merged yet, you still qualify for receiving some Umbraco swag, congratulations! 🎉

In the spirit of Hacktoberfest we've prepared some exclusive Umbraco swag for all our contributors - including you!

As an alternative choice this year, you can opt-out of receiving anything and ask us to help improve the planet instead by planting a tree on your behalf. 🌳

Receive your swag or plant a tree! 👈 Please follow this link to fill out and submit the form, before December 18th, 2022, 09:00 AM UTC.

Following this date we'll be sending out all the swag, but please note that it might not reach your doorstep for a few months, so please bear with us and be patient 🙏

The only thing left to say is thank you so much for participating in Hacktoberfest! We really appreciate the help!

Kind regards, The various Umbraco teams.

KevinJump commented 1 year ago

Hi couple of changes, not sure - can just add them to the branch?

. template.json for Package2 needs its default ids updating.

e.g

  "sourceName": "UmbracoPackage.1",
  "defaultName": "UmbracoPackage1",

become

  "sourceName": "UmbracoPackage.2",
  "defaultName": "UmbracoPackage2",