Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Culture Number Parsing Bug Fixes

Latest
Compare
Choose a tag to compare
@COM8 COM8 released this 25 Nov 16:05
· 27 commits to master since this release

Bug fix update addressing mostly number formats and parsing for different number formats/cultures.

Please report bugs here!

Changes

  • Fixed adhering to theme changes during runtime
  • Using system emoji fonts when compiling
  • Fixed grade parsing for different cultures
  • Hiding the dish base price in case it is <= 0
  • Fixed tuition fee parsing for other number styles #24

How can I get this App?

There are two ways how you can get access to the app.

1. Microsoft Store

The simplest way is to just download it via the Microsoft Store.

2. Build it by your own

  1. Install Visual Studio 2022
  2. Clone the repository with Visual Studio 2022
  3. Build the project for your target platform (e.g. x64)
  4. Install the app on your target system:
    Here you can find more information about: How to install UWP apps, using the developer mode.