Skip to content

Commit

Permalink
2023.2.0-eap2
Browse files Browse the repository at this point in the history
  • Loading branch information
controlflow committed Apr 18, 2023
1 parent 25777cd commit 7a6b096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Annotations.cs
Expand Up @@ -1835,7 +1835,7 @@ public sealed class XamlOneWayBindingModeByDefaultAttribute : Attribute { }
public sealed class XamlTwoWayBindingModeByDefaultAttribute : Attribute { }

#endregion

#region Unit Testing

/// <summary>
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>eap1</VersionSuffix>
<VersionSuffix>eap2</VersionSuffix>

<!-- versioning -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
Expand Down
1 change: 1 addition & 0 deletions src/JetBrains.Annotations.nuspec
Expand Up @@ -19,6 +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
</releaseNotes>
<tags>jetbrains resharper rider annotations canbenull notnull</tags>
<dependencies>
Expand Down

0 comments on commit 7a6b096

Please sign in to comment.