Skip to content

Commit f43492e

Browse files
committed
Bump version
1 parent eb7c350 commit f43492e

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.6.2] - 2021-06-08
8+
## Changed
9+
- Moved events to new UnityWebBrowser.Shared assembly.
10+
11+
## Added
12+
- Added MessagePack serialization helper functions for IEventData to UnityWebBrowser.Shared
13+
- Use auto-generated, IL2CPP compatible resolvers for IEventData.
814

915
## [1.6.1] - 2021-06-06
1016
### Changed

src/CefBrowserProcess/CefBrowserProcess.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Description>External process to handel rendering with CEF</Description>
1313
<Copyright>Copyright © 2021 Voltstro-Studios</Copyright>
1414
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
15-
<Version>1.6.0</Version>
15+
<Version>1.6.1</Version>
1616
<DefineConstants>BROWSER_PROCESS</DefineConstants>
1717
</PropertyGroup>
1818

0 Bytes
Binary file not shown.

src/UnityWebBrowser/Runtime/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("1.6.1")]
32-
[assembly: AssemblyFileVersion("1.6.1")]
31+
[assembly: AssemblyVersion("1.6.2")]
32+
[assembly: AssemblyFileVersion("1.6.2")]

src/UnityWebBrowser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev.voltstro.unitywebbrowser",
33
"displayName": "Unity Web Browser",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"unity": "2020.3",
66
"description": "Functional web browser in Unity without any issues or hassle.",
77
"author": "Voltstro",

0 commit comments

Comments
 (0)