Skip to content

Commit 3fa90fa

Browse files
committed
updated C# runner to 1.1.1
1 parent c60934b commit 3fa90fa

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
412 KB
Binary file not shown.
-360 KB
Binary file not shown.

plugins/csharp/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use tmc_langs_framework::{
2424
};
2525
use walkdir::WalkDir;
2626

27-
const TMC_CSHARP_RUNNER: &[u8] = include_bytes!("../deps/tmc-csharp-runner-1.1.zip");
27+
const TMC_CSHARP_RUNNER: &[u8] = include_bytes!("../deps/tmc-csharp-runner-1.1.1.zip");
2828

2929
#[derive(Default)]
3030
pub struct CSharpPlugin {}

0 commit comments

Comments
 (0)