Commit 4e6b30b 1 parent 642814f commit 4e6b30b Copy full SHA for 4e6b30b
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.8.3
2
+ -------------
3
+
4
+ - Fixed <sparkle:minimumSystemVersion> parsing breakage introduced in 0.8.2.
5
+ - Also understand major.minor-build for <sparkle:minimumSystemVersion>.
6
+
7
+
1
8
Version 0.8.2
2
9
-------------
3
10
Original file line number Diff line number Diff line change 32
32
33
33
#define WIN_SPARKLE_VERSION_MAJOR 0
34
34
#define WIN_SPARKLE_VERSION_MINOR 8
35
- #define WIN_SPARKLE_VERSION_MICRO 2
35
+ #define WIN_SPARKLE_VERSION_MICRO 3
36
36
37
37
/**
38
38
Checks if WinSparkle version is at least @a major.@a minor.@a micro.
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >WinSparkle</id >
5
- <version >0.8.2 </version >
5
+ <version >0.8.3 </version >
6
6
<title >WinSparkle</title >
7
7
<authors >Vaclav Slavik</authors >
8
8
<license type =" expression" >MIT</license >
You can’t perform that action at this time.
0 commit comments