Browse Source

Merge pull request #2097 from donandren/prs/defaultxmlns

add Avalonia.Layout to https://github.com/avaloniaui
pull/2103/head
Nikita Tsukanov 8 years ago
committed by GitHub
parent
commit
7dea76262b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/Avalonia.Layout/Properties/AssemblyInfo.cs

6
src/Avalonia.Layout/Properties/AssemblyInfo.cs

@ -0,0 +1,6 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using Avalonia.Metadata;
[assembly: XmlnsDefinition("https://github.com/avaloniaui", "Avalonia.Layout")]
Loading…
Cancel
Save