From 48ba20ecab08216975aa17989060a34bde33840b Mon Sep 17 00:00:00 2001 From: Jesse Olmer Date: Thu, 3 Jun 2021 07:34:44 -0700 Subject: [PATCH 1/2] fix: Update package version to 0.2.0 because of unity minversion change --- com.unity.multiplayer.mlapi/CHANGELOG.md | 4 ++++ com.unity.multiplayer.mlapi/Documentation~/Manual.md | 3 ++- com.unity.multiplayer.mlapi/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index b4a47f29ca..455dd4380e 100644 --- a/com.unity.multiplayer.mlapi/CHANGELOG.md +++ b/com.unity.multiplayer.mlapi/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This file documents all notable changes to this package. Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). +## [0.2.0] 2021-06-03 + +WIP version increment to pass package validation checks. Changelog & final version number TBD. + ## [0.1.1] - 2021-06-01 This is hotfix v0.1.1 for the initial experimental Unity MLAPI Package. diff --git a/com.unity.multiplayer.mlapi/Documentation~/Manual.md b/com.unity.multiplayer.mlapi/Documentation~/Manual.md index b6150fe3d6..6df5d6fc72 100644 --- a/com.unity.multiplayer.mlapi/Documentation~/Manual.md +++ b/com.unity.multiplayer.mlapi/Documentation~/Manual.md @@ -17,7 +17,7 @@ See this guide to install Unity MLAPI, set up your project, and get started with This version of MLAPI is compatible with the following versions of the Unity Editor: -* 2019.4 and later (recommended) +* 2020.3 and later * Windows, Mac, Linux platforms are supported by MLAPI ## Document revision history @@ -26,3 +26,4 @@ This version of MLAPI is compatible with the following versions of the Unity Edi |---|---| |March 10, 2021|Document created. Matches package version 0.1.0| |June 1, 2021| Updated and added links for additional content. Matches patch version 0.1.0 and hotfixes.| +|June 3, 2021| Update document to acknowledge Unity min version change. Matches package version 0.2.0| \ No newline at end of file diff --git a/com.unity.multiplayer.mlapi/package.json b/com.unity.multiplayer.mlapi/package.json index 08ee583164..287d1e5aa8 100644 --- a/com.unity.multiplayer.mlapi/package.json +++ b/com.unity.multiplayer.mlapi/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.multiplayer.mlapi", "displayName": "MLAPI Networking Library", - "version": "0.1.1", + "version": "0.2.0", "unity": "2020.3", "unityRelease": "0f1", "description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity", From 3b12ec6d3e1353012de832147a034d8a346d5b28 Mon Sep 17 00:00:00 2001 From: Jesse Olmer Date: Thu, 3 Jun 2021 08:04:59 -0700 Subject: [PATCH 2/2] fix: missing a dash in the changelog section title --- com.unity.multiplayer.mlapi/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.multiplayer.mlapi/CHANGELOG.md b/com.unity.multiplayer.mlapi/CHANGELOG.md index 455dd4380e..2bf42510d5 100644 --- a/com.unity.multiplayer.mlapi/CHANGELOG.md +++ b/com.unity.multiplayer.mlapi/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog This file documents all notable changes to this package. Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). -## [0.2.0] 2021-06-03 +## [0.2.0] - 2021-06-03 WIP version increment to pass package validation checks. Changelog & final version number TBD.