Jumoo / Our.Umbraco.MaintenanceMode

Put Umbraco Into Maintenance Mode - While you do things
15 stars 9 forks source link

Add Nuspec #40

Closed deenairn closed 1 year ago

deenairn commented 1 year ago

Add nuspec file based on contents of SDK style format. Did a quick experiment with SDK style project, but this turned out to be much easier to ensure it worked as expected, given it's .NET Framework it's probably better as it will ensure the package still works. Tested locally on our project and it also works with the Pascal Casing, which is great :).

Fixes #34

Attempted to use nuget variables where possible so these can be edited in one place (AssemlyInfo.cs). Copied files relevant to packaging from the v10 branch (icons, readme.md). Had to change titles to AssemblyTitle, AssemblyProduct and ID to ensure they match the other packages in the series, as I assume publishing on nuget.org needs these to be consistent (but not certain of this).

deenairn commented 1 year ago

Hi @KevinJump

Hope you had a good Easter weekend. Do you have any feedback on the submitted PR for the nuget package?

Cheers, Donald