Skip to content

Commit

Permalink
version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Jan 5, 2021
1 parent eb09e18 commit 2689a36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions HandyWinGet/HandyWinGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>2.1.0</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<DebugType>embedded</DebugType>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down
1 change: 0 additions & 1 deletion HandyWinGet/ViewModels/PackagesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<br>
provides a GUI for installing apps through WinGet.

- Uninstall Installed Packages
- Install Multiple Packages
- Export PowerShell Script
- Install Packages via Terminal or Other Options
- No need for winget cli
- No need for Windows 10 (Older versions of Windows are supported (If .NET 5 is supported on Windows, HandyWinget is also supported)
- Support Internal Downloader and Winget-cli
Expand All @@ -14,11 +18,10 @@ provides a GUI for installing apps through WinGet.
- Redesigned user interface
- Ability to install different versions
- Ability to recognize Installed Packages (Internal Method and WingetCli Method Supported)
- Faster than Version 1
- Fast
- Powered by .NET 5
- Create Package
- Light/Dark Theme
- New Navigation Menu
- Prism MVVM

## Installing and running HandyWinGet
Expand All @@ -31,4 +34,6 @@ To install HandyWinGet, run the following command from the command line / PowerS
![HandyWinGet](ScreenShot/3.png)
![HandyWinGet](ScreenShot/4.png)
![HandyWinGet](ScreenShot/5.png)
![HandyWinGet](https://user-images.githubusercontent.com/9213496/103655377-62f9a900-4f7c-11eb-9356-9cd65af74725.png)


0 comments on commit 2689a36

Please sign in to comment.