Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Apr 17, 2022
1 parent 74b9de2 commit 0b72d9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Authors>Morten Nielsen - https://xaml.dev</Authors>
<Company>Morten Nielsen - https://xaml.dev</Company>
<PackageIcon>logo.png</PackageIcon>
<Version>1.2.1</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<ItemGroup Condition="'$(PackageId)'!=''">
Expand Down
5 changes: 5 additions & 0 deletions src/WinUIEx/WinUIEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
- Improved handling of DPI changes to maintain window size across multiple monitors.
- Fix crash on Windows 10.
- Window sizes are now all in device independent units for easier high-dpi handling.
</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Label="PackageInfo">
Expand Down

0 comments on commit 0b72d9e

Please sign in to comment.