We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a09e49 commit 1becdf1Copy full SHA for 1becdf1
Program.cs
@@ -4,7 +4,7 @@
4
/// This is an custom made input buffer so that we can get the output even if the user have not completed typing.
5
/// coded by @pradosh-arduino (github)
6
/// </summary>
7
- class prad_buffer {
+ public class prad_buffer {
8
private char[] buffer = new char[1024];
9
10
/// <summary>
buffer.csproj
@@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>1.1.1</Version>
+ <Version>1.1.2</Version>
11
<Authors>Pradosh (helloImPR)</Authors>
12
<Description>A fast, completely controllable input method solution for C#.</Description>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments