diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.4/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.4/meta.yaml new file mode 100644 index 0000000000..b0f54ec3a3 --- /dev/null +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.4/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: redhat-developer +name: che-omnisharp-plugin +version: 0.0.4 +type: Theia plugin +displayName: Omnisharp Theia Plug-in +title: C# Language Support for Theia +description: This plug-in registers omnisharp-roslyn as a language server and provides project dependencies and language syntax. +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/redhat-developer/omnisharp-theia-plugin +category: Language +firstPublicationDate: "2019-08-07" +spec: + containers: + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next + name: theia-omnisharp + memoryLimit: "1024Mi" + extensions: + - https://github.com/redhat-developer/omnisharp-theia-plugin/releases/download/v0.0.4/omnisharp_theia_plugin.theia diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml index 0325166ca0..235e657f7e 100644 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml @@ -10,11 +10,11 @@ description: This plug-in registers omnisharp-roslyn as a language server and pr icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/redhat-developer/omnisharp-theia-plugin category: Language -firstPublicationDate: "2019-06-19" +firstPublicationDate: "2019-08-07" spec: containers: - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next name: theia-omnisharp memoryLimit: "1024Mi" extensions: - - https://github.com/redhat-developer/omnisharp-theia-plugin/releases/download/v0.0.2/omnisharp_theia_plugin.theia + - https://github.com/redhat-developer/omnisharp-theia-plugin/releases/download/v0.0.4/omnisharp_theia_plugin.theia