|
5 | 5 | <TargetFrameworks>net10.0;net8.0</TargetFrameworks> |
6 | 6 | <RootNamespace>syntaxer</RootNamespace> |
7 | 7 | <AssemblyName>syntaxer</AssemblyName> |
8 | | - <AssemblyVersion>3.2.6.0</AssemblyVersion> |
9 | | - <FileVersion>3.2.6.0</FileVersion> |
10 | | - <Version>3.2.6.0</Version> |
| 8 | + <AssemblyVersion>3.2.7.0</AssemblyVersion> |
| 9 | + <FileVersion>3.2.7.0</FileVersion> |
| 10 | + <Version>3.2.7.0</Version> |
11 | 11 | <PackageReleaseNotes>- Ported to .NET10</PackageReleaseNotes> |
12 | | - <Description>C# syntax provider for CS-Script scripts. This service is created to allow the integration of C# syntax services with various extendibles IDE (e.g. VSCode, Notepad++, Sublime Text)</Description> |
| 12 | + <Description>C# syntax provider for CS-Script scripts. This service is created to allow the integration of C# syntax services with various extendible IDE (e.g. VSCode, Notepad++, Sublime Text)</Description> |
13 | 13 | <Authors>Oleg Shilo</Authors> |
14 | | - <Copyright>(C) 2024 Oleg Shilo</Copyright> |
| 14 | + <Copyright>(C) 2025-2026 Oleg Shilo</Copyright> |
15 | 15 | <PackageId>cs-syntaxer</PackageId> |
16 | 16 | <Product>cs-syntaxer</Product> |
17 | 17 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 | <ItemGroup> |
63 | | - <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" /> |
64 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" /> |
65 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" /> |
66 | | - <PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.14.0" /> |
67 | | - <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" /> |
68 | | - <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0" /> |
| 63 | + <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="5.0.0" /> |
| 64 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" /> |
| 65 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" /> |
| 66 | + <PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="5.0.0" /> |
| 67 | + <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="5.0.0" /> |
| 68 | + <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.1" /> |
69 | 69 | </ItemGroup> |
70 | 70 |
|
71 | 71 | </Project> |
0 commit comments