Skip to content

Commit 6823686

Browse files
Update analyzer version and clean up solution structure
Increment Open.Text.Analyzers to 1.0.1. Update solution for VS 2022 v18.2, remove unused solution folders ("Source.ZLinq", "Source"), and flatten project organization by removing NestedProjects. No code changes.
1 parent a1216fa commit 6823686

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Analyzers/Open.Text.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1616

1717
<PackageId>Open.Text.Analyzers</PackageId>
18-
<Version>1.0.0</Version>
18+
<Version>1.0.1</Version>
1919
<Authors>electricessence</Authors>
2020
<Description>Roslyn analyzers for detecting inefficient string patterns and suggesting modern alternatives using Span&lt;char&gt;, ReadOnlySpan&lt;char&gt;, and StringSegment.</Description>
2121
<PackageTags>roslyn;analyzer;string;span;performance;Open.Text</PackageTags>

Open.Text.sln

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31710.8
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.2.11415.280 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Text", "Source\Open.Text.csproj", "{3C245F69-844A-4DC9-93E7-C02545B013C0}"
77
EndProject
@@ -18,12 +18,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
.editorconfig = .editorconfig
1919
EndProjectSection
2020
EndProject
21-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source.ZLinq", "Source.ZLinq", "{A0F13297-198D-5842-7C5A-076999C53D0F}"
22-
EndProject
2321
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Text.ZLinq", "Source.ZLinq\Open.Text.ZLinq.csproj", "{2F241AF3-5EC7-42CB-9837-EA937BEB97EA}"
2422
EndProject
25-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{B8EFCA5F-814F-285C-A8CB-F00F14650265}"
26-
EndProject
2723
Global
2824
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2925
Debug|Any CPU = Debug|Any CPU
@@ -110,9 +106,6 @@ Global
110106
GlobalSection(SolutionProperties) = preSolution
111107
HideSolutionNode = FALSE
112108
EndGlobalSection
113-
GlobalSection(NestedProjects) = preSolution
114-
{2F241AF3-5EC7-42CB-9837-EA937BEB97EA} = {A0F13297-198D-5842-7C5A-076999C53D0F}
115-
EndGlobalSection
116109
GlobalSection(ExtensibilityGlobals) = postSolution
117110
SolutionGuid = {E4D180B1-0EE4-4265-B49E-EC5B6A9AFAA3}
118111
EndGlobalSection

0 commit comments

Comments
 (0)