Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ TEMP_DIR="$RUNNER_TEMP"

FRAMEWORK="net10.0"

DOWNLOAD_REPO="SRMM-Studio/ShinRyuModManager"

FILES_TO_COPY=(
"version.dll"
"YakuzaParless.asi"
Expand Down
2 changes: 1 addition & 1 deletion ShinRyuModManager-CE/ShinRyuModManager-CE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>

<!-- Versioning -->
<AssemblyVersion>1.6.1</AssemblyVersion>
<AssemblyVersion>1.6.2</AssemblyVersion>
<VersionPrefix>$(AssemblyVersion)</VersionPrefix>
<AssemblyTitle>ShinRyuModManager-CE</AssemblyTitle>
<Company>SRMM Studio</Company>
Expand Down
7 changes: 6 additions & 1 deletion ShinRyuModManager-CE/UserInterface/Assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
> ### **%{color:gold} Version 1.6.1 %** ###
> ### **%{color:gold} Version 1.6.2 %** ###
* Repack for updated Parless

---

> ### **%{color:orange} Version 1.6.1 %** ###
* Bumped vulnerable package
* Repack for updated Parless

Expand Down
Loading