Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ bin/
obj/
.vs/
resources/App/*.lock
resources/App/.mendix-cache
resources/App/.mendix-cache
resources/App/extensions/MxLintExtension/*
2 changes: 1 addition & 1 deletion MxLint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class MxLint
string CLIBaseURL;
string RulesBaseURL;
private readonly ILogService _logService;
private const string CLIVersion = "v3.1.0";
private const string CLIVersion = "v3.2.1";
private const string RulesVersion = "v3.1.0";

public MxLint(IModel model, ILogService logService)
Expand Down
Empty file.
197 changes: 0 additions & 197 deletions resources/App/extensions/MxLintExtension/MxLintExtension.deps.json

This file was deleted.

Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions resources/App/extensions/MxLintExtension/manifest.json

This file was deleted.

Loading
Loading