File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public partial class App : System.Windows.Application
1414 internal static readonly UpdatumManager AppUpdater = new ( "shanselman" , "WindowsEdgeLight" )
1515 {
1616 // Default pattern (win-x64) will match our ZIP assets
17- // ZIP files contain clean WindowsEdgeLight. exe inside
17+ // ZIP files are portable apps with exe and README for proper update handling
1818 FetchOnlyLatestRelease = true , // Saves GitHub API rate limits
1919 // Specify the executable name for single-file app (without .exe extension)
2020 InstallUpdateSingleFileExecutableName = "WindowsEdgeLight" ,
Original file line number Diff line number Diff line change 1010 <ApplicationIcon >ringlight_cropped.ico</ApplicationIcon >
1111
1212 <!-- Assembly Information -->
13- <AssemblyVersion >1.6 .0.0</AssemblyVersion >
14- <FileVersion >1.6 .0.0</FileVersion >
15- <Version >1.6 </Version >
13+ <AssemblyVersion >1.7 .0.0</AssemblyVersion >
14+ <FileVersion >1.7 .0.0</FileVersion >
15+ <Version >1.7 </Version >
1616 <Authors >Scott Hanselman</Authors >
1717 <Company >Scott Hanselman</Company >
1818 <Product >Windows Edge Light</Product >
You can’t perform that action at this time.
0 commit comments