Skip to content

Commit aa37afc

Browse files
committed
Update C# basics for .NET 9
- Remove experimental moniker from Android/iOS support.
1 parent 6ebd201 commit aa37afc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tutorials/scripting/c_sharp/c_sharp_basics.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ and (re)visit the :ref:`Scripting section <doc_scripting>` of the
1212
step-by-step tutorial.
1313

1414
C# is a high-level programming language developed by Microsoft. In Godot,
15-
it is implemented with .NET 8.0.
15+
it is implemented with .NET 9.0.
1616

1717
.. attention::
1818

1919
Projects written in C# using Godot 4 currently cannot be exported to the web
2020
platform. To use C# on the web platform, consider Godot 3 instead.
21-
Android and iOS platform support is available as of Godot 4.2, but is
22-
experimental and :ref:`some limitations apply <doc_c_sharp_platforms>`.
21+
Android and iOS platform support is available as of Godot 4.2, but
22+
:ref:`some limitations apply <doc_c_sharp_platforms>`.
2323

2424
.. note::
2525

@@ -355,8 +355,8 @@ You can read more about this error on the `C# language reference <https://learn.
355355
Performance of C# in Godot
356356
--------------------------
357357

358-
.. seealso::
359-
358+
.. seealso::
359+
360360
For a performance comparison of the languages Godot supports,
361361
see :ref:`doc_faq_which_programming_language_is_fastest`.
362362

@@ -419,8 +419,8 @@ the ``.csproj`` file located in the project root:
419419
...
420420
</Project>
421421
422-
As of Godot 3.2.3, Godot automatically downloads and sets up newly added NuGet
423-
packages the next time it builds the project.
422+
Godot automatically downloads and sets up newly added NuGet packages
423+
the next time it builds the project.
424424

425425
Profiling your C# code
426426
----------------------

0 commit comments

Comments
 (0)