File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments