-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [149.5.0](v149.4.3...v149.5.0) (2024-08-31) ### Bug Fixes * fixing using in welcomeWindow for unity2021 ([c056f9e](c056f9e)) ### Features * adding "dont show" toggle to welcome window ([f3eae96](f3eae96))
- Loading branch information
1 parent
c056f9e
commit 32a061c
Showing
9 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] |
2 changes: 1 addition & 1 deletion
2
Assets/Mirage/Samples~/RigidbodyPhysics/Scripts/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("149.4.3")] | ||
[assembly: AssemblyVersion("149.5.0")] | ||
|
||
[assembly: InternalsVisibleTo("Mirage.Tests")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters