Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKeyblader committed Nov 16, 2020
1 parent 3893a31 commit 502abe6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2020-11-17

### Added

- Added support Exprimental Play Mode

### Changed

- Updated Unity Version

## [0.7.0] - 2020-10-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Connector~/Unilonia.Connector/Unilonia.Connector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<UnityVersion>2019.4.14f1</UnityVersion>
<Version>0.7.0</Version>
<Version>0.8.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TheKeyblader/Unilonia</RepositoryUrl>
Expand Down
Binary file modified Unilonia.Connector.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unilonia.unilonia",
"version": "0.7.0",
"version": "0.8.0",
"displayName": "Unilonia",
"description": "Unity plugin which allows running Avalonia on Unity",
"author": {
Expand Down

0 comments on commit 502abe6

Please sign in to comment.