Skip to content

Commit

Permalink
Version 1.10.0.2310-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Sep 30, 2023
1 parent 8818deb commit b214aae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWPF>true</UseWPF>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.UiHelpers</Title>
<Version>1.9.0.2309</Version>
<Version>1.10.0.2310-rc1</Version>
<Authors>Devyus</Authors>
<Description>Useful helpers for Windows Forms and Windows Presentation Framework.</Description>
<Copyright>© 2023</Copyright>
Expand All @@ -20,8 +20,14 @@
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>- Added WindowInfo class (#139)
- Added the possibility to get a list of opened windows (#139)</PackageReleaseNotes>
<PackageReleaseNotes>- Added the possibility to close windows (#143)
- Added the possibility to maximize windows (#143)
- Added the possibility to restore windows (#143)
- Added the possibility to minimize windows (#143)
- Added XML documentation (#143)
- Added the possibility to set the position of any window (#144)
- Added SetTopMost() method (#145)
- Added GetWindowSize() method (#146)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b214aae

Please sign in to comment.