Skip to content

Commit

Permalink
Merge pull request #16 from SuessLabs/feature/Cleanup
Browse files Browse the repository at this point in the history
Add basic app sample and cleanup
  • Loading branch information
DamianSuess authored Aug 11, 2024
2 parents aec68cd + 2d007d0 commit 8625cec
Show file tree
Hide file tree
Showing 71 changed files with 943 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2022 Xeno Innovations, Inc.
# Copyright 2024 Xeno Innovations, Inc.
# https://github.com/xenoinc/CodeDevOps
# Revision: 6.3
#
# This EditorConfig file provides consistent coding styles and formatting
# structures for your team's projects while preserving your personal defaults.
#
# Revision Log
# 6.3 2024-12-16 - Reduced warnings, ignore generated XAML bullshit, added SVG
# 6.3 2023-12-16 - Reduced warnings, ignore generated XAML bullshit, added SVG
# 6.2 2023-xx-xx - Upgraded vsspell_code_analyzer into EditorConfig
# 6.1 2022-01-21 - Updated rules to include StyleCopAnalyzers. Added Static ReadOnly PascalCase from _camelCase.
# 6.0 2022-01-10 - Included defaults from Microsoft to override custom settings
Expand Down
2 changes: 1 addition & 1 deletion Prism.Avalonia.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>9.0.401</PackageVersion>
<PackageVersion>8.1.97.11000</PackageVersion>
<PackageId>Prism.Avalonia.Templates</PackageId>
<Title>Prism.Avalonia Templates</Title>
<authors>Damian Suess</authors>
Expand Down
3 changes: 3 additions & 0 deletions install-and-test.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reinstall templates and run tests
./install-dev-templates.ps1
./tests/build-test.ps1
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Run from a command line:
dotnet new install Prism.Avalonia.Templates
```

The templates are now be available in `dotnet new list`:

```
Template Name Short Name Language Tags
----------------------------------- -------------------------- -------- -----------------------------------------------------
Prism.Avalonia .NET MVVM App prism.avalonia.app [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
Prism.Avalonia .NET MVVM App Sample prism.avalonia.app.sample [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
Prism.Avalonia .NET MVVM Dialog App prism.avalonia.app.dialog [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
Prism Avalonia Event prism.avalonia.event [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
Prism Avalonia UserControl prism.avalonia.usercontrol [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
Prism Avalonia Window prism.avalonia.window [C#] Desktop/Xaml/Axaml/Avalonia/Prism/Windows/Linux/macOS
```

## Contributing

* [Contributing](.github/Contributing.md)
Expand Down

This file was deleted.

Loading

0 comments on commit 8625cec

Please sign in to comment.