Skip to content

Commit 5b80258

Browse files
authored
Merge pull request #39 from vcsjones/release-prep
Prepare for 0.13 release
2 parents 1d3545e + a28b15f commit 5b80258

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

AuthenticodeLint/AuthenticodeLint.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<OutputType>WinExe</OutputType>
3+
<OutputType>Exe</OutputType>
44
<AssemblyName>authlint</AssemblyName>
55
<PackageId>AuthenticodeLint</PackageId>
66
<TargetFramework>net8.0</TargetFramework>
@@ -11,13 +11,18 @@
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>authlint</ToolCommandName>
1313
<Description>Authenticode Lint is a Windows command-line tool for linting an examining an Authenticode signed file.</Description>
14-
<Authors>Kevin Jones</Authors>
1514
<PackageTags>authenticode</PackageTags>
1615
<PackageProjectUrl>https://github.com/vcsjones/AuthenticodeLint</PackageProjectUrl>
1716
<RepositoryUrl>https://github.com/vcsjones/AuthenticodeLint</RepositoryUrl>
1817
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1918
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2019
<Nullable>enable</Nullable>
20+
<RuntimeIdentifiers>win-x64;win-arm64;win-x86</RuntimeIdentifiers>
21+
<PublishAot Condition="$(RuntimeIdentifier.EndsWith('64'))">true</PublishAot>
22+
<EventSourceSupport>false</EventSourceSupport>
23+
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
24+
<OptimizationPreference>Size</OptimizationPreference>
25+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2126
</PropertyGroup>
2227
<ItemGroup>
2328
<PackageReference Include="AuthenticodeExaminer" Version="0.4.0" />

0 commit comments

Comments
 (0)