Skip to content

Commit

Permalink
Bumped: Project Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Feb 17, 2024
1 parent 73938cf commit b3579b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ 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).

## Changelog (1.25.7)
- No more 'Rate Limited' by GitHub fail on `Setup.exe`.

## Changelog (1.25.6)
- Made error for GitHub rate limiting in Setup friendlier.

## Changelog (1.25.5)
- Fixed an oversight where empty working directory was not defaulting to EXE folder.

(Reported by @AnimatedSwine37)

## Complete Changes

{{#each releases}}
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.25.6</Version>
<Version>1.25.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.25.6</Version>
<Version>1.25.7</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>

Expand Down

0 comments on commit b3579b0

Please sign in to comment.