Skip to content

Commit

Permalink
19
Browse files Browse the repository at this point in the history
  • Loading branch information
totoantibes committed Jul 16, 2024
1 parent b55957d commit 359c58f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions LumixPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
</ItemGroup>
<ItemGroup>
<None Update="Library\Lmxptpif.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Library\Lmxptpif.lib">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="LumixcameraDrivers\Lmxptpif.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Properties\Settings.Settings">
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("1.0.0.18")]
[assembly: AssemblyFileVersion("1.0.0.18")]
[assembly: AssemblyVersion("1.0.0.19")]
[assembly: AssemblyFileVersion("1.0.0.19")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("LumixCamera")]
Expand Down

0 comments on commit 359c58f

Please sign in to comment.