Skip to content

Commit

Permalink
v2.18 🐺
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakKemble committed Sep 7, 2024
1 parent d3433bb commit 1db5ece
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-09-07 (v2.18):
- Updated AVRDUDE to v8.0
- Show both programmer ID and name in dropdown box
- Show real bit clock in USBasp frequency dropdown box
- Fix some avrdude config parse bugs

2024-02-12 (v2.17):
- Updated AVRDUDE to v7.3
- Fix ambiguity error with old versions of .NET Framework
Expand Down
4 changes: 2 additions & 2 deletions installer/avrdudess.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "AVRDUDESS"
#define MyAppDescription "A GUI for AVRDUDE"
#define MyAppVersion "2.17"
#define MyAppVersion "2.18"
#define MyAppPublisher "Zak Kemble"
#define MyAppURL "https://zakkemble.net/"
#define MyAppExeName "avrdudess.exe"
Expand Down Expand Up @@ -86,7 +86,7 @@ Name: "custom"; Description: "Custom installation"; Flags: iscustom

[Components]
Name: "main"; Description: "AVRDUDESS"; Types: full compact custom; Flags: fixed
Name: "avrdude"; Description: "avrdude (v7.3 x86 mingw)"; Types: full
Name: "avrdude"; Description: "avrdude (v8.0 x86)"; Types: full
Name: "avrsize"; Description: "avr-size"; Types: full

[Tasks]
Expand Down
4 changes: 2 additions & 2 deletions src/avrdudess/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.17.*")]
[assembly: AssemblyFileVersion("2.17.0.0")]
[assembly: AssemblyVersion("2.18.*")]
[assembly: AssemblyFileVersion("2.18.0.0")]

0 comments on commit 1db5ece

Please sign in to comment.