Skip to content

Commit

Permalink
Updated: Main Project To 1.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed May 5, 2024
1 parent 9ae4f5c commit 96924a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changelog (1.27.7)

[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.6).

- Added a Safeguard against people putting files in `Program Files/dotnet/shared` that don't belong to the .NET runtime.
- Originally reported here: https://github.com/Reloaded-Project/Reloaded-II/issues/373
- It's unknown why the files were there, it may be `tModLoader`, but I'm not personally sure.

## Changelog (1.27.6)

[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
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.27.6</Version>
<Version>1.27.7</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.27.6</Version>
<Version>1.27.7</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 96924a5

Please sign in to comment.