Skip to content

Commit

Permalink
Fix NuGet dependency, bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescao460 committed Mar 28, 2024
1 parent 9cc8eba commit a9be700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetLibDirectshowCapture/NetLibDirectshowCapture.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<IsPackable>true</IsPackable>
<IncludeBuildOutput>true</IncludeBuildOutput>
<PackageId>NetLibDirectshowCapture</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<Authors>Shirui Cao</Authors>
<Title>.NET Wrapper of OBSproject/libdshowcapture</Title>
<Description>
Expand Down Expand Up @@ -219,7 +219,7 @@
<Image Include="app.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libdshowcapture\vs\2013\dshowcapture\dshowcapture.vcxproj">
<ProjectReference Include="..\libdshowcapture\vs\2013\dshowcapture\dshowcapture.vcxproj" PrivateAssets="all">
<Project>{fff52519-38bb-4155-851d-4209ec67aca7}</Project>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit a9be700

Please sign in to comment.