File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
MAJOR and MINOR version numbers should match latest ReSharper version (to avoid confusion),
7
7
PATCH version may vary during development and EAPs -->
8
8
<VersionPrefix >2023.3.0</VersionPrefix >
9
- <VersionSuffix >eap3 </VersionSuffix >
9
+ <VersionSuffix >eap4 </VersionSuffix >
10
10
11
11
<!-- versioning -->
12
12
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
22
22
• Added SourceTemplateAttribute.Target property to provide a way to specify expression source template must be applied to.
23
23
• Added IgnoreSpellingAndGrammarErrorsAttribute to allow ignore grammar and spelling errors in literals passed to marked parameters.
24
24
• Added AspMinimalApiImplicitEndpointDeclarationAttribute to make IDE aware of Minimal API endpoints from third-party libraries.
25
+ • NoReorderAttribute can now be applied to multiple parts of the same type.
25
26
</releaseNotes >
26
27
<tags >jetbrains resharper rider annotations canbenull notnull</tags >
27
28
<dependencies >
You can’t perform that action at this time.
0 commit comments