Skip to content

Commit

Permalink
➕ Add Librarium WPF UI Library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeadmaster committed Sep 18, 2020
1 parent a7f5c73 commit 8abff3d
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 Librarium Code Library [[a7f5c73](https://github.com/TheHeadmaster/Quartz/commit/a7f5c7353f08da9188254eae50a9185e100d91b8)]
- ➕ Add ReactiveUI WPF Events UI Library [[7d6243a](https://github.com/TheHeadmaster/Quartz/commit/7d6243a7d9909f16c8faa13ca831e8149e24c991)]
- ➕ Add ReactiveUI Fody Intermediate Language Weaver [[e6a20c9](https://github.com/TheHeadmaster/Quartz/commit/e6a20c9f5675c0715b14bedf58e4ee3b3d92b786)]
- ➕ Add ReactiveUI Validation UI Library [[91a5134](https://github.com/TheHeadmaster/Quartz/commit/91a513491bcd685ad9b2559a363bf9fb7338f63c)]
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.36</AssemblyVersion>
<FileVersion>1.1.1.36</FileVersion>
<AssemblyVersion>1.1.1.37</AssemblyVersion>
<FileVersion>1.1.1.37</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.38</AssemblyVersion>
<FileVersion>1.1.1.38</FileVersion>
<AssemblyVersion>1.1.1.39</AssemblyVersion>
<FileVersion>1.1.1.39</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 8abff3d

Please sign in to comment.