From 1aba459a0ac6b16fb3f73be662e90f0db7811854 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 3 Jan 2025 11:47:19 -0500 Subject: [PATCH] csharp: Bump to v0.1.0 (#22617) 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 --- Cargo.lock | 2 +- extensions/csharp/Cargo.toml | 2 +- extensions/csharp/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f7945ffe69c659937035b6375064627815b4d34..73780bd73db9ffcfb6b1723c5d42786edce3224a 100644 --- a/Cargo.lock +++ b/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", ] diff --git a/extensions/csharp/Cargo.toml b/extensions/csharp/Cargo.toml index f123980cd60cf2412f3d3ad3b5c74e4b037b626c..daac33a9603db1b5d4bf5144fca6e47a0436d1c6 100644 --- a/extensions/csharp/Cargo.toml +++ b/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" diff --git a/extensions/csharp/extension.toml b/extensions/csharp/extension.toml index 640624cb5fc0e801477644f8e9eb48a101c62db6..8813ad06060ee2587b8bb9566403f8764d66a52f 100644 --- a/extensions/csharp/extension.toml +++ b/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 "] repository = "https://github.com/zed-industries/zed"