csharp: Bump to v0.0.2 (#10651)

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

Changes:

- #10638

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-16 15:49:16 -04:00 committed by GitHub
parent 9a680dafc3
commit 0b2de51c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -12630,7 +12630,7 @@ dependencies = [
[[package]]
name = "zed_csharp"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"zed_extension_api 0.0.4",
]

View file

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

View file

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