From a9cde347bdb462b3760c42e856261f704667606d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 21 Aug 2023 17:42:59 +0100 Subject: [PATCH 1/3] [ci skip] docs: bump to 3.3.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c6e54..183602b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ X10D (pronounced *extend*), is a .NET package that provides extension methods fo ## Installation ### NuGet installation ```ps -Install-Package X10D -Version 3.2.2 +Install-Package X10D -Version 3.3.1 ``` ### Manual installation From 457fbbb83c8a3979e06fd6f2e333df05f6402013 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 22 Aug 2023 22:42:23 +0100 Subject: [PATCH 2/3] [ci skip] docs: fix README branding header in X10D.Unity --- X10D.Unity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D.Unity/README.md b/X10D.Unity/README.md index 2e4e1f6..888c724 100644 --- a/X10D.Unity/README.md +++ b/X10D.Unity/README.md @@ -1,4 +1,4 @@ -

+

GitHub Workflow Status From bf0930ee1740105345fdd057feb234371d126fb0 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 22 Aug 2023 23:25:10 +0100 Subject: [PATCH 3/3] [ci skip] docs: update latest stable ref in X10D.Unity readme --- X10D.Unity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D.Unity/README.md b/X10D.Unity/README.md index 888c724..0b02dec 100644 --- a/X10D.Unity/README.md +++ b/X10D.Unity/README.md @@ -26,7 +26,7 @@ To install X10D in Unity, follow the steps blow: The [upm](https://github.com/oliverbooth/X10D/tree/upm) branch contains the latest nightly - that is the bleeding edge version of X10D. If you'd like to remain on a stable release, specify a commit hash after the `#` instead of `upm`. -The latest current stable is 3.2.0, which is commit [55898d9e70228380b2d039c55e36d89cfe8a0fa2](https://github.com/oliverbooth/X10D/commit/55898d9e70228380b2d039c55e36d89cfe8a0fa2). +The latest current stable is 3.3.1, which is commit [71a9c787e25bd89d8bb6f352e5585379a04103d3](https://github.com/oliverbooth/X10D/commit/71a9c787e25bd89d8bb6f352e5585379a04103d3). Keep in mind that referencing a specific commit rather than the `upm` branch will prevent the auto-updater in Unity from detecting new versions. ## Contributing