Skip to content

Commit 57e2d5a

Browse files
committed
Fix issue of undefined file extension for C# solutions
1 parent 5cae57c commit 57e2d5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "CodeHub",
33
"description": "Automatically pushes your Codewars submissions to GitHub",
44
"homepage_url": "https://github.com/FebinBellamy/CodeHub",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Febin Bellamy",
77
"action": {
88
"default_icon": {

scripts/codewarsToGithub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const supportedFileExtensions = {
1010
commonlisp: ".lisp",
1111
coq: ".v",
1212
crystal: ".cr",
13-
csharp: ".cs",
13+
"c#": ".cs",
1414
d: ".d",
1515
dart: ".dart",
1616
elixir: ".ex",

0 commit comments

Comments
 (0)