Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6eeb17f

Browse filesBrowse files
committed
missed version update
1 parent 35e1d7e commit 6eeb17f
Copy full SHA for 6eeb17f

File tree

1 file changed

+1
-3
lines changed
Filter options

1 file changed

+1
-3
lines changed

‎src/Dotnet.Script.Core/ScriptPublisher.cs

Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptPublisher.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
using Dotnet.Script.Core.Internal;
21
using Dotnet.Script.DependencyModel.Environment;
32
using Dotnet.Script.DependencyModel.Logging;
43
using Dotnet.Script.DependencyModel.Process;
54
using Dotnet.Script.DependencyModel.ProjectSystem;
65
using Microsoft.CodeAnalysis;
7-
using Microsoft.CodeAnalysis.Scripting;
86
using System;
97
using System.IO;
108
using System.Reflection;
@@ -13,7 +11,7 @@ namespace Dotnet.Script.Core
1311
{
1412
public class ScriptPublisher
1513
{
16-
private const string ScriptingVersion = "3.8.0-5.final";
14+
private const string ScriptingVersion = "3.8.0";
1715

1816
private readonly ScriptProjectProvider _scriptProjectProvider;
1917
private readonly ScriptEmitter _scriptEmitter;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.