Skip to content

Commit

Permalink
2023.2-eap1
Browse files Browse the repository at this point in the history
  • Loading branch information
controlflow committed Mar 8, 2023
1 parent 6173275 commit 34b8ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Annotations.cs
Expand Up @@ -1289,7 +1289,7 @@ public AspMvcAreaViewComponentViewLocationFormatAttribute([NotNull] string forma

[NotNull] public string Format { get; }
}

[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = true)]
[Conditional("JETBRAINS_ANNOTATIONS")]
public sealed class AspMvcAreaViewLocationFormatAttribute : Attribute
Expand Down Expand Up @@ -1325,7 +1325,7 @@ public AspMvcPartialViewLocationFormatAttribute([NotNull] string format)

[NotNull] public string Format { get; }
}

[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = true)]
[Conditional("JETBRAINS_ANNOTATIONS")]
public sealed class AspMvcViewComponentViewLocationFormatAttribute : Attribute
Expand Down Expand Up @@ -1782,7 +1782,7 @@ public sealed class RazorWriteMethodParameterAttribute : Attribute { }

/// <summary>
/// XAML attribute. Indicates the type that has an <c>ItemsSource</c> property and should be treated
/// as an <c>ItemsControl</c>-derived type, to enable inner items <c>DataContext</c> type resolvement.
/// as an <c>ItemsControl</c>-derived type, to enable inner items <c>DataContext</c> type resolution.
/// </summary>
[AttributeUsage(AttributeTargets.Class)]
[Conditional("JETBRAINS_ANNOTATIONS")]
Expand Down
4 changes: 2 additions & 2 deletions src/JetBrains.Annotations.csproj
Expand Up @@ -5,8 +5,8 @@
Use 'eap' <VersionSuffix> for EAP builds of annotations
MAJOR and MINOR version numbers should match latest ReSharper version (to avoid confusion),
PATCH version may vary during development and EAPs -->
<VersionPrefix>2023.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>2023.2.0</VersionPrefix>
<VersionSuffix>eap1</VersionSuffix>

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

0 comments on commit 34b8ba0

Please sign in to comment.