You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ClangSharp has joined the .NET Foundation since we last updated. In the process its license and copyright notice changed.
* ClangSharp no longer supports .NET 5, as such we no longer support .NET 5. (See #241 (comment))
* Clang 14 introduced a new "using" type class, and support for it was added to TypeReductionTransformation.
Fixes#241
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
23
-
24
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.
25
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution.
26
-
Neither the names of Microsoft, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission.
27
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
Copy file name to clipboardExpand all lines: docs/PlatformSupport.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ In addition to Biohazrd's handling of ABI concerns, some features of Biohazrd re
82
82
83
83
### .NET runtime support
84
84
85
-
Biohazrd its self is a .NET 5 library, so generators themselves must target .NET 5 or newer. (.NET 6 or newer is recommended since .NET 5 is out of support. .NET 5 is supported a courtesy to those stuck on Visual Studio 2019.)
85
+
Biohazrd its self is a .NET 6 library, so generators themselves must target .NET 6 or newer. We intend to support .NET 6 for as long as it is supported by Microsoft. (.NET 5 support was dropped in [v0.0.0-beta4](https://github.com/MochiLibraries/Biohazrd/releases/tag/v0.0.0-beta4).)
86
86
87
87
As for the wrappers you generate with said generators, Biohazrd is not especially opinionated about the version of the .NET Runtime you target, but it does prefer generating C# 10 code. (C# 9 if you ask nicely.)
0 commit comments