csharp: Bump to v0.1.0 (#22617)

Marshall Bowers created

This PR bumps the C# extension to v0.1.0.

Changes:

- https://github.com/zed-industries/zed/pull/15175
- https://github.com/zed-industries/zed/pull/15885
- https://github.com/zed-industries/zed/pull/16955
- https://github.com/zed-industries/zed/pull/18869
- https://github.com/zed-industries/zed/pull/22599

Release Notes:

- N/A

Change summary

Cargo.lock                       | 2 +-
extensions/csharp/Cargo.toml     | 2 +-
extensions/csharp/extension.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -16341,7 +16341,7 @@ dependencies = [
 
 [[package]]
 name = "zed_csharp"
-version = "0.0.2"
+version = "0.1.0"
 dependencies = [
  "zed_extension_api 0.1.0",
 ]

extensions/csharp/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "zed_csharp"
-version = "0.0.2"
+version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"

extensions/csharp/extension.toml 🔗

@@ -1,7 +1,7 @@
 id = "csharp"
 name = "C#"
 description = "C# support."
-version = "0.0.2"
+version = "0.1.0"
 schema_version = 1
 authors = ["fminkowski <fminkowski@gmail.com>"]
 repository = "https://github.com/zed-industries/zed"