1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
80970dfa47 Enable omnisharp for csharp-mode 2019-07-16 08:30:12 -07:00
63401d1ae7 Fix typo, make annotations disappear when empties 2019-04-09 14:05:49 -07:00
ffae62c08b Fix C# package 2019-04-09 01:41:59 -07:00
51f5e1934d Add C# configuration
This only contains 2 commands for the moment that help me work with
Visual Studio solution files. One collects all the names of the
projects in the Solution, the other one displays them in the buffer.
2019-04-08 15:25:56 -07:00