Commit Graph

249 Commits

Author SHA1 Message Date
Oliver Booth ddc912fc6f
Bump upm to 3.1.0-nightly.104 2022-05-13 09:14:35 +01:00
Oliver Booth 41e535d763
Bump upm to 3.1.0-nightly.102 2022-05-12 13:54:16 +01:00
Oliver Booth 3238449fd8
Bump upm to 3.1.0-nightly.101 2022-05-09 20:45:57 +01:00
Oliver Booth 5075463acb
Add documentation 2022-05-09 19:59:15 +01:00
Oliver Booth 69f5128395
Bump upm to 3.1.0-nightly.100 2022-05-09 19:54:08 +01:00
Oliver Booth 83f727b76a
Bump upm to 3.1.0-nightly.99 2022-05-09 10:41:03 +01:00
Oliver Booth b0fd0c9263
Bump upm to 3.1.0-nightly.97 2022-05-08 22:45:40 +01:00
Oliver Booth 8e9f5df3bc
Bump upm to 3.1.0-nightly.96 2022-05-08 20:05:58 +01:00
Oliver Booth 7ee14cebfd
Add changelog and license URL to package.json 2022-05-08 11:06:51 +01:00
Oliver Booth 936f858880
Add author to package.json 2022-05-08 11:05:12 +01:00
Oliver Booth 3850255afc
Update meta files 2022-05-08 11:01:35 +01:00
Oliver Booth 27879835ab
Remove meta files 2022-05-08 00:12:19 +01:00
Oliver Booth b7911e56f2
Bump upm to 3.1.0-nightly.91 2022-05-08 00:09:53 +01:00
Oliver Booth f5e278f58a
Update minimum required Unity version 2022-05-07 23:56:31 +01:00
Oliver Booth bc7ee00089
Bump upm to 3.1.0-nightly.90 2022-05-07 23:48:00 +01:00
Oliver Booth ea331c7676
Bump upm to 3.0.0-nightly.89 2022-05-05 18:08:58 +01:00
Oliver Booth b1a9dc6dfa 🏷 Bump upm to 2.6.0 2020-10-20 15:16:14 +01:00
Oliver Booth 2836cb28af ℹ Add metadata files 2020-07-15 16:22:28 +01:00
Oliver Booth 59433272dc ♻ Refactor for UPM structure 2020-07-15 16:21:14 +01:00
Oliver Booth f4f8f52952 🏷 Bump to 2.5.0
(cherry picked from commit ad824debe0)
2020-07-15 16:10:11 +01:00
Oliver Booth a56a7dcfb6 🔨 Add package.json 2020-07-15 16:09:41 +01:00
Oliver Booth 7285b76a5b 🔥 Remove CI from upm branch 2020-07-15 16:09:21 +01:00
Oliver Booth 5bc71bd426 Add X10D.Unity 2020-07-15 14:33:40 +01:00
Oliver Booth 600b37fe82 🚚 Move X10D tests to Core namespace 2020-07-15 14:32:59 +01:00
Oliver Booth ad1c2f5e7c 🏷 Bump to 2.5.0 2020-07-15 14:32:31 +01:00
Oliver Booth 773ac8590f ⬇ Downgrade target to .NET Standard 2.0 2020-07-15 14:31:26 +01:00
Oliver Booth f8541fd239 🧹 Code style cleanup 2020-07-15 14:31:02 +01:00
Oliver Booth e747921fb7 Add WaitHandle.WaitOneAsync 2020-07-15 14:03:23 +01:00
Oliver Booth 0b8d485514
👷‍♂️ Specify project in DocFX CI 2020-04-26 14:32:19 +01:00
Oliver Booth 4fc287c06e
Merge branch 'master' of https://github.com/oliverbooth/X10D 2020-04-26 14:28:01 +01:00
Oliver Booth 62c63c7c77
👷‍♂️ Add DocFX CI 2020-04-26 14:27:16 +01:00
Oliver Booth 8b043f0109 Set theme jekyll-theme-slate 2020-04-26 14:23:54 +01:00
Oliver Booth 2c898e5e3d
🐞 Fix version link in CHANGELOG.md 2020-04-21 04:42:06 +01:00
Oliver Booth e3deb0f22b
📚 Update version in CHANGELOG.md 2020-04-21 04:23:44 +01:00
Oliver Booth 4b6d3a38b3
📚 Update NuGet version in README.md 2020-04-21 04:20:33 +01:00
Oliver Booth b1b1309274
🏷 Bump to 2.2.0 2020-04-21 04:17:53 +01:00
Oliver Booth cf317d30a8
📚 Update CHANGELOG.md 2020-04-21 04:17:28 +01:00
Oliver Booth a591b91c6c
Add ReflectionTests 2020-04-21 04:17:19 +01:00
Oliver Booth 1ccb8b2457
Add ReflectionExtensions
- `GetDefaultValue` and `GetDefaultValue<T>` - gets the value stored in
the member's `DefaultValue` attribute
- `GetDescription`- gets the value stored in the member's `Description`
attribute
- `SelectFromCustomAttribute<T1, T2>` - Internally calls
`GetCustomAttribute<T1>` and passes it to a `Func<T1, T2>` so that
specific members may be selected
2020-04-21 04:16:46 +01:00
Oliver Booth 36d3014573
⚠ Treat warnings as errors 2020-04-21 03:45:02 +01:00
Oliver Booth b19a672411
🔨 Suppress IDE0008 in ruleset 2020-04-21 03:38:36 +01:00
Oliver Booth 11ffa43810
Add string.IsUpper and string.IsLower
- IsLower:
Determines if all alpha characters in this string are considered
lowercase.

- IsUpper:
Determines if all alpha characters in this string are considered
uppercase.
2020-04-20 14:17:55 +01:00
Oliver Booth 72f9474e1c
🎖 Credit original author of string.EnumParse 2020-04-20 14:13:57 +01:00
Oliver Booth 5c447f1b02
Add string.ChangeEncoding
Converts this string from one encoding to another, by using the
previously defined .GetBytes and .GetString as intermediary methods
2020-04-20 14:01:48 +01:00
Oliver Booth 27e82bada1
📚 Add CHANGELOG.md 2020-04-20 14:00:20 +01:00
Oliver Booth 03698786fc
📚 Add "Contributing" to README ToC 2020-04-19 16:31:41 +01:00
Oliver Booth 4165e4e8b9
📚 Add CONTRIBUTING.md 2020-04-19 16:29:31 +01:00
Oliver Booth 430eadee57
Add tests for StringExtensions 2020-04-19 16:16:28 +01:00
Oliver Booth 30e53b2cec
🔀 Merge branch master 2020-04-19 15:11:22 +01:00
Oliver Booth d1e32e93d1 🐞 Add assignee and label to request template 2020-04-19 15:10:29 +01:00