Skip to content

Develop #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Develop #886

wants to merge 1 commit into from

Conversation

hmsun-es
Copy link

@hmsun-es hmsun-es commented Aug 4, 2025

commit f69102e
Author: Hyeonmin Seon [email protected]
Date: Mon Aug 4 09:20:53 2025 +0900

Changed the Electron version update method in C# and updated the version

Changes:
- Changed BuildCommand.cs to update the Electron version directly from C# code.
- StartElectronCommand.cs reads the Electron version from the manifest file and updates package.json.
- Removed the Electron version update logic from build-helper.js.
- Updated the Electron version in electron.manifest.json from 23.2.0 to 25.9.0.

commit 855e830
Author: Hyeonmin Seon [email protected]
Date: Fri Aug 1 17:43:43 2025 +0900

Version Update: Changed to 23.6.2-messe

Changes:
* The value of the Version element has changed from 99.0.0.0 to 23.6.2-messe.
* The package version has been updated to reflect new features and fixes.

commit 498ab0a
Author: Hyeonmin Seon [email protected]
Date: Fri Aug 1 17:37:16 2025 +0900

fix #767 - Added Electron version management and package.json updates.

* BuildCommand.cs now reads the Electron version from the manifest file and updates package.json.
* StartElectronCommand.cs now reads the electronicVersion from the manifest file and updates package.json.
* Improved package.json updates and JSON response direction in build-helper.js.
* Added the electronicVersion property to Electron.manifest.json.

commit f69102e
Author: Hyeonmin Seon <[email protected]>
Date:   Mon Aug 4 09:20:53 2025 +0900

    C#에서 Electron 버전 업데이트 방식 변경 및 버전 수정

    변경 사항:
    - BuildCommand.cs에서 Electron 버전을 C# 코드로 직접 업데이트하도록 변경
    - StartElectronCommand.cs에서 manifest 파일에서 Electron 버전을 읽어와 package.json 업데이트
    - build-helper.js에서 Electron 버전 업데이트 로직 제거
    - electron.manifest.json에서 Electron 버전을 23.2.0에서 25.9.0으로 업데이트

commit 855e830
Author: Hyeonmin Seon <[email protected]>
Date:   Fri Aug 1 17:43:43 2025 +0900

    버전 업데이트: 23.6.2-messe로 변경

    변경 사항:
    * `Version` 요소의 값이 `99.0.0.0`에서 `23.6.2-messe`로 변경되었습니다.
    * 패키지의 버전을 업데이트하여 새로운 기능이나 수정 사항을 반영하였습니다.

commit 498ab0a
Author: Hyeonmin Seon <[email protected]>
Date:   Fri Aug 1 17:37:16 2025 +0900

    fix ElectronNET#767 - Added Electron version management and package.json updates.

    * BuildCommand.cs now reads the Electron version from the manifest file and updates package.json.
    * StartElectronCommand.cs now reads the electronicVersion from the manifest file and updates package.json.
    * Improved package.json updates and JSON response direction in build-helper.js.
    * Added the electronicVersion property to Electron.manifest.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant