Skip to content

Commit efee611

Browse files
committed
Assembly is now signed
1 parent 3f5dd7b commit efee611

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NvAPIWrapper/NvAPIWrapper.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PlatformTarget>AnyCPU</PlatformTarget>
1818
<Title>NvAPIWrapper (for NVAPI R375)</Title>
1919
<PackageId>NvAPIWrapper.Net</PackageId>
20+
<AssemblyOriginatorKeyFile>OpenSourceStrongNameSignKey.pfx</AssemblyOriginatorKeyFile>
2021
</PropertyGroup>
2122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2223
<BumpLabel>dev</BumpLabel>
@@ -29,6 +30,7 @@
2930
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3031
<OutputPath>..\Release</OutputPath>
3132
<DocumentationFile>..\Release\NvAPIWrapper.xml</DocumentationFile>
33+
<SignAssembly>true</SignAssembly>
3234
</PropertyGroup>
3335
<ItemGroup>
3436
<PackageReference PrivateAssets="all" Include="MSBump" Version="2.3.2">

0 commit comments

Comments
 (0)