Skip to content

Commit

Permalink
2023.3-eap4
Browse files Browse the repository at this point in the history
  • Loading branch information
controlflow committed Nov 7, 2023
1 parent a373835 commit c2392bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/JetBrains.Annotations.csproj
Expand Up @@ -6,7 +6,7 @@
MAJOR and MINOR version numbers should match latest ReSharper version (to avoid confusion),
PATCH version may vary during development and EAPs -->
<VersionPrefix>2023.3.0</VersionPrefix>
<VersionSuffix>eap3</VersionSuffix>
<VersionSuffix>eap4</VersionSuffix>

<!-- versioning -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down
1 change: 1 addition & 0 deletions src/JetBrains.Annotations.nuspec
Expand Up @@ -22,6 +22,7 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
&#8226; Added SourceTemplateAttribute.Target property to provide a way to specify expression source template must be applied to.
&#8226; Added IgnoreSpellingAndGrammarErrorsAttribute to allow ignore grammar and spelling errors in literals passed to marked parameters.
&#8226; Added AspMinimalApiImplicitEndpointDeclarationAttribute to make IDE aware of Minimal API endpoints from third-party libraries.
&#8226; NoReorderAttribute can now be applied to multiple parts of the same type.
</releaseNotes>
<tags>jetbrains resharper rider annotations canbenull notnull</tags>
<dependencies>
Expand Down

0 comments on commit c2392bc

Please sign in to comment.