Skip to content

Commit

Permalink
Drop strong assembly name #296
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Balanukhin committed Mar 26, 2024
1 parent 28e5e18 commit 82a7336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<PackageId>$(AssemblyName)</PackageId>
<Version>6.1.0</Version>
<Version>6.1.0.1</Version>
<Authors>Ruslan Balanukhin</Authors>
<Company>Rationale One</Company>
<Product>FFmpeg.AutoGen</Product>
Expand All @@ -15,13 +15,6 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)FFmpeg.AutoGen.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
Binary file removed FFmpeg.AutoGen.snk
Binary file not shown.

0 comments on commit 82a7336

Please sign in to comment.