Nukepayload2.UI.WPFBorderlessWindow by Nukepayload2

<PackageReference Include="Nukepayload2.UI.WPFBorderlessWindow" Version="1.1.0" />

 Nukepayload2.UI.WPFBorderlessWindow 1.1.0

Provides a borderless, acrylic background and Per-Monitor DPI Awarded WPF Window. Use BorderlessWindow instead of Window. Enable Per-Monitor DPI Awareness by setting DpiAwareness. Enable Acrylic background via the WindowCompositionProperties extension property. Fallback on legacy Windows such as Windows 7 sp1

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Nukepayload2.UI.WPFBorderlessWindow</id>
    <version>1.1.0</version>
    <title>Nukepayload2.UI.WPFBorderlessWindow</title>
    <authors>Nukepayload2</authors>
    <owners>Nukepayload2</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Nukepayload2/WPF_Borderless_Window/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Nukepayload2/WPF_Borderless_Window</projectUrl>
    <description>Provides a borderless, acrylic background and Per-Monitor DPI Awarded WPF Window. 
Use BorderlessWindow instead of Window. 
Enable Per-Monitor DPI Awareness by setting DpiAwareness. 
Enable Acrylic background via the WindowCompositionProperties extension property.
Fallback on legacy Windows such as Windows 7 sp1</description>
    <summary>WPF Borderless and Per-Monitor Awared Window.</summary>
    <releaseNotes>Fixed a bug for multiple display scenario.</releaseNotes>
    <copyright>Copyright 2014-2019 Nukepayload2</copyright>
    <language></language>
    <tags>WPF DPI Awareness</tags>
  </metadata>
</package>