Skip to content

Commit a8da354

Browse files
committed
fix: Correct casing of Automatic-Module-Name in MANIFEST files
1 parent b5c4a1e commit a8da354

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • com.microsoft.copilot.eclipse.core.agent.linux.aarch64/META-INF
  • com.microsoft.copilot.eclipse.core.agent.linux.x64/META-INF
  • com.microsoft.copilot.eclipse.core.agent.macosx.aarch64/META-INF
  • com.microsoft.copilot.eclipse.core.agent.macosx.x64/META-INF
  • com.microsoft.copilot.eclipse.core.agent.win32/META-INF

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.18.0
99
### Added
10-
- ‼️ Prepare for the [upcoming usage-based billing](https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/), We strongly recommend upgrading to this version as soon as possible. [#203](https://github.com/microsoft/copilot-for-eclipse/issues/203)
10+
- ℹ️ Prepare for the [upcoming usage-based billing](https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/). We strongly recommend upgrading to this version as soon as possible. [#203](https://github.com/microsoft/copilot-for-eclipse/issues/203)
1111
- Add Copilot preference for a chat's custom instructions loading. [#62](https://github.com/microsoft/copilot-for-eclipse/issues/62), contributed by [@travkin79](https://github.com/travkin79)
1212
- Support skills and prompt files. [PR#133](https://github.com/microsoft/copilot-for-eclipse/pull/133)
1313
- Support displaying thinking blocks in chat view. [#202](https://github.com/microsoft/copilot-for-eclipse/issues/202)

com.microsoft.copilot.eclipse.core.agent.linux.aarch64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
5-
Automatic-Module-NAME: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
5+
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.linux.aarch64
66
Bundle-Version: 0.18.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core

com.microsoft.copilot.eclipse.core.agent.linux.x64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.linux.x64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.linux.x64
5-
Automatic-Module-NAME: com.microsoft.copilot.eclipse.core.agent.linux.x64
5+
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.linux.x64
66
Bundle-Version: 0.18.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core

com.microsoft.copilot.eclipse.core.agent.macosx.aarch64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
5-
Automatic-Module-NAME: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
5+
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.macosx.aarch64
66
Bundle-Version: 0.18.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core

com.microsoft.copilot.eclipse.core.agent.macosx.x64/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.macosx.x64
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.macosx.x64
5-
Automatic-Module-NAME: com.microsoft.copilot.eclipse.core.agent.macosx.x64
5+
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.macosx.x64
66
Bundle-Version: 0.18.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core

com.microsoft.copilot.eclipse.core.agent.win32/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.microsoft.copilot.eclipse.core.agent.win32
44
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core.agent.win32
5-
Automatic-Module-NAME: com.microsoft.copilot.eclipse.core.agent.win32
5+
Automatic-Module-Name: com.microsoft.copilot.eclipse.core.agent.win32
66
Bundle-Version: 0.18.0.qualifier
77
Bundle-Vendor: GitHub Copilot
88
Fragment-Host: com.microsoft.copilot.eclipse.core

0 commit comments

Comments
 (0)