Skip to content

Commit 88ec657

Browse files
Update 1.3
1 parent 45a5d9d commit 88ec657

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Assemblies/1SettingsHelper.dll

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SettingsHelper [![RimWorld Alpha 19](https://img.shields.io/badge/RimWorld-Alpha%2019-brightgreen.svg)](http://rimworldgame.com/) [![Wiki](https://img.shields.io/badge/documentation-Wiki-4BC51D.svg?style=flat)](https://github.com/RimWorld-CCL-Reborn/SettingsHelper/wiki)
1+
# SettingsHelper [![RimWorld 1.3](https://img.shields.io/badge/RimWorld-1.3-green.svg?longCache=true&style=plastic)](http://rimworldgame.com/) [![Wiki](https://img.shields.io/badge/documentation-Wiki-4BC51D.svg?style=flat)](https://github.com/RimWorld-CCL-Reborn/SettingsHelper/wiki)
22

33
This helper is used to simplify working with settings GUIs. Extends `Listing_Standard` to have additional functionality.
44

Source/SettingsHelper/ColourPicker/Dialog_ColourPicker.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
52
using Verse;
6-
using RimWorld;
73
using UnityEngine;
84
using System.Globalization;
95

@@ -465,6 +461,7 @@ public static bool TryGetColorFromHex( string hex, out Color col )
465461
public static bool first;
466462
public override void DoWindowContents( Rect inRect )
467463
{
464+
Log.Message("DoWindowContents");
468465
if ( first )
469466
{
470467
Log.Message( InitialSize.ToString() );

Source/SettingsHelper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.19.1.*")]
36-
[assembly: AssemblyFileVersion("0.19.1")]
35+
[assembly: AssemblyVersion("1.3.0.*")]
36+
[assembly: AssemblyFileVersion("1.3.0")]

0 commit comments

Comments
 (0)