|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <Authors>Simon Vonhoff</Authors> |
5 | | - <Company>github.com/vonhoff</Company> |
6 | | - <Copyright>Copyright © 2025 Simon Vonhoff - Provided under the Apache License, Version 2.0.</Copyright> |
7 | | - <Description>A Serilog sink that writes log events to a WinForms RichTextBox control with colors and theme support.</Description> |
8 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
9 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
10 | | - <IncludeSymbols>true</IncludeSymbols> |
11 | | - <Nullable>enable</Nullable> |
12 | | - <OutputType>Library</OutputType> |
13 | | - <PackageIcon>serilog-sink-nuget.png</PackageIcon> |
14 | | - <PackageId>Serilog.Sinks.RichTextBox.WinForms.Colored</PackageId> |
15 | | - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
16 | | - <PackageProjectUrl>https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored</PackageProjectUrl> |
17 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | | - <PackageTags>serilog;sinks;richtextbox;winforms;windows;sink;colors;theme;themes;serilog-sink;vonhoff;rich;textbox;logging;</PackageTags> |
19 | | - <RepositoryUrl>https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored.git</RepositoryUrl> |
20 | | - <RootNamespace>Serilog</RootNamespace> |
21 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
22 | | - <TargetFrameworks>net462;net471;net6.0-windows;net8.0-windows;net9.0-windows;netcoreapp3.0-windows;netcoreapp3.1-windows</TargetFrameworks> |
23 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
24 | | - <UseWindowsForms>true</UseWindowsForms> |
25 | | - <Version>3.1.0</Version> |
26 | | - <PackageReleaseNotes> |
27 | | - - Added ability to clear and restore the RichTextBox sink output. |
| 3 | + <PropertyGroup> |
| 4 | + <Authors>Simon Vonhoff</Authors> |
| 5 | + <Company>github.com/vonhoff</Company> |
| 6 | + <Copyright>Copyright © 2025 Simon Vonhoff - Provided under the Apache License, Version 2.0.</Copyright> |
| 7 | + <Description>A Serilog sink that writes log events to a WinForms RichTextBox control with colors and theme support.</Description> |
| 8 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 9 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 10 | + <IncludeSymbols>true</IncludeSymbols> |
| 11 | + <Nullable>enable</Nullable> |
| 12 | + <OutputType>Library</OutputType> |
| 13 | + <PackageIcon>serilog-sink-nuget.png</PackageIcon> |
| 14 | + <PackageId>Serilog.Sinks.RichTextBox.WinForms.Colored</PackageId> |
| 15 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 16 | + <PackageProjectUrl>https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored</PackageProjectUrl> |
| 17 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 18 | + <PackageTags>serilog;sinks;richtextbox;winforms;windows;sink;colors;theme;themes;serilog-sink;vonhoff;rich;textbox;logging;</PackageTags> |
| 19 | + <RepositoryUrl>https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored.git</RepositoryUrl> |
| 20 | + <RootNamespace>Serilog</RootNamespace> |
| 21 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 22 | + <TargetFrameworks>net462;net471;net6.0-windows;net8.0-windows;net9.0-windows;netcoreapp3.0-windows;netcoreapp3.1-windows</TargetFrameworks> |
| 23 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 24 | + <UseWindowsForms>true</UseWindowsForms> |
| 25 | + <Version>3.1.1</Version> |
| 26 | + <PackageReleaseNotes> |
| 27 | + - Fixed a bug where the TextFormatter would crash when the value or format was null or empty. |
28 | 28 |
|
29 | | - See repository for more information: |
30 | | - https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored |
31 | | - </PackageReleaseNotes> |
32 | | - <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> |
33 | | - <SupportedOSPlatform>windows</SupportedOSPlatform> |
34 | | - <NeutralLanguage>en-US</NeutralLanguage> |
35 | | - <LangVersion>9.0</LangVersion> |
36 | | - <WarningLevel>6</WarningLevel> |
37 | | - </PropertyGroup> |
| 29 | + See repository for more information: |
| 30 | + https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored |
| 31 | + </PackageReleaseNotes> |
| 32 | + <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> |
| 33 | + <SupportedOSPlatform>windows</SupportedOSPlatform> |
| 34 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 35 | + <LangVersion>9.0</LangVersion> |
| 36 | + <WarningLevel>6</WarningLevel> |
| 37 | + </PropertyGroup> |
38 | 38 |
|
39 | | - <ItemGroup> |
40 | | - <None Include="..\Resources\serilog-sink-nuget.png"> |
41 | | - <Pack>True</Pack> |
42 | | - <PackagePath>\</PackagePath> |
43 | | - </None> |
44 | | - <None Include="..\README.md"> |
45 | | - <Pack>True</Pack> |
46 | | - <PackagePath>\</PackagePath> |
47 | | - </None> |
48 | | - </ItemGroup> |
| 39 | + <ItemGroup> |
| 40 | + <None Include="..\Resources\serilog-sink-nuget.png"> |
| 41 | + <Pack>True</Pack> |
| 42 | + <PackagePath>\</PackagePath> |
| 43 | + </None> |
| 44 | + <None Include="..\README.md"> |
| 45 | + <Pack>True</Pack> |
| 46 | + <PackagePath>\</PackagePath> |
| 47 | + </None> |
| 48 | + </ItemGroup> |
49 | 49 |
|
50 | | - <ItemGroup> |
51 | | - <PackageReference Include="Serilog" Version="[2.12.0,)" /> |
52 | | - </ItemGroup> |
| 50 | + <ItemGroup> |
| 51 | + <PackageReference Include="Serilog" Version="[2.12.0,)"/> |
| 52 | + </ItemGroup> |
53 | 53 |
|
54 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net471' "> |
55 | | - <Reference Include="System.Drawing" /> |
56 | | - <Reference Include="System.Windows.Forms" /> |
57 | | - </ItemGroup> |
| 54 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net471' "> |
| 55 | + <Reference Include="System.Drawing"/> |
| 56 | + <Reference Include="System.Windows.Forms"/> |
| 57 | + </ItemGroup> |
58 | 58 |
|
59 | 59 | </Project> |
0 commit comments