Skip to content

Commit 2cac650

Browse files
authored
Releases/3.2 (#68)
* Moving version number to Core project + surfacing in visualizer window title * Updating visualizers version number * Features/net core app visualizer (#66), re: #65 * Adding .NET Core 3.1 test, Visualizers.Core, Visualizers.Console and Visualizers.Vs16 projects / Switching test projects to .NET Core project format / Switching CLS-compliance to opt-in * Adding NetCore visualizer to installer project * Refactoring installer classes / Adding NetCore visualizer assembly * Features/count indents (#67) * Features/font selector (#59) * Start * Continued * Continued * Working font family selector, adding test console app * Adding font size selector * Option to fix dialog size instead of resizing to code (#60) * Start of line counts * Implementing simple GetLineCounts * More GetLineCount()s * More line counts * More line counts * Another line count * Final GetLineCounts + fixing build * Tidying * Translation adjustments * Tidying * Updating package to v2.4.1 * Switching to resize on Resize event only, fixes #64 * v 2.4.1 NuGet package and v3.2 installer and visualizers
1 parent 3c6d16b commit 2cac650

File tree

113 files changed

+2591
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2591
-1194
lines changed
8 KB
Binary file not shown.
8.5 KB
Binary file not shown.
8 KB
Binary file not shown.
8.5 KB
Binary file not shown.
8.5 KB
Binary file not shown.
193 KB
Binary file not shown.
8.5 KB
Binary file not shown.
132 KB
Binary file not shown.

ClsCompliant.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using System;
2+
3+
[assembly: CLSCompliant(true)]

CommonAssemblyInfo.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
using System;
2-
using System.Reflection;
1+
using System.Reflection;
32
using System.Resources;
43

54
[assembly: AssemblyCompany("AgileObjects Ltd")]
65
[assembly: AssemblyProduct("AgileObjects.ReadableExpressions")]
76
[assembly: AssemblyCopyright("Copyright © AgileObjects Ltd 2020")]
8-
[assembly: NeutralResourcesLanguage("en")]
9-
10-
[assembly: CLSCompliant(true)]
7+
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)