-
-
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.1.0](v2.0.1...v2.1.0) (2024-04-09) ### Features * adding option to allow ssl errors. Useful when testing with self signed cert ([d956089](d956089))
- Loading branch information
1 parent
d956089
commit 2773fd2
Showing
3 changed files
with
9 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("2.0.1")] | ||
[assembly: AssemblyVersion("2.1.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