1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 02:25:41 +00:00

[ci skip] Merge branch 'develop'

This commit is contained in:
Oliver Booth 2022-04-30 14:57:32 +01:00
commit 032f57bdbb
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -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.**