-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.6.5...v2.0.0) (2024-03-16) * fix!: removing Runtime from global scope ([2e28322](2e28322)) ### BREAKING CHANGES * no longer supports unity 2020 or earlier
- Loading branch information
1 parent
2e28322
commit 08a80f2
Showing
3 changed files
with
12 additions
and
2 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
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,7 +1,7 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyVersion("1.6.5")] | ||
[assembly: AssemblyVersion("2.0.0")] | ||
|
||
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")] | ||
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")] |
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