Skip to content

Commit

Permalink
Updated: Changelog Template and Launcher Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 1, 2022
1 parent eb1af2f commit 353b5fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Release (1.22) Highlights

Very minor feature release.

- Added: Support for filtering search results.
- Added: Some additional notices to help avoid user error, e.g. in `Publish Mod` menu.
- Added: Shortcut to install all mods in a Mod Pack.
- Fixed: Controller support should now work outside of Windows (e.g. Search Settings Popup).

## Complete Changes

{{#each releases}}
Expand Down Expand Up @@ -53,4 +44,14 @@ Very minor feature release.

{{#unless options.hideCredit}}
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
{{/unless}}
{{/unless}}


## Release (1.22) Highlights

Very minor feature release.

- Added: Support for filtering search results.
- Added: Some additional notices to help avoid user error, e.g. in `Publish Mod` menu.
- Added: Shortcut to install all mods in a Mod Pack.
- Fixed: Controller support should now work outside of Windows (e.g. Search Settings Popup).
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.22.0</Version>
<Version>1.22.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.22.0</Version>
<Version>1.22.1</Version>
<Platforms>x86;x64</Platforms>
<Deterministic>true</Deterministic>

Expand Down

0 comments on commit 353b5fd

Please sign in to comment.