File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Serilog.Sinks.WinForms.Core
Serilog.Sinks.WinForms.Net Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 77 <ImplicitUsings >enable</ImplicitUsings >
88 <LangVersion >latest</LangVersion >
99 <Description >Writes Serilog events to Windows Forms Application TextBox or Datagridview control from anywhere in your application.</Description >
10- <VersionPrefix >1 .0.3 </VersionPrefix >
10+ <VersionPrefix >2 .0.0 </VersionPrefix >
1111 <Authors >UmairSyed (@umairsyed613)</Authors >
1212 <PackageProjectUrl >https://github.com/umairsyed613/Serilog.Sinks.WinForms</PackageProjectUrl >
1313 <PackageIcon >images\icon.png</PackageIcon >
Original file line number Diff line number Diff line change 3333// You can specify all the values or you can default the Build and Revision Numbers
3434// by using the '*' as shown below:
3535// [assembly: AssemblyVersion("1.0.*")]
36- [ assembly: AssemblyVersion ( "2.4.3 .0" ) ]
37- [ assembly: AssemblyFileVersion ( "2.4.3 .0" ) ]
36+ [ assembly: AssemblyVersion ( "2.5.0 .0" ) ]
37+ [ assembly: AssemblyFileVersion ( "2.5.0 .0" ) ]
3838[ assembly: NeutralResourcesLanguage ( "en" ) ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ nuget pack Serilog.Sinks.WinForms.Net/ Serilog.Sinks.WinForms.csproj - Prop Configuration= Release
2+ nuget pack Serilog.Sinks.WinForms.Core/ Serilog.Sinks.WinForms.Core.csproj - Prop Configuration= Release
You can’t perform that action at this time.
0 commit comments