Skip to content

Commit

Permalink
Bump up version to 1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbmaian committed Jul 24, 2021
1 parent 1d46f03 commit 6eaaca6
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 6 deletions.
Binary file modified 1.3/Assemblies/0JecsTools.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/AbilityUser.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/AbilityUserAI.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompActivatableEffect.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompAnimated.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompBalloon.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompBigBox.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompDeflector.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompDelayedSpawner.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompExtraSounds.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompInstalledPart.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompLumbering.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompOverlays.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompOversizedWeapon.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompSlotLoadable.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompToggleDef.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/PawnShields.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/ThinkNodes.dll
Binary file not shown.
9 changes: 8 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<description>1.1.2.3 (05-09-2021)
<description>1.2.0.0 (07-24-2021)

Adds modding components to RimWorld: spell casting, weapon slots, oversized weapons, and more!

Expand Down Expand Up @@ -75,6 +75,13 @@ Cade Perkinson, Jay Sacane, John Pahl, Tankok1998 also known as the Shermanlover
========================
Changelog
========================
1.2.0.0 (07-24-2021)
========================
Note: Starting from this version, changes only apply to RimWorld 1.3+.
Preliminary update to support RimWorld 1.3.
Lots of performance improvements, new features, and fixes (and some deprecations and removals).
For details (especially for modders), see https://github.com/jecrell/JecsTools/pull/16#issuecomment-886025906

1.1.2.3 (05-09-2021)
========================
Update French translation (thanks qux!), rebuild to latest RW version
Expand Down
6 changes: 4 additions & 2 deletions About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.2.0.0 (07-24-2021)
========================
Note: Starting from this version, changes only apply to RimWorld 1.3+.
Preliminary update to support RimWorld 1.3
Lots of performance improvements (too many to list - look at the individual commit descriptions since commit d0e37a8 for details)
Expand Down Expand Up @@ -50,11 +52,11 @@ Deprecated:
- FlyingObject speed/impactDamage/explosion: use props.speed/extraDamages/explosionRadius
- ProjectileExtension: seems to have never worked properly due to incomplete implementation
- some fields have been deprecated in favor of properties
Deleted:
Removed:
- JecsTools' CompConsole and related Faction stuff (broken since RW B19)
- CompVehicles (broken and commented out since RW 1.1)
- CompProperties_OversizedWeapon.offset (mostly broken since version 1.0.9.3)
- some public classes and methods have been moved or deleted
- some public classes and methods have been moved or removed

1.1.2.3 (05-09-2021)
========================
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>JecsTools</identifier>
<version>1.1.2.3</version>
<version>1.2.0.0</version>
<dependencies />
<incompatibleWith />
<manifestUri>https://raw.githubusercontent.com/jecrell/JecsTools/master/About/Manifest.xml</manifestUri>
Expand Down
2 changes: 1 addition & 1 deletion About/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2.3
1.2.0.0
2 changes: 1 addition & 1 deletion Source/AllModdingComponents/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NoStdLib>true</NoStdLib>
<LangVersion>9.0</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>1.1.2.3</Version>
<Version>1.2.0.0</Version>
<!--
For some reason, although SDK projects should default Deterministic to true, when importing this props build,
builds become non-deterministic unless Deterministic is explicitly set to true here.
Expand Down

0 comments on commit 6eaaca6

Please sign in to comment.