You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,5 @@ This is a template for creating desktop applications for C# using Avalonia.
9
9
1. `[ApplicationNameUpperCamelCase]`: The desired name of the application in UpperCamelCase format.
10
10
2. `[GitOwnerAndRepoName]`: The github owner and repo combination name. (Ex: `nullinside-development-group/nullinside-site-monitor`)
11
11
3. Update the namespaces in the application using an IDE.
12
-
4. Update the name of the documentation file in the project settings under Debug and Release
12
+
4. Update the name of the documentation file in the project settings under Debug and Release
13
+
5. 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
0 commit comments