Skip to content

Commit 0ef4148

Browse files
committed
BasicTimer 1.3
1 parent 3c05a9b commit 0ef4148

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<img src="images/screenshot.gif" class="mx-auto d-block" />
4646

4747
<div class="text-center">
48-
<a class="m-4 btn btn-success btn-lg shadow" href="https://github.com/swharden/BasicTimer/releases">
48+
<a class="m-4 btn btn-success btn-lg shadow" href="https://github.com/swharden/BasicTimer/releases/download/1.3/BasicTimer.zip">
4949
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor"
5050
class="bi bi-download" viewBox="0 0 16 16">
5151
<path

src/BasicTimer/BasicTimer.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net461</TargetFramework>
6-
<Nullable>enable</Nullable>
7-
<UseWPF>true</UseWPF>
8-
<Version>1.2</Version>
9-
<LangVersion>latest</LangVersion>
10-
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
11-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net461</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
<UseWPF>true</UseWPF>
8+
<Version>1.3</Version>
9+
<LangVersion>latest</LangVersion>
10+
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
11+
</PropertyGroup>
1212

13-
<ItemGroup>
14-
<Content Include="Resources\icon.ico" />
15-
</ItemGroup>
13+
<ItemGroup>
14+
<Content Include="Resources\icon.ico" />
15+
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)