Releases: GitHubPang/Rossynt
Releases · GitHubPang/Rossynt
rossynt-223.4.0
Added
- Support .NET 7.
Removed
- Dropped support for .NET Core 3.1, which has already reached end of support on 2022-12-13.
rossynt-223.3.0
Changed
- Updated
Microsoft.CodeAnalysis.CSharp
(Roslyn) from 4.3.1 to 4.4.0 - 9175e4b- Consequently,
Microsoft.CodeAnalysis.CSharp.LanguageVersion.CSharp11
is added - 4a94938 - Also, a few
SyntaxKind
members were added, such asFileKeyword
andScopedType
- e834c41
- Consequently,
rossynt-223.2.0
rossynt-223.1.0
Added
- Support IntelliJ Platform 2022.3 - e26c9f5
rossynt-222.3.1
Added
- Add tooltip for C# version dropdown - 44ca0d2
rossynt-222.3.0
Added
- Add dropdown for selecting the C# version used for parsing the source code. This corresponds to the
Microsoft.CodeAnalysis.CSharp.LanguageVersion
enum.
rossynt-222.2.0
Changed
- Updated
Microsoft.CodeAnalysis.CSharp
(Roslyn) from 4.2.0 to 4.3.0 - 19349cf, fdb7ce1- In particular,
ExclamationExclamationToken
was removed. - On the other hand, a few other
SyntaxKind
members were added, such asGreaterThanGreaterThanGreaterThanToken
.
- In particular,
rossynt-222.1.1
Changed
- Improve UI in settings - 081b56c
rossynt-222.1.0
Added
- Support IntelliJ Platform 2022.2 - 20ce200
rossynt-221.1.0
Added
- Support IntelliJ Platform 2022.1.