Skip to content

Commit

Permalink
Merge pull request #146 from smdn/releases/Smdn.LibHighlightSharp.Bin…
Browse files Browse the repository at this point in the history
…dings-4.4.1-1707029417

Release add-linux-x64-bindings/Smdn.LibHighlightSharp.Bindings-4.4.1
  • Loading branch information
smdn committed Feb 4, 2024
2 parents 7c1b599 + eb0f181 commit 6cb79f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.3.1)
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.4.1)
// Name: Smdn.LibHighlightSharp.Bindings
// AssemblyVersion: 4.3.1.0
// InformationalVersion: 4.3.1+4b0d8e23dd2f28708a227adfb5d05f558898d448
// AssemblyVersion: 4.4.1.0
// InformationalVersion: 4.4.1+7c1b59979f43347db32c1f38e81f331d748b32ed
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -151,6 +151,7 @@ public class CodeGenerator : IDisposable {
public bool getValidateInput() {}
public bool initIndentationScheme(string indentScheme) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel, bool legacy) {}
public bool initPluginScript(string script) {}
public bool initTheme(string themePath) {}
public bool initTheme(string themePath, bool loadSemanticStyles) {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.3.1)
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.4.1)
// Name: Smdn.LibHighlightSharp.Bindings
// AssemblyVersion: 4.3.1.0
// InformationalVersion: 4.3.1+4b0d8e23dd2f28708a227adfb5d05f558898d448
// AssemblyVersion: 4.4.1.0
// InformationalVersion: 4.4.1+7c1b59979f43347db32c1f38e81f331d748b32ed
// TargetFramework: .NETCoreApp,Version=v8.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -150,6 +150,7 @@ public class CodeGenerator : IDisposable {
public bool getValidateInput() {}
public bool initIndentationScheme(string indentScheme) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel, bool legacy) {}
public bool initPluginScript(string script) {}
public bool initTheme(string themePath) {}
public bool initTheme(string themePath, bool loadSemanticStyles) {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.3.1)
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.4.1)
// Name: Smdn.LibHighlightSharp.Bindings
// AssemblyVersion: 4.3.1.0
// InformationalVersion: 4.3.1+4b0d8e23dd2f28708a227adfb5d05f558898d448
// AssemblyVersion: 4.4.1.0
// InformationalVersion: 4.4.1+7c1b59979f43347db32c1f38e81f331d748b32ed
// TargetFramework: .NETStandard,Version=v2.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -148,6 +148,7 @@ public class CodeGenerator : IDisposable {
public bool getValidateInput() {}
public bool initIndentationScheme(string indentScheme) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel, bool legacy) {}
public bool initPluginScript(string script) {}
public bool initTheme(string themePath) {}
public bool initTheme(string themePath, bool loadSemanticStyles) {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.3.1)
// Smdn.LibHighlightSharp.Bindings.dll (Smdn.LibHighlightSharp.Bindings-4.4.1)
// Name: Smdn.LibHighlightSharp.Bindings
// AssemblyVersion: 4.3.1.0
// InformationalVersion: 4.3.1+4b0d8e23dd2f28708a227adfb5d05f558898d448
// AssemblyVersion: 4.4.1.0
// InformationalVersion: 4.4.1+7c1b59979f43347db32c1f38e81f331d748b32ed
// TargetFramework: .NETStandard,Version=v2.1
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -148,6 +148,7 @@ public class CodeGenerator : IDisposable {
public bool getValidateInput() {}
public bool initIndentationScheme(string indentScheme) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel) {}
public LSResult initLanguageServer(string executable, SWIGTYPE_p_std__vectorT_std__string_t options, string workspace, string syntax, int delay, int logLevel, bool legacy) {}
public bool initPluginScript(string script) {}
public bool initTheme(string themePath) {}
public bool initTheme(string themePath, bool loadSemanticStyles) {}
Expand Down

0 comments on commit 6cb79f1

Please sign in to comment.