-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update branch in sub * add mdt to solution * update branch in sub * add mdt to solution * prototype texture verifier * improve error reporting * finish new game init reporting * start GameManagers * update subs * update sub * move to gamemanager arch * first support for gui dialogs * remove valuelistdict to xml objects to avoid boxing * fix gameobject land terrain model mapping uses only the first ocurrance * update deps and module * minor changes * fix initialization * correct file not found handling * use spans for repositories * support custom xml parser action * reduce allocations in repository * update valuestringbuilder usages * fix some files are not found. * extract constants * implement parsing commandbar components (except colors) * move code * move code * move code * remove submodule * remove module * update all deps and make run again * read corrupt string throws BinaryCorruptedExcpetion * update to .net9
- Loading branch information
Showing
173 changed files
with
4,697 additions
and
2,029 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Create NetFramework Release | ||
run: dotnet publish .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net48 --output ./releases/net48 | ||
- name: Create Net Core Release | ||
run: dotnet publish .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net8.0 --output ./releases/net8.0 | ||
run: dotnet publish .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net9.0 --output ./releases/net9.0 | ||
- name: Upload a Build Artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
|
@@ -53,8 +53,8 @@ jobs: | |
path: ./releases | ||
- name: Create NET Core .zip | ||
# Change into the artifacts directory to avoid including the directory itself in the zip archive | ||
working-directory: ./releases/net8.0 | ||
run: zip -r ../ModVerify-Net8.zip . | ||
working-directory: ./releases/net9.0 | ||
run: zip -r ../ModVerify-Net9.zip . | ||
- uses: dotnet/[email protected] | ||
id: nbgv | ||
- name: Create GitHub release | ||
|
@@ -66,4 +66,4 @@ jobs: | |
generate_release_notes: true | ||
files: | | ||
./releases/net48/ModVerify.exe | ||
./releases/ModVerify-Net8.zip | ||
./releases/ModVerify-Net9.zip |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Submodule PetroglyphTools
deleted from
034767
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.