Skip to content

Commit c2392bc

Browse files
committed
2023.3-eap4
1 parent a373835 commit c2392bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/JetBrains.Annotations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MAJOR and MINOR version numbers should match latest ReSharper version (to avoid confusion),
77
PATCH version may vary during development and EAPs -->
88
<VersionPrefix>2023.3.0</VersionPrefix>
9-
<VersionSuffix>eap3</VersionSuffix>
9+
<VersionSuffix>eap4</VersionSuffix>
1010

1111
<!-- versioning -->
1212
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

src/JetBrains.Annotations.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
2222
&#8226; Added SourceTemplateAttribute.Target property to provide a way to specify expression source template must be applied to.
2323
&#8226; Added IgnoreSpellingAndGrammarErrorsAttribute to allow ignore grammar and spelling errors in literals passed to marked parameters.
2424
&#8226; Added AspMinimalApiImplicitEndpointDeclarationAttribute to make IDE aware of Minimal API endpoints from third-party libraries.
25+
&#8226; NoReorderAttribute can now be applied to multiple parts of the same type.
2526
</releaseNotes>
2627
<tags>jetbrains resharper rider annotations canbenull notnull</tags>
2728
<dependencies>

0 commit comments

Comments
 (0)