src/dotnet/Plugin.props (13 lines of code) (raw):
<Project>
<PropertyGroup>
<!-- See https://www.nuget.org/packages/JetBrains.ReSharper.SDK -->
<!-- Keep in sync with ProductVersion in gradle.properties -->
<SdkVersion>2023.1.0</SdkVersion>
<Title>QuirkyFormatting</Title>
<Description>Description</Description>
<Authors>Author</Authors>
<Copyright>Copyright $([System.DateTime]::Now.Year) Maintainers of QuirkyFormatting</Copyright>
<PackageTags>resharper plugin</PackageTags>
<PackageProjectUrl></PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageIconUrl></PackageIconUrl>
</PropertyGroup>
</Project>