Releases: AvaloniaUI/avalonia-dotnet-templates
Releases · AvaloniaUI/avalonia-dotnet-templates
0.10.18
What's Changed
- Fix CI and disable rollforward for xplat template by @Takoooooo in #99
- Update to 0.10.18 and 11.0.0-preview1 by @danwalmsley in #98
- Add Directory.Build.props, global.json, nuget.config as solution items for xplat template by @Takoooooo in #100
- Remove the nuget.config from xplat template by @Takoooooo in #101
Full Changelog: 0.10.14...0.10.18
0.10.14
0.10.13
0.10.12.1
- NameGenerator previously wasn't used correctly, we have left InitializeComponent method declaration which caused generated InitializeComponent method to be not called and NRE was thrown when accessing generated fields because they are being initialized when you call generated InitializeComponent method.
0.10.12
- Every template now targets .net6.0.
- Every template now contains some "helpers" that would be useful for general-purpose development e.g trimming, publishing etc.
- Every template now references NameGenerator that generates strongly-typed references to controls with x:Name (or just Name).