Skip to content

Commit

Permalink
Updated: Changelog and General Project Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 15, 2024
1 parent 08f159e commit 2223862
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Changelog (1.27.11)

[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.10).

This update adds a retry policy for in-launcher downloads that are not updates, in order
to make downloading more reliable when the servers on mod sites are under heavy load.

## Changelog (1.27.10)

[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.10</Version>
<Version>1.27.11</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.10</Version>
<Version>1.27.11</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>
<DebugType>portable</DebugType>
Expand Down

1 comment on commit 2223862

@uuu99912
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q

Please sign in to comment.