This is a template for creating desktop applications for C# using Avalonia.
- When creating a new git repo you can select the
nullinside-template-desktop-gui
project as your template. - Perform a rename through the application files for the following:
[ApplicationNameUpperCamelCase]
: The desired name of the application in UpperCamelCase format.[GitOwnerAndRepoName]
: The github owner and repo combination name. (Ex:nullinside-development-group/nullinside-site-monitor
)- Update the namespaces in the application using an IDE.
- Update the name of the documentation file in the project settings under Debug and Release
- Update the git repo location in the new version dialog's view model: https://github.com/nullinside-development-group/nullinside-template-desktop-gui/blob/main/src/%5BApplicationNameUpperCamelCase%5D/ViewModels/NewVersionWindowViewModel.cs#L44