Skip to content

Commit

Permalink
Bumped Project Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Mar 17, 2024
1 parent c4d6cca commit e9d256b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Changelog (1.26.1)

- Microsoft Store unprotecting no longer uses PowerShell.
- We now use internal Windows COM interfaces.
- Improves reliability where access to script running in PowerShell is restricted out of the box. (Admin setting, etc.)
- This may more likely break with future Windows versions.
- However updating the code be very easy (~10 mins) should it come to that.

- ASI Loader deployment now places `Reloaded.Mod.Bootstrapper.asi` in game folder, instead of `scripts` subfolder.
- Makes uninstall easier for end users.

- Changed: Persona 4 Golden (MS Store) now aliases to Persona 4 Golden (Steam).
- The devs used a different EXE name, which resulted in a different `AppId`, despite being the same game.
- This meant end users won't see downloaded mods easily.
- So an alias directly inside the code was added.

## Changelog (1.26.0)

1.26.0 is a small feature update, bringing small features and bugfixes intended to make Reloaded-II
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>Reloaded-II</AssemblyName>
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
<Version>1.26.0</Version>
<Version>1.26.1</Version>
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>appicon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
<Version>1.26.0</Version>
<Version>1.26.1</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit e9d256b

Please sign in to comment.