Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .pubnub.yml for .Net version support #223

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 23 additions & 22 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ supported-platforms:
- .Net Framework 4.0
- .Net Framework 4.5
- .Net Framework 4.6.1+
- .Net Framework 6.0
-
version: PubnubPCL 'C#' 6.20.1
platforms:
Expand Down Expand Up @@ -892,9 +893,9 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Windows 10 Home
- Windows 10 Pro
Expand Down Expand Up @@ -1031,9 +1032,9 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Windows 10 Home
- Windows 10 Pro
Expand Down Expand Up @@ -1152,10 +1153,10 @@ sdks:
supported-operating-systems:
Android:
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
target-api-level:
- 11
minimum-api-level:
Expand All @@ -1172,10 +1173,10 @@ sdks:
- ARMv7 (Cortex) CPU with NEON support
iOS:
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- iOS 9.0
maximum-os-version:
Expand All @@ -1189,10 +1190,10 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Windows 10 Home
- Windows 10 Pro
Expand Down Expand Up @@ -1269,7 +1270,7 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
maximum-os-version:
Expand All @@ -1280,10 +1281,10 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
Expand Down Expand Up @@ -1330,7 +1331,7 @@ sdks:
supported-operating-systems:
Android:
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
target-api-level:
Expand All @@ -1349,10 +1350,10 @@ sdks:
- ARMv7 (Cortex) CPU with NEON support
iOS:
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- iOS 9.0
maximum-os-version:
Expand All @@ -1366,10 +1367,10 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Windows 10 Home
- Windows 10 Pro
Expand Down Expand Up @@ -1446,10 +1447,10 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
maximum-os-version:
- Ubuntu 20.04 LTS
minimum-os-version:
Expand All @@ -1458,10 +1459,10 @@ sdks:
target-architecture:
- x86-64
runtime-version:
- .NET 4.x Equivalent
- .NET 6.x Equivalent
api-compatibility:
- .NET Core 2
- .NET 4.x
- .NET 6.x
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
Expand Down
Loading