Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mgoeppner/evemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoeppner committed Dec 23, 2022
2 parents 85575ba + 73b58fe commit a392c2b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 32 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.2.0.1")]
[assembly: AssemblyFileVersion("4.2.0.5030")]
[assembly: AssemblyInformationalVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1.1")]
[assembly: AssemblyFileVersion("4.2.1.5040")]
[assembly: AssemblyInformationalVersion("4.2.1")]

// Neutral Language
[assembly: NeutralResourcesLanguage("en-US")]
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("4.2.0.1")]
[assembly: AssemblyFileVersion("4.2.0.$REVNUM$")]
[assembly: AssemblyInformationalVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1.1")]
[assembly: AssemblyFileVersion("4.2.1.$REVNUM$")]
[assembly: AssemblyInformationalVersion("4.2.1")]

// Neutral Language
[assembly: NeutralResourcesLanguage("en-US")]
22 changes: 9 additions & 13 deletions tools/PatchXmlCreator/Output/patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,18 @@
</newest>
<releases>
<release>
<date>14 April 2022</date>
<version>4.2.0.5030</version>
<md5>123356362285a82d3f37f9d578b00699</md5>
<url>https://github.com/mgoeppner/evemon/releases/tag/4.2.0/</url>
<autopatchurl>https://github.com/mgoeppner/evemon/releases/download/4.2.0/EVEMon-install-4.2.0.exe</autopatchurl>
<date>23 December 2022</date>
<version>4.2.1.5035</version>
<md5>e8d4a63513b948697bb0b1386cc6887f</md5>
<url>https://github.com/mgoeppner/evemon/releases/tag/4.2.1/</url>
<autopatchurl>https://github.com/mgoeppner/evemon/releases/download/4.2.1/EVEMon-install-4.2.1.exe</autopatchurl>
<autopatchargs>/S /AUTORUN /SKIPDOTNET</autopatchargs>
<additionalargs>/D=%EVEMON_EXECUTABLE_PATH%</additionalargs>
<message><![CDATA[## Features
- Upgrade to .net framework 4.8. 4.2.1 will go EOL on 2022-04-26.
- Improved HttpRequest logging, thanks @wvdvegt!
- Display number of skills remaining, thanks @luyi1888!
<message><![CDATA[# Features
- Add support for attribute boosters on the overview and character sheet!
## Bug Fixes
- Fixed unicode character encoding for ship names, thanks @luyi1888!
- Use pool.ntp.org instead of 0.pool.ntp.org, thanks @wvdvegt!
- Disable hammertime, thanks @wvdvegt!Type your message here.]]></message>
# Bug Fixes
- Typo fix in PI warning: singular/plural (thanks @NevarrTivianne)]]></message>
</release>
</releases>
<datafiles>
Expand Down
22 changes: 9 additions & 13 deletions updates/patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,18 @@
</newest>
<releases>
<release>
<date>14 April 2022</date>
<version>4.2.0.5030</version>
<md5>123356362285a82d3f37f9d578b00699</md5>
<url>https://github.com/mgoeppner/evemon/releases/tag/4.2.0/</url>
<autopatchurl>https://github.com/mgoeppner/evemon/releases/download/4.2.0/EVEMon-install-4.2.0.exe</autopatchurl>
<date>23 December 2022</date>
<version>4.2.1.5035</version>
<md5>e8d4a63513b948697bb0b1386cc6887f</md5>
<url>https://github.com/mgoeppner/evemon/releases/tag/4.2.1/</url>
<autopatchurl>https://github.com/mgoeppner/evemon/releases/download/4.2.1/EVEMon-install-4.2.1.exe</autopatchurl>
<autopatchargs>/S /AUTORUN /SKIPDOTNET</autopatchargs>
<additionalargs>/D=%EVEMON_EXECUTABLE_PATH%</additionalargs>
<message><![CDATA[## Features
- Upgrade to .net framework 4.8. 4.2.1 will go EOL on 2022-04-26.
- Improved HttpRequest logging, thanks @wvdvegt!
- Display number of skills remaining, thanks @luyi1888!
<message><![CDATA[# Features
- Add support for attribute boosters on the overview and character sheet!
## Bug Fixes
- Fixed unicode character encoding for ship names, thanks @luyi1888!
- Use pool.ntp.org instead of 0.pool.ntp.org, thanks @wvdvegt!
- Disable hammertime, thanks @wvdvegt!Type your message here.]]></message>
# Bug Fixes
- Typo fix in PI warning: singular/plural (thanks @NevarrTivianne)]]></message>
</release>
</releases>
<datafiles>
Expand Down

0 comments on commit a392c2b

Please sign in to comment.