Skip to content

Releases: AvaloniaUI/avalonia-dotnet-templates

0.10.18

29 Aug 10:19
140d605
Compare
Choose a tag to compare

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

16 Jun 09:27
1bb0599
Compare
Choose a tag to compare
  • All templates now target Avalonia 0.10.14
  • "Using" directives were cleaned up.

0.10.13

15 Mar 10:07
15ef231
Compare
Choose a tag to compare
  • All templates now target Avalonia 0.10.13
  • Added IOS and Andoid targets to xplat template (preview).

0.10.12.1

14 Feb 09:19
1a21147
Compare
Choose a tag to compare
  • 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

31 Jan 18:40
08a4289
Compare
Choose a tag to compare
  • 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).

0.10.11.1

03 Jan 12:59
964a10a
Compare
Choose a tag to compare
  • Added a new xplat template where you may test Avalonia with WASM (preview).
  • All templates now target Avalonia 0.10.11