We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b5dcf commit 867cb09Copy full SHA for 867cb09
1 file changed
CustomSelectFileDlg/CustomSelectFileDlg.csproj
@@ -25,6 +25,8 @@ Additionally it supports folder selection, similar to the CommonOpenFileDialog f
25
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
26
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
27
<EnableNETAnalyzers>True</EnableNETAnalyzers>
28
+ <Authors>Sebastian Becker</Authors>
29
+ <Company />
30
</PropertyGroup>
31
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'">
32
<NoWarn>1701;1702;CA1852</NoWarn>
0 commit comments