From d99987d5d8be628e73dd4c5a0df2a71b2a0d162c Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 30 Apr 2022 14:57:20 +0100 Subject: [PATCH] [ci skip] Remove table of contents, add upm branch notice --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 30a0c85..769d72c 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,6 @@ X10D (pronounced *extend*), is a .NET package that provides extension methods fo *(I'm also [dogfooding](https://www.pcmag.com/encyclopedia/term/dogfooding) this library, so there's that.)* -### Table of contents -- [Installation](#installation) - - [Unity installation](#unity-installation) - - [NuGet installation](#nuget-installation) -- [Features](#features) -- [Contributing](#contributing) -- [License](#license) - ## Installation ### NuGet installation ```ps @@ -36,6 +28,8 @@ I decided it was time for X10D to be migrated to .NET 6. Unity currently support Unity have announced official support for .NET 6 in the future (see [this forum post](https://forum.unity.com/threads/unity-future-net-development-status.1092205/) for more details), but until such a time that Unity supports .NET 6, X10D.Unity will not be maintained or innovated upon. +The upm branch, however, is still available under version 2.6.0 - if you wish to use this version, add the package https://github.com/oliverbooth/X10D.git#upm to your Unity project. + ## Features I'm planning on writing complete and extensive documentation in the near future. As of this time, feel free to browse the source or the API using your favourite IDE. For those familiar with the 2.6.0 API, please read [CHANGELOG.md](CHANGELOG.md) for a complete list of changes. **3.0.0 is a major release and introduces many breaking changes.**