Skip to content

Commit

Permalink
✨ Add a command to check for updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHeadmaster committed Sep 18, 2020
1 parent 7a6804f commit c99efd9
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 @@ -13,6 +13,7 @@
- 💄 Clean up UI for New Project window. [[33b8776](https://github.com/TheHeadmaster/Quartz/commit/33b87767c9744ed313bbb8b405f21a80fe4ed898)]


- ✨ Check for and download updates on startup. [[7a6804f](https://github.com/TheHeadmaster/Quartz/commit/7a6804f425f3e507e82cb7dc82c3fbd71007b53a)]


<a name="1.0.0-alpha"></a>
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.17</AssemblyVersion>
<FileVersion>1.1.1.17</FileVersion>
<AssemblyVersion>1.1.1.18</AssemblyVersion>
<FileVersion>1.1.1.18</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.19</AssemblyVersion>
<FileVersion>1.1.1.19</FileVersion>
<AssemblyVersion>1.1.1.20</AssemblyVersion>
<FileVersion>1.1.1.20</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit c99efd9

Please sign in to comment.