Skip to content

Commit 2339279

Browse files
committed
v2.17 🍦
1 parent 123e929 commit 2339279

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-02-12 (v2.17):
2+
- Updated AVRDUDE to v7.3
3+
- Fix ambiguity error with old versions of .NET Framework
4+
15
2024-01-31 (v2.16):
26
- Fix fuse read failure with USBasp running old firmware
37
- Fix some MCUs being detected as AT661xx parts

installer/avrdudess.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "AVRDUDESS"
55
#define MyAppDescription "A GUI for AVRDUDE"
6-
#define MyAppVersion "2.16"
6+
#define MyAppVersion "2.17"
77
#define MyAppPublisher "Zak Kemble"
88
#define MyAppURL "https://zakkemble.net/"
99
#define MyAppExeName "avrdudess.exe"

src/avrdudess/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.16.*")]
36-
[assembly: AssemblyFileVersion("2.16.0.0")]
35+
[assembly: AssemblyVersion("2.17.*")]
36+
[assembly: AssemblyFileVersion("2.17.0.0")]

0 commit comments

Comments
 (0)