Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
1. update nuget infomation
  • Loading branch information
oven425 committed Apr 10, 2024
1 parent b454777 commit 7213aec
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
Binary file added 48720503562_c9ae7998dc_o.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added QSoft.MediaCapture/48720503562_c9ae7998dc_o.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions QSoft.MediaCapture/QSoft.MediaCapture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/oven425/QSoft.MediaCapture.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/oven425/QSoft.MediaCapture</PackageProjectUrl>
<Authors>BEN HSU</Authors>
<PackageTags>Media Foundation; webcam</PackageTags>
<Copyright>Copyright © Ben Hsu 2024</Copyright>
<Description>Easy use webcam or video capture card</Description>
<PackageIcon>48720503562_c9ae7998dc_o.jpg</PackageIcon>
<PackageReleaseNotes>1. support search video capture
2. support preivew</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0-windows7.0'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -38,7 +44,25 @@
<PackageReference Include="DirectNCore" Version="1.15.0.2" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\OneDrive\桌面\WebCam\readme.md">
<None Include="..\48720503562_c9ae7998dc_o.jpg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<None Update="48720503562_c9ae7998dc_o.jpg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 7213aec

Please sign in to comment.