Skip to content

Commit

Permalink
chore: prepare for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed Jul 6, 2024
1 parent b2d094b commit fa1d266
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<size=24>Version</size>

This is version 0.8.0 for RimWorld 1.5 and 1.4
This is version 0.8.1 for RimWorld 1.5 and 1.4
</description>
<supportedVersions>
<li>1.5</li>
<li>1.4</li>
</supportedVersions>
<modVersion IgnoreIfNoMatchingField="True">0.8.0</modVersion>
<modVersion IgnoreIfNoMatchingField="True">0.8.1</modVersion>
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2024-07-06

### Changed

- Made "parent" `ThingDef`s `Abstract` in the hope that it'll get a weird mod interaction to go away.

## [0.8.0] - 2024-06-21

### Added
Expand Down Expand Up @@ -111,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First implementation of the mod.

[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.6.0...v0.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.AutoSeller</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.AutoSeller</AssemblyName>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.8.1</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.DynamicTradeInterface</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.DynamicTradeInterface</AssemblyName>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.8.1</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.TweaksGalore</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.TweaksGalore</AssemblyName>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.8.1</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.WeHadATrader</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.WeHadATrader</AssemblyName>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.8.1</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion Source/RealisticOrbitalTrade/RealisticOrbitalTrade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<RootNamespace>RealisticOrbitalTrade</RootNamespace>
<AssemblyName>RealisticOrbitalTrade</AssemblyName>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.8.1</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down

0 comments on commit fa1d266

Please sign in to comment.