Skip to content

Releases: yuseok-kim-edushare/Program-Updater-for-Windows

1.0.4

14 Feb 01:23
Compare
Choose a tag to compare

Changes in 1.0.3

2115701 ⚡ Improve perfomance about directory exsiting checking

File edited

Services/UpdateService.cs | 53 +++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 29 deletions(-)

1.0.3

14 Feb 01:14
Compare
Choose a tag to compare

Changes in 1.0.2

e037a2d 💚 Fix dependabot commit message rule
303655d 🐛 Fix Error when Dir not exists

File edited

.github/dependabot.yaml | 9 +--------
Services/UpdateService.cs | 39 ++++++++++++++++++++++++++++++++-------
2 files changed, 33 insertions(+), 15 deletions(-)

1.0.2

12 Feb 04:24
e53a6b3
Compare
Choose a tag to compare

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

07 Feb 07:05
Compare
Choose a tag to compare

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

07 Feb 06:31
Compare
Choose a tag to compare

Changes in 0.6.2

72d686b 🐛🔊Fix: bug to read settings.xml

File edited

MainForm.cs | 19 +++--
Program.cs | 64 ++++++++--------
Services/SettingsService.cs | 175 +++++++++++++++++++++++++++++++++++++++-----
3 files changed, 202 insertions(+), 56 deletions(-)

0.6.2

07 Feb 02:38
Compare
Choose a tag to compare

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

06 Feb 09:16
Compare
Choose a tag to compare

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

06 Feb 09:03
Compare
Choose a tag to compare

Changes in 0.4.0

0403a96 🐛 Fix Bug, Resolve #9

File edited

.github/workflows/cd.yaml | 2 +-
Program.cs | 55 +++++++++++++++++++----------------------------
Services/UpdateService.cs | 1 +
updater.csproj | 18 +++-------------
4 files changed, 27 insertions(+), 49 deletions(-)

0.4.0

06 Feb 08:17
Compare
Choose a tag to compare

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(-)

0.3.1

06 Feb 07:28
Compare
Choose a tag to compare

Changes in 0.3.0

3e731b3 🔥 remove unused string configUrl in MainForm.cs

File edited

MainForm.cs | 4 +---
Program.cs | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)