Skip to content

Commit

Permalink
➕ Add WPF Interactivity UI Library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeadmaster committed Sep 18, 2020
1 parent 852b8bd commit 6329c32
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 WindowsAPICodePack UI Library [[852b8bd](https://github.com/TheHeadmaster/Quartz/commit/852b8bd83958379a85d18b67c711148fcd1dfb77)]
- ➕ Add MethodBoundaryAspect Intermediate Language Weaver [[27360ac](https://github.com/TheHeadmaster/Quartz/commit/27360ac8d2d07b9d3b6f7cccc91729a9a1730603)]
- ➕ Add FontAwesome5 UI Library [[e56f479](https://github.com/TheHeadmaster/Quartz/commit/e56f4795920b13495d91f694c0ada430d3194503)]
- ➕ Add Fody Intermediate Language Weaver [[8333d6e](https://github.com/TheHeadmaster/Quartz/commit/8333d6edadc531d2f7c3128362e3776d05d68135)]
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.27</AssemblyVersion>
<FileVersion>1.1.1.27</FileVersion>
<AssemblyVersion>1.1.1.28</AssemblyVersion>
<FileVersion>1.1.1.28</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.29</AssemblyVersion>
<FileVersion>1.1.1.29</FileVersion>
<AssemblyVersion>1.1.1.30</AssemblyVersion>
<FileVersion>1.1.1.30</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 6329c32

Please sign in to comment.