Skip to content

Commit

Permalink
build(deps): bump XamlNameReferenceGenerator from 0.1.10 to 0.4.1 in …
Browse files Browse the repository at this point in the history
…/samples (#215)

* build(deps): bump XamlNameReferenceGenerator in /samples

Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator) from 0.1.10 to 0.4.1.
- [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases)
- [Commits](AvaloniaUI/Avalonia.NameGenerator@0.1.10...0.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Update SignUpView.xaml.cs

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artyom V. Gorchakov <worldbeater-dev@yandex.ru>
  • Loading branch information
dependabot[bot] and worldbeater committed Feb 21, 2021
1 parent bdcee8f commit a020588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
<PackageReference Include="Citrus.Avalonia" Version="1.4.3" />
<PackageReference Include="MessageBox.Avalonia" Version="1.0.5" />
<PackageReference Include="XamlNameReferenceGenerator" Version="0.1.10" />
<PackageReference Include="XamlNameReferenceGenerator" Version="0.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion samples/LoginApp.Avalonia/Views/SignUpView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace LoginApp.Avalonia.Views
/// A page which contains controls for signing up.
/// </summary>
/// <inheritdoc />
[GenerateTypedNameReferences]
public partial class SignUpView : ReactiveWindow<SignUpViewModel>
{
/// <summary>
Expand Down

0 comments on commit a020588

Please sign in to comment.