Skip to content

Commit

Permalink
2023.2.0-eap3
Browse files Browse the repository at this point in the history
  • Loading branch information
controlflow committed May 11, 2023
1 parent 72b5348 commit dbde025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Annotations.cs
Expand Up @@ -1884,7 +1884,7 @@ public TestSubjectAttribute([NotNull] Type subject)
/// [Test]
/// public void Should_add_two_numbers()
/// {
/// Assert.That(Component.Add(2,3 ), Is.EqualTo(5));
/// Assert.That(Component.Add(2, 3), Is.EqualTo(5));
/// }
/// }
/// </code></example>
Expand Down
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.2.0</VersionPrefix>
<VersionSuffix>eap2</VersionSuffix>
<VersionSuffix>eap3</VersionSuffix>

<!-- versioning -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/JetBrains.Annotations.nuspec
Expand Up @@ -19,7 +19,7 @@ All usages of JetBrains.Annotations attributes are erased from metadata by defau
</description>
<releaseNotes>
&#8226; Added AspMvcViewComponentViewLocationFormatAttribute and AspMvcAreaViewComponentViewLocationFormatAttribute for ASP.NET Core ViewComponent views support
&#8226; Added TestSubjectAttribute for Unit Testing IDE features
&#8226; Added TestSubjectAttribute and MeansTestSubjectAttribute for Unit Testing IDE features
</releaseNotes>
<tags>jetbrains resharper rider annotations canbenull notnull</tags>
<dependencies>
Expand Down

0 comments on commit dbde025

Please sign in to comment.