Skip to content

Commit 2689a36

Browse files
committed
version 2.1
1 parent eb09e18 commit 2689a36

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

HandyWinGet/HandyWinGet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
8-
<FileVersion>2.0.0.0</FileVersion>
9-
<Version>2.0.0</Version>
7+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
8+
<FileVersion>2.1.0.0</FileVersion>
9+
<Version>2.1.0</Version>
1010
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1111
<DebugType>embedded</DebugType>
1212
<ApplicationIcon>icon.ico</ApplicationIcon>

HandyWinGet/ViewModels/PackagesViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
using System.IO;
1616
using System.IO.Compression;
1717
using System.Linq;
18-
using System.Net;
1918
using System.Text;
2019
using System.Text.Json;
2120
using System.Threading.Tasks;

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<br>
77
provides a GUI for installing apps through WinGet.
88

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

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

0 commit comments

Comments
 (0)