fabioravila / rivescript-csharp

A RiveScript interpreter for C# .Net. RiveScript is a scripting language for chatterbots. http://www.rivescript.com
MIT License
14 stars 6 forks source link

Parse file version correctly #5

Closed andreminelli closed 7 years ago

andreminelli commented 7 years ago

Use a NumberFormatInfo to parse file version so it can work on any machine

fabioravila commented 7 years ago

@andreminelli, your request is making a full file modification, you can fix this and make a new pr?

andreminelli commented 7 years ago

Hi, Fabio. As a matter of fact, only line 737 was changed (I removed a 'string.Replace' and used a NumberFormatInfo instead). The remaining must be only a change from spaces to tabs (or vice versa).

fabioravila commented 7 years ago

If you can adjust this, i´ll tnks If i merge this, will be as if full modify file