Skip to content

Commit

Permalink
#24 fixes dll file version being incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Oct 7, 2021
1 parent 06eb145 commit 0902f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NTwain/NTwain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Sign.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.7.0</Version>
<FileVersion>3.7.1</FileVersion>
<Version>3.7.1</Version>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down

0 comments on commit 0902f59

Please sign in to comment.