Skip to content

Commit ed4ed84

Browse files
Add supported platforms for IceRPC C# 0.4
1 parent 1c9b029 commit ed4ed84

File tree

3 files changed

+88
-1
lines changed

3 files changed

+88
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: IceRPC for C# 0.3
3+
---
4+
5+
ZeroC supports IceRPC for C# on the following platforms:
6+
7+
## Windows
8+
9+
OS | Version | Architectures | .NET version
10+
---------------|---------|---------------|-------------
11+
Windows 10 | 22H2 | x64, x86 | .NET 8.0
12+
Windows 11 | 22H2 | x64, x86 | .NET 8.0
13+
Windows Server | 2022 | x64 | .NET 8.0
14+
15+
## Linux
16+
17+
OS | Version | Architectures | .NET version
18+
-------------------------|---------|---------------|-------------
19+
Alpine Linux | 3.18 | x64, Arm64 | .NET 8.0
20+
Debian | 12 | x64, Arm64 | .NET 8.0
21+
Red Hat Enterprise Linux | 9 | x64, Arm64 | .NET 8.0
22+
Ubuntu | 22.04 | x64, Arm64 | .NET 8.0
23+
24+
## macOS
25+
26+
OS | Version | Architectures | .NET version
27+
------|--------------|---------------|-------------
28+
macOS | 14 (Sonoma) | x64, Arm64 | .NET 8.0
29+
30+
## Other platforms
31+
32+
ZeroC provides support on a best effort basis—without any guarantee—for all other [.NET 8.0 platforms].
33+
34+
## Previous versions
35+
36+
[IceRPC for C# 0.2]\
37+
[IceRPC for C# 0.1]
38+
39+
[IceRPC for C# 0.2]: icerpc-csharp-0_2
40+
[IceRPC for C# 0.1]: icerpc-csharp-0_1
41+
42+
[.NET 8.0 platforms]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: IceRPC for C# 0.4
3+
---
4+
5+
ZeroC supports IceRPC for C# on the following platforms:
6+
7+
## Windows
8+
9+
OS | Version | Architectures | .NET version
10+
---------------|---------|---------------|-------------
11+
Windows 10 | 22H2 | x64, x86 | .NET 8.0, .NET 9.0
12+
Windows 11 | 23H2 | x64, x86 | .NET 8.0, .NET 9.0
13+
Windows Server | 2022 | x64 | .NET 8.0, .NET 9.0
14+
15+
## Linux
16+
17+
OS | Version | Architectures | .NET version
18+
-------------------------|---------|---------------|-------------
19+
Debian | 12 | x64, Arm64 | .NET 8.0, .NET 9.0
20+
Red Hat Enterprise Linux | 9 | x64, Arm64 | .NET 8.0, .NET 9.0
21+
Ubuntu | 22.04 | x64, Arm64 | .NET 8.0, .NET 9.0
22+
23+
## macOS
24+
25+
OS | Version | Architectures | .NET version
26+
------|--------------|---------------|-------------
27+
macOS | 14 (Sonoma) | Arm64 | .NET 8.0, .NET 9.0
28+
29+
## Other platforms
30+
31+
ZeroC provides support on a best effort basis—without any guarantee—for all other [.NET 8.0 platforms]
32+
and [.NET 9.0 platforms].
33+
34+
## Previous versions
35+
36+
[IceRPC for C# 0.3]\
37+
[IceRPC for C# 0.2]\
38+
[IceRPC for C# 0.1]
39+
40+
[IceRPC for C# 0.3]: icerpc-csharp-0_3
41+
[IceRPC for C# 0.2]: icerpc-csharp-0_2
42+
[IceRPC for C# 0.1]: icerpc-csharp-0_1
43+
44+
[.NET 8.0 platforms]: https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md
45+
[.NET 9.0 platforms]: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

data/contentMap.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"links": [
6161
{
6262
"title": "IceRPC for C#",
63-
"path": "/getting-started/supported-platforms/icerpc-csharp-0_2"
63+
"path": "/getting-started/supported-platforms/icerpc-csharp-0_4"
6464
}
6565
]
6666
}

0 commit comments

Comments
 (0)