Skip to content

fix: Update package version to 0.2.0 because of unity minversion change #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions com.unity.multiplayer.mlapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion com.unity.multiplayer.mlapi/Documentation~/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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|
2 changes: 1 addition & 1 deletion com.unity.multiplayer.mlapi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down