Skip to content

Commit 6d6992c

Browse files
committed
Updated: Project Version
1 parent bc652ff commit 6d6992c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

changelog-template.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Changelog (1.27.5)
2+
3+
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
4+
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.4).
5+
6+
Fixed by @AnimatedSwine37.
7+
8+
Fixed a bug where saving after clicking `Load Existing Pack` would cause the `ReleaseMetadataFileName`
9+
property of every loaded mod to be lost on save, making the pack unusable.
10+
111
## Changelog (1.27.4)
212

313
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).

source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<AssemblyName>Reloaded-II</AssemblyName>
99
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
10-
<Version>1.27.4</Version>
10+
<Version>1.27.5</Version>
1111
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ApplicationIcon>appicon.ico</ApplicationIcon>

source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1313
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
14-
<Version>1.27.4</Version>
14+
<Version>1.27.5</Version>
1515
<Platforms>x86;x64</Platforms>
1616
<GenerateDepsJson>false</GenerateDepsJson>
1717
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)