File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 45
45
< img src ="images/screenshot.gif " class ="mx-auto d-block " />
46
46
47
47
< 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 ">
49
49
< svg xmlns ="http://www.w3.org/2000/svg " width ="48 " height ="48 " fill ="currentColor "
50
50
class ="bi bi-download " viewBox ="0 0 16 16 ">
51
51
< path
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
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 >
12
12
13
- <ItemGroup >
14
- <Content Include =" Resources\icon.ico" />
15
- </ItemGroup >
13
+ <ItemGroup >
14
+ <Content Include =" Resources\icon.ico" />
15
+ </ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments