Skip to content

Commit e987059

Browse files
committed
update beta to ga
1 parent aaeb72e commit e987059

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

src/connections/sources/catalog/libraries/mobile/xamarin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The library issues requests that hit our servers, and then we route your data to
2020
**Note:** Since Xamarin requires Segment's library to be portable to different builds, Segment can only enable server-side destinations, as opposed to bundling select native SDKs like we do for iOS and Android. Look for the "Server" icon when selecting destinations. For tools for which we offer both bundled and server-side destinations, like Mixpanel, Amplitude, and Google Analytics, Segment's Xamarin library will only be able to use their server-side functionality.
2121

2222
> info "Analytics-CSharp (C#)"
23-
> With Analytics-CSharp, you can add Segment analytics to your C# based app which includes Xamarin. The [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/) is currently in beta and is governed by Segment’s [First Access and Beta terms](https://www.twilio.com/legal/tos){:target="_blank"}. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).
23+
> With Analytics-CSharp, you can add Segment analytics to your C# based app which includes Xamarin. The [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/) is currently in general availability. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).
2424
2525
## Getting Started
2626

src/connections/sources/catalog/libraries/server/csharp/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ To get started with the Analytics-CSharp library:
3434
1. Create a Source in Segment.
3535
1. Go to **Connections > Sources > Add Source**.
3636
2. Search for *Xamarin, Unity, or .NET* (whichever source you want to use) and click **Add Source**. **Note:** There is no CSharp source. To use Analytics-CSharp, use either Xamarin, Unity, or .NET as your source.
37-
2. Add the Analytics dependency to your project.
37+
2. Add the Analytics dependency to your project. **Analytics-CSharp** is distributed via NuGet. Check other installation options [here](https://www.nuget.org/packages/Segment.Analytics.CSharp/).
3838

39-
```git
39+
```
4040
dotnet add package Segment.Analytics.CSharp --version <LATEST_VERSION>
4141
```
42-
<br>**Note:** Analytics-CSharp is distributed through NuGet. Check out other installation options [here](https://www.nuget.org/packages/Segment.Analytics.CSharp/){:target="_blank"}. For Unity, Analytics-Chsharp is distributed through [OpenUPM](https://openupm.com/packages/com.segment.analytics.csharp/?subPage=readme){:target="_blank"}.
42+
For Unity, it is distributed via OpenUPM. Read more about it [here](https://openupm.com/packages/com.segment.analytics.csharp/?subPage=readme).
43+
```
44+
openupm add com.segment.analytics.csharp
45+
```
4346

4447
3. Initialize and configure the client.
4548

src/connections/sources/catalog/libraries/server/csharp/migration-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ strat: csharp
55

66
If you’re using a different library, follow the steps below to migrate to the [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/).
77

8-
> info ""
9-
> This library is currently in beta and is governed by Segment’s [First Access and Beta terms](https://www.twilio.com/legal/tos){:target="_blank"}.
108

119
## Start the Migration
1210

src/connections/sources/catalog/libraries/server/net/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Segment's .NET library is the best way to integrate analytics into your .NET app
1111
All of Segment's server-side libraries are built for high-performance, so you can use them in your web server controller code. This library uses an internal queue to make `identify` and `track` calls non-blocking and fast. It also batches messages and flushes asynchronously to our servers.
1212

1313
> info "Analytics-CSharp (C#)"
14-
> With Analytics-CSharp, you can add Segment analytics to your C# based app which includes .NET. The [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/) is currently in beta and is governed by Segment’s [First Access and Beta terms](https://www.twilio.com/legal/tos){:target="_blank"}. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).
14+
> With Analytics-CSharp, you can add Segment analytics to your C# based app which includes .NET. The [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/) is currently in general availability. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).
1515
1616
## Getting Started
1717

0 commit comments

Comments
 (0)