Autoupdater.NET.Official
1.4.1
Advisory: https://github.com/advisories/GHSA-75p2-hgw4-g7f7 | Severity: critical |
See the version list below for details.
dotnet add package Autoupdater.NET.Official --version 1.4.1
NuGet\Install-Package Autoupdater.NET.Official -Version 1.4.1
<PackageReference Include="Autoupdater.NET.Official" Version="1.4.1" />
paket add Autoupdater.NET.Official --version 1.4.1
#r "nuget: Autoupdater.NET.Official, 1.4.1"
// Install Autoupdater.NET.Official as a Cake Addin #addin nuget:?package=Autoupdater.NET.Official&version=1.4.1 // Install Autoupdater.NET.Official as a Cake Tool #tool nuget:?package=Autoupdater.NET.Official&version=1.4.1
AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Autoupdater.NET.Official:
Package | Downloads |
---|---|
BlazorWpf.SharedWpf
BlazorWpf |
|
AutoUpdate2
AutoUpdate2 |
|
Updater.Detmach
Oluşturduğunuz Programlar İçin Otomatik Güncelleme Özelliğini Kullanabileceksiniz. |
|
BlazorWpf.Shared.Wpf
BlazorWpf框架的Wpf库 |
|
AutoUpdaterWpf
Package Description |
GitHub repositories (43)
Showing the top 5 popular GitHub repositories that depend on Autoupdater.NET.Official:
Repository | Stars |
---|---|
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
|
|
lay295/TwitchDownloader
Twitch VOD/Clip Downloader - Chat Download/Render/Replay
|
|
workspacer/workspacer
a tiling window manager for Windows
|
|
4sval/FModel
Unreal Engine Archives Explorer
|
|
Ruben2776/PicView
Fast, free and customizable image viewer for Windows 10 and 11.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.9.2 | 13,076 | 8/2/2024 | |
1.9.1 | 7,634 | 6/18/2024 | |
1.9.0 | 3,626 | 6/8/2024 | |
1.8.6 | 5,361 | 5/11/2024 | |
1.8.5 | 21,692 | 2/19/2024 | |
1.8.4 | 46,416 | 8/20/2023 | |
1.8.3 | 21,874 | 6/12/2023 | |
1.8.2 | 5,860 | 5/17/2023 | |
1.8.1 | 5,233 | 5/1/2023 | |
1.8.0 | 5,798 | 4/19/2023 | |
1.7.7 | 9,569 | 3/3/2023 | |
1.7.6 | 34,407 | 11/1/2022 | |
1.7.5 | 15,838 | 8/25/2022 | |
1.7.4 | 11,149 | 7/14/2022 | |
1.7.3 | 7,902 | 6/13/2022 | |
1.7.2 | 4,564 | 6/6/2022 | |
1.7.1 | 3,726 | 6/1/2022 | |
1.7.0 | 132,758 | 7/17/2021 | |
1.6.4 | 56,421 | 11/5/2020 | |
1.6.3 | 25,384 | 9/15/2020 | |
1.6.2 | 3,804 | 8/28/2020 | |
1.6.1 | 2,034 | 8/28/2020 | |
1.6.0 | 23,372 | 4/7/2020 | |
1.5.8 | 28,993 | 11/1/2019 | |
1.5.7 | 12,483 | 9/10/2019 | |
1.5.6 | 9,931 | 8/21/2019 | |
1.5.5 | 5,921 | 8/10/2019 | |
1.5.4 | 7,226 | 7/19/2019 | |
1.5.3 | 8,504 | 6/7/2019 | |
1.5.2 | 3,013 | 5/29/2019 | |
1.5.1 | 43,353 | 3/6/2019 | |
1.5.0 | 5,957 | 1/26/2019 | |
1.4.11 | 21,151 | 8/2/2018 | |
1.4.10 | 7,299 | 6/11/2018 | |
1.4.9 | 7,003 | 4/12/2018 | |
1.4.7 | 6,442 | 2/10/2018 | |
1.4.6 | 4,094 | 12/24/2017 | |
1.4.5 | 3,090 | 12/6/2017 | |
1.4.4 | 3,607 | 11/16/2017 | |
1.4.3 | 7,882 | 8/5/2017 | |
1.4.2 | 4,779 | 6/20/2017 | |
1.4.1 | 2,519 | 6/19/2017 | |
1.4.0 | 3,434 | 4/25/2017 | |
1.3.2 | 21,965 | 9/3/2016 |
* Fixed issue where if the user cancels the download of an update and then try it again it stuck.
* Fixed issue causing AutoUpdater.NET to not kill WPF application after update finishes downloading.
* Fixed issue in ZipExtractor that causes it to not wait for the application to close before extracting the update file.
* Fixed French text causing width problem for Remind Later button on update dialog.
* Added new option ReportErrors that when set to true allows AutoUpdater.NET to report errors.
* Added new option mandatory in the XML file that when set to true ignores Remind Later and Skip options and hide those buttons.
* Added option to hide Remind Later button.
* Now developers can use a timer to check for updates frequently.
* Made AppTitle property to Public as suggested by CitizenMrL. Now developers can change the application title shown in update dialog.