Skip to content

Commit

Permalink
➕ Add Serilog Debug Sink Library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeadmaster committed Sep 21, 2020
1 parent 48b5bcf commit 49a95ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

### Dependency Changes

- ➕ Add Serilog Logging Library [[48b5bcf](https://github.com/TheHeadmaster/Quartz/commit/48b5bcf6780bd0d3c4f9e2c7c33f755765094e21)]
- ⬆️ Upgrade Librarium and Librarium.WPF to Nuget package [[4b82008](https://github.com/TheHeadmaster/Quartz/commit/4b82008d5f40c0ad3f0f74c9dc17846b17d42ffe)]


Expand Down
4 changes: 2 additions & 2 deletions Quartz.Core/Quartz.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>1.2.1.4</AssemblyVersion>
<FileVersion>1.2.1.4</FileVersion>
<AssemblyVersion>1.2.1.5</AssemblyVersion>
<FileVersion>1.2.1.5</FileVersion>
</PropertyGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
4 changes: 2 additions & 2 deletions Quartz.IDE/Quartz.IDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.2.1.4</AssemblyVersion>
<FileVersion>1.2.1.4</FileVersion>
<AssemblyVersion>1.2.1.5</AssemblyVersion>
<FileVersion>1.2.1.5</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 49a95ba

Please sign in to comment.