Skip to content

Commit

Permalink
chore(release): 78.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [78.0.0](MirageNet/Mirage@v77.0.0...v78.0.0) (2021-03-14)

### Code Refactoring

* move collections to Mirage.Collections ([MirageNet#698](MirageNet#698)) ([e22f765](MirageNet@e22f765))

### BREAKING CHANGES

* collections moved to Mirage.Collections
  • Loading branch information
semantic-release-bot committed Mar 14, 2021
1 parent cc4e852 commit 2022c4e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("77.0.0")]
[assembly: AssemblyVersion("78.0.0")]
12 changes: 12 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [78.0.0](https://github.com/MirageNet/Mirage/compare/v77.0.0...v78.0.0) (2021-03-14)


### Code Refactoring

* move collections to Mirage.Collections ([#698](https://github.com/MirageNet/Mirage/issues/698)) ([e22f765](https://github.com/MirageNet/Mirage/commit/e22f765c39b2d7b8c835357f530cc597664858db))


### BREAKING CHANGES

* collections moved to Mirage.Collections

# [77.0.0](https://github.com/MirageNet/Mirage/compare/v76.0.0...v77.0.0) (2021-03-14)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Components/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("77.0.0")]
[assembly: AssemblyVersion("78.0.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("77.0.0")]
[assembly: AssemblyVersion("78.0.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("77.0.0")]
[assembly: AssemblyVersion("78.0.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("77.0.0")]
[assembly: AssemblyVersion("78.0.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.mirage",
"displayName": "Mirage",
"version": "77.0.0",
"version": "78.0.0",
"unity": "2019.1",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit 2022c4e

Please sign in to comment.