Skip to content

Commit

Permalink
win forms package change for serilog wrong dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
umair.hussein committed Apr 8, 2022
1 parent 2824b69 commit 503fd7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.WinForms.Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: AssemblyVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: NeutralResourcesLanguage("en")]
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tags>Serilog WindowsForms WinForm WinForms SerilogSink Sink Windows Forms Application</tags>
<icon>images\icon.png</icon>
<dependencies>
<dependency id="Serilog" version="[2,10)" />
<dependency id="Serilog" version="[2.10]" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 503fd7b

Please sign in to comment.