Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the
EasyKitproject, focusing on version upgrades, dependency updates, and build configuration adjustments. The most important changes include updating the project version, upgrading a package dependency, and modifying the build output paths in the Inno Setup scripts.Version Updates:
AssemblyVersionandFileVersioninEasyKit.csprojto4.1.3from4.1.2to reflect the new release version. ([EasyKit/EasyKit.csprojL19-R20](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-07493134b6ab8de0df16cc01b816b2497a2ab8bed1baa7399247a8343333c5f1L19-R20))MyAppVersioninISS/Release-win-x64.issandISS/Release-win-x86.issto4.1.3from4.1.2. ([[1]](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-996a8d100d7869963e78681fad00169a90b87940b7853403dd676dc8c89ba618L5-R5),[[2]](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-1abc26e5665aa0d2248f7d990c6d482d474ccb85246c9f2e6a28edc5f6083239L5-R5))Dependency Updates:
System.Text.Jsonpackage inEasyKit.csprojto version9.0.6from9.0.5. ([EasyKit/EasyKit.csprojL53-R53](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-07493134b6ab8de0df16cc01b816b2497a2ab8bed1baa7399247a8343333c5f1L53-R53))Build Configuration Adjustments:
publishdirectory instead of thebin\Releasedirectory for both x64 and x86 builds. ([[1]](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-996a8d100d7869963e78681fad00169a90b87940b7853403dd676dc8c89ba618L39-R39),[[2]](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-1abc26e5665aa0d2248f7d990c6d482d474ccb85246c9f2e6a28edc5f6083239L39-R39))Submodule Update:
CommonUtilitiessubmodule to commitf3c83d76c51fbf890be602316e0841e7904c0347. ([CommonUtilitiesL1-R1](https://github.com/LoveDoLove/EasyKit/pull/29/files#diff-dc4c4851d34d8bb50973dd5b545157bdc4d52e5db376d539f7fdf4142a3790daL1-R1))