File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ Java 22
1212# Usage
1313The bindings come in two flavors:
1414
15- ## Dependency * including* WinSparkle.dll 0.9.0
15+ ## Dependency * including* WinSparkle.dll 0.9.1
1616``` java
1717< dependency>
1818 < groupId> org. purejava< / groupId>
1919 < artifactId> winsparkle- java< / artifactId>
20- < version> 1.3 . 1 < / version>
20+ < version> 1.3 . 2 < / version>
2121< / dependency>
2222```
2323WinSparkle.dll gets loaded by the bindings. You don't need to worry about that.
2424
25- ## Dependency * excluding* WinSparkle.dll 0.9.0
25+ ## Dependency * excluding* WinSparkle.dll 0.9.1
2626``` java
2727< dependency>
2828 < groupId> org. purejava< / groupId>
2929 < artifactId> winsparkle- java- without- dll< / artifactId>
30- < version> 1.3 . 1 < / version>
30+ < version> 1.3 . 2 < / version>
3131< / dependency>
3232```
3333You need to place WinSparkle.dll in the Java library path yourself and the bindings take care of loading the dll from there.
Original file line number Diff line number Diff line change 66
77 <groupId >org.purejava</groupId >
88 <artifactId >winsparkle-java</artifactId >
9- <version >1.3.1 </version >
9+ <version >1.3.2 </version >
1010
1111 <name >winsparkle-java</name >
1212 <description >Java bindings for WinSparkle in 100% pure Java</description >
You can’t perform that action at this time.
0 commit comments