Skip to content

Commit

Permalink
➕ Add ReactiveUI UI Library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeadmaster committed Sep 18, 2020
1 parent 86ebb44 commit 8ef6919
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 @@ -19,6 +19,7 @@

### Dependency Changes

- ➕ Add PropertyChanged Intermediate Language Weaver [[86ebb44](https://github.com/TheHeadmaster/Quartz/commit/86ebb44cf4039a8b80e642268fbec2204fd178db)]
- ➕ Add Newtonsoft.Json IO Library [[c95387c](https://github.com/TheHeadmaster/Quartz/commit/c95387cfce598426537fd284fb77a9a856b451ac)]
- ➕ Add WPF Interactivity UI Library [[6329c32](https://github.com/TheHeadmaster/Quartz/commit/6329c322de8e8355e1446ec34f693961ef51fb2f)]
- ➕ Add WindowsAPICodePack UI Library [[852b8bd](https://github.com/TheHeadmaster/Quartz/commit/852b8bd83958379a85d18b67c711148fcd1dfb77)]
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.1.1.30</AssemblyVersion>
<FileVersion>1.1.1.30</FileVersion>
<AssemblyVersion>1.1.1.31</AssemblyVersion>
<FileVersion>1.1.1.31</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.1.1.32</AssemblyVersion>
<FileVersion>1.1.1.32</FileVersion>
<AssemblyVersion>1.1.1.33</AssemblyVersion>
<FileVersion>1.1.1.33</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 8ef6919

Please sign in to comment.