Skip to content

Commit

Permalink
Release v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Slion committed Aug 12, 2023
1 parent ae466ba commit bde7d11
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
11 changes: 6 additions & 5 deletions src/VirtualDesktop.WPF/VirtualDesktop.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

<PropertyGroup>
<TargetFrameworks>net6.0-windows10.0.19041.0;net5.0-windows10.0.19041.0</TargetFrameworks>
<PackageId>Slions.VirtualDesktop.WPF</PackageId>
<LangVersion>latest</LangVersion>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.0.5</Version>
<Version>5.0.8</Version>
<Product>VirtualDesktop</Product>
<Authors>Grabacr07</Authors>
<Company>grabacr.net</Company>
<Authors>Grabacr07, maciej-makowski, Slion</Authors>
<Company>slions.net</Company>
<Copyright>Copyright © 2022 Manato KAMEYA</Copyright>
<Description>C# Wrapper for the Virtual Desktop API on Windows 11 (and Windows 10).</Description>
<RepositoryUrl>https://github.com/Grabacr07/VirtualDesktop</RepositoryUrl>
<PackageProjectUrl>https://github.com/Grabacr07/VirtualDesktop</PackageProjectUrl>
<RepositoryUrl>https://github.com/Slion/VirtualDesktop</RepositoryUrl>
<PackageProjectUrl>https://github.com/Slion/VirtualDesktop</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Windows;Windows10;Windows11;Desktop;VirtualDesktop;</PackageTags>
Expand Down
11 changes: 6 additions & 5 deletions src/VirtualDesktop.WinForms/VirtualDesktop.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

<PropertyGroup>
<TargetFrameworks>net6.0-windows10.0.19041.0;net5.0-windows10.0.19041.0</TargetFrameworks>
<PackageId>Slions.VirtualDesktop.WinForms</PackageId>
<LangVersion>latest</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.0.5</Version>
<Version>5.0.8</Version>
<Product>VirtualDesktop</Product>
<Authors>Grabacr07</Authors>
<Company>grabacr.net</Company>
<Authors>Grabacr07, maciej-makowski, Slion</Authors>
<Company>slions.net</Company>
<Copyright>Copyright © 2022 Manato KAMEYA</Copyright>
<Description>C# Wrapper for the Virtual Desktop API on Windows 11 (and Windows 10).</Description>
<RepositoryUrl>https://github.com/Grabacr07/VirtualDesktop</RepositoryUrl>
<PackageProjectUrl>https://github.com/Grabacr07/VirtualDesktop</PackageProjectUrl>
<RepositoryUrl>https://github.com/Slion/VirtualDesktop</RepositoryUrl>
<PackageProjectUrl>https://github.com/Slion/VirtualDesktop</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Windows;Windows10;Windows11;Desktop;VirtualDesktop;</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions src/VirtualDesktop/VirtualDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.0.7</Version>
<Version>5.0.8</Version>
<Product>VirtualDesktop</Product>
<Authors>Grabacr07, maciej-makowski, Slion</Authors>
<Company>grabacr.net</Company>
<Company>slions.net</Company>
<Copyright>Copyright © 2022 Manato KAMEYA</Copyright>
<Description>C# Wrapper for the Virtual Desktop API on Windows 11 (and Windows 10).</Description>
<RepositoryUrl>https://github.com/Slion/VirtualDesktop</RepositoryUrl>
Expand Down

0 comments on commit bde7d11

Please sign in to comment.