Releases: yuseok-kim-edushare/Program-Updater-for-Windows
1.0.4
1.0.3
1.0.2
Changes in 1.0.1
e53a6b3 Merge pull request #10 from yuseok-kim-edushare/dependabot/nuget/main/nuget-dependencies-804e05a1ad
d726d99 fix(deps)(deps): bump the nuget-dependencies group with 2 updates
f376326 📝 update readme, for dev requirement info correct
File edited
README.md | 3 ++-
updater.csproj | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
1.0.1
Changes in 0.6.3
5e17f4d 🐛 ✏️ Fix nonAdmin's manifest
89667e4 📝 update Readme
19e0500 💚 release with admin and nonadmin
9731cb6 ✨ Feat: 2 version exe, admin and nonadmin
File edited
.github/workflows/cd.yaml | 9 ++++++---
README.md | 7 ++++++-
app.manifest => app.admin.manifest | 0
app.noadmin.manifest (new) | 30 ++++++++++++++++++++++++++++++
updater.csproj | 11 ++++++++++-
5 files changed, 52 insertions(+), 5 deletions(-)
0.6.3
0.6.2
Changes in 0.5.0
f9a02e4 🐛 Fix: config url validation bug following e612366
b78224e 🐛 FIx xml file loading after 1a8d1db
1a8d1db ✨ add Admin Manifest for well running
748a721 📝 update Readme
File edited
Program.cs | 18 ---------------
README.md | 2 +-
Services/SettingsService.cs | 55 +++++++++++++++++++++++++++++++++++++++++++--
app.manifest (new) | 30 +++++++++++++++++++++++++
updater.csproj | 1 +
5 files changed, 85 insertions(+), 21 deletions(-)
0.5.0
Changes in 0.4.1
4f34907 📝 Update Readme to using Settings.xml
e612366 ✨ 🚸 Config File Path can edit on settings.xml
File edited
MainForm.cs | 18 ++-----
Program.cs | 19 +++----
Properties/Settings.cs (gone) | 107 --------------------------------------
README.md | 42 ++++++++++++---
Services/SettingsService.cs (new) | 44 ++++++++++++++++
settings.xml | 3 ++
6 files changed, 94 insertions(+), 139 deletions(-)
0.4.1
0.4.0
Changes in 0.3.1
7d8578c 🐛 Fix bug on Init IHttpClientFactory
a76ab68 💚 update Build config to contain settings.xml
10ae977 ✨ Feat: window and title text chage in edit on xml
File edited
.github/workflows/cd.yaml | 4 +-
MainForm.cs | 24 ++++-
Program.cs | 64 ++++++++++--
Properties/Settings.cs (new) | 107 ++++++++++++++++++++
Services/ConfigurationService.cs | 205 ++++++++++++++++++++++++++++++++++-----
Services/UpdateService.cs | 93 +++++++++++++++---
settings.xml (new) | 7 ++
updater.csproj | 21 ++++
8 files changed, 480 insertions(+), 45 deletions(-)