File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >1.15.43 .0</Version >
3
+ <Version >1.15.45 .0</Version >
4
4
</PropertyGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 3
3
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi"
4
4
xmlns : bal =" http://schemas.microsoft.com/wix/BalExtension" >
5
5
<Bundle Name =" Hourglass"
6
- Version =" 1.15.43 .0"
6
+ Version =" 1.15.45 .0"
7
7
Manufacturer =" 2021 Chris Dziemborowicz, 2024-2025 Ivan Ivon"
8
8
UpgradeCode =" f1d002c9-cfc9-40fb-84af-96e7aec26e0b"
9
9
IconSourceFile =" $(var.Hourglass.ProjectDir)Resources\AppIcon.ico" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi"
3
3
xmlns : netfx =" http://schemas.microsoft.com/wix/NetFxExtension" >
4
- <Product Id =" *" Name =" Hourglass" Language =" 1033" Version =" 1.15.43 .0" Manufacturer =" Chris Dziemborowicz, Ivan Ivon" UpgradeCode =" 172d3713-8820-4374-8195-3e2374e7724f" >
4
+ <Product Id =" *" Name =" Hourglass" Language =" 1033" Version =" 1.15.45 .0" Manufacturer =" Chris Dziemborowicz, Ivan Ivon" UpgradeCode =" 172d3713-8820-4374-8195-3e2374e7724f" >
5
5
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
6
6
7
7
<Icon Id =" AppIcon.exe" SourceFile =" $(var.Hourglass.ProjectDir)Resources\AppIcon.ico" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<asmv1 : assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" xmlns : asmv1 =" urn:schemas-microsoft-com:asm.v1" xmlns : asmv2 =" urn:schemas-microsoft-com:asm.v2" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
- <assemblyIdentity version =" 1.15.43 .0" name =" Hourglass" />
3
+ <assemblyIdentity version =" 1.15.45 .0" name =" Hourglass" />
4
4
<description >The simple countdown timer for Windows.</description >
5
5
<dependency >
6
6
<dependentAssembly >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<UpdateInfo xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3
- <LatestVersion >1.15.43 .0</LatestVersion >
3
+ <LatestVersion >1.15.45 .0</LatestVersion >
4
4
<UpdateUrl >https://github.com/i2van/hourglass/releases/latest</UpdateUrl >
5
5
</UpdateInfo >
You can’t perform that action at this time.
0 commit comments