|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;net48;net6</TargetFrameworks> |
5 | 4 | <Authors>Tino Hager</Authors> |
6 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
7 | | - <RepositoryUrl>https://github.com/nager/Nager.VideoStream</RepositoryUrl> |
8 | | - <PackageTags>video stream rtsp frame camera</PackageTags> |
| 5 | + <Company>nager.at</Company> |
9 | 6 | <Description>Read frames from a rtsp video stream or from a video file</Description> |
| 7 | + |
| 8 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
10 | 9 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
11 | | - <Version>1.2.0</Version> |
12 | | - <PackageReleaseNotes>Add icon to nuget package</PackageReleaseNotes> |
| 10 | + |
| 11 | + <LangVersion>12.0</LangVersion> |
13 | 12 | <IncludeSymbols>true</IncludeSymbols> |
14 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 13 | + |
| 14 | + <Nullable>enable</Nullable> |
| 15 | + |
15 | 16 | <PackageIcon>camera.png</PackageIcon> |
| 17 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 18 | + <!--<PackageReadmeFile>README.md</PackageReadmeFile>--> |
| 19 | + <!--<PackageReleaseNotes>A changelog is available at https://github.com/nager/Nager.VideoStream/releases</PackageReleaseNotes>--> |
| 20 | + <PackageProjectUrl>https://github.com/nager/Nager.VideoStream</PackageProjectUrl> |
| 21 | + <PackageTags>video;stream;rtsp;frame;camera</PackageTags> |
| 22 | + |
| 23 | + <RepositoryUrl>https://github.com/nager/Nager.VideoStream</RepositoryUrl> |
| 24 | + |
| 25 | + <TargetFrameworks>net481;netstandard2.0;net10.0</TargetFrameworks> |
| 26 | + |
| 27 | + <!-- Version is automatically replaced by build process --> |
| 28 | + <Version>1.3.0</Version> |
16 | 29 | </PropertyGroup> |
17 | 30 |
|
18 | 31 | <ItemGroup> |
|
0 commit comments