Skip to content

Commit

Permalink
Update version and README for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaki565 committed Nov 22, 2021
1 parent 00ff972 commit 7e9c59b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BentoEx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// 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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguage("ja")]

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ BentoEx
## Goal for the program
Quickly order daily (weekly) bento box from [おべんとね!っと](https://www.obentonet.jp/)
## Works on
Should work with Windows 7 or newer
Tested on Windows 10 x64 (2004) with Google Chrome 83.0.4103.116 (as of 7/13/2020)
Tested on Windows 11 x64 with Microsoft Edge version 96.0.1054.29 (as of 11/22/2021).
The app uses the new Edge or Chrome browser for UI automation. As long as either one is installed, it should work with Windows 7/8/10 as well.
## Installation
None. Just double click BentoEx.exe.
## Dependencies
You need to install Google Chrome for browser automation.
## Build environment
Visual Studio Professional 2019 (It could be built with older VS versions)
## It may be useful as a reference for:
Expand Down

0 comments on commit 7e9c59b

Please sign in to comment.