Skip to content

Commit

Permalink
Update to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Jan 4, 2024
1 parent 884a38e commit 0770993
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
BioRand v3.2.1 (2023-01-04)

* [Fix] #756: RE 1, room 10F, Jill softlock when using music notes.
* [Fix] #757: RE 2, room 309, random event crash.
* [Fix] #759: RE 2, room 304, Claire crash when partner uses ledge.
* [Fix] #760: RE 2, room 10C, arms can prevent statue push.
* [Fix] #769: RE 2, room 601, Leon B crash.
* [Fix] launch when no settings file.
* [Fix] pasting of seed.

BioRand v3.2.0 (2023-12-31)

* [Feature] Add custom content folder (`%APPDATA%\biorand\data`).
Expand Down
6 changes: 4 additions & 2 deletions biorand/biorand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<Copyright>Copyright (C) Ted John 2022-2023</Copyright>
<Product>Resident Evil Randomizer</Product>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<RootNamespace>IntelOrca.Biohazard.BioRand</RootNamespace>
<ApplicationIcon>biorand.ico</ApplicationIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);DISABLE_CVX</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Content Include="biorand.ico" />
Expand All @@ -29,7 +30,8 @@
<Resource Include="resources\*.png" />
</ItemGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --exclude=* --abbrev=7" ConsoleToMSBuild="True" IgnoreExitCode="False">
<Exec Command="git describe --long --always --exclude=* --abbrev=7" ConsoleToMSBuild="True"
IgnoreExitCode="False">
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" />
</Exec>
</Target>
Expand Down

0 comments on commit 0770993

Please sign in to comment.