File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >netstandard2.0</TargetFramework >
4+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
46 <AssemblyTitle >MencoderSharp</AssemblyTitle >
57 <Company >Stefan Seeland</Company >
68 <Product >MencoderSharp</Product >
1517 <PackageIconUrl >https://avatars3.githubusercontent.com/u/8453155?v=2& s=200</PackageIconUrl >
1618 <PackageLicenseUrl >https://www.gnu.org/licenses/agpl.html</PackageLicenseUrl >
1719 <PackageProjectUrl >https://github.com/Codeuctivity/mencoder-sharp</PackageProjectUrl >
18- <PackageReleaseNotes >
19- Migrated to .net standard and added linux support
20- </PackageReleaseNotes >
20+ <PackageReleaseNotes >Migrated to .net standard and added linux support</PackageReleaseNotes >
2121 <PackageTags >.net reencode mencoder multimedia convert ffmpeg mp4 xvid</PackageTags >
2222 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
23+ <!-- <SignAssembly>true</SignAssembly> -->
24+ <IncludeSymbols >true</IncludeSymbols >
25+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2326 </PropertyGroup >
2427
2528 <ItemGroup >
You can’t perform that action at this time.
0 commit comments