From 7e887d9848dbfeca268814aeb237c83dc1244c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lozier?= Date: Thu, 19 Dec 2024 14:33:51 -0500 Subject: [PATCH] Version 1.3.5 --- CurrentVersion.props | 2 +- Package/nuget/DynamicLanguageRuntime.nuspec | 2 +- Src/Microsoft.Scripting/LanguageOptions.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CurrentVersion.props b/CurrentVersion.props index ab82e5d8..c24b6a93 100644 --- a/CurrentVersion.props +++ b/CurrentVersion.props @@ -3,7 +3,7 @@ 1 3 - 4 + 5 final 0 diff --git a/Package/nuget/DynamicLanguageRuntime.nuspec b/Package/nuget/DynamicLanguageRuntime.nuspec index beefbc4e..77128c48 100644 --- a/Package/nuget/DynamicLanguageRuntime.nuspec +++ b/Package/nuget/DynamicLanguageRuntime.nuspec @@ -3,7 +3,7 @@ DynamicLanguageRuntime Dynamic Language Runtime - 1.3.4 + 1.3.5 DLR Contributors,Microsoft DLR Community https://ironpython.net diff --git a/Src/Microsoft.Scripting/LanguageOptions.cs b/Src/Microsoft.Scripting/LanguageOptions.cs index da9ce2ef..3498e22b 100644 --- a/Src/Microsoft.Scripting/LanguageOptions.cs +++ b/Src/Microsoft.Scripting/LanguageOptions.cs @@ -31,7 +31,7 @@ public bool NoAdaptiveCompilation { } /// - /// The number of iterations before the interpreter starts compiling.s + /// The number of iterations before the interpreter starts compiling. /// public int CompilationThreshold { get { return _compilationThreshold; }