Skip to content

Commit 1becdf1

Browse files
Fixed a bug where the namespace didn't allow the buffer. (1.1.2)
1 parent 6a09e49 commit 1becdf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/// This is an custom made input buffer so that we can get the output even if the user have not completed typing.
55
/// coded by @pradosh-arduino (github)
66
/// </summary>
7-
class prad_buffer {
7+
public class prad_buffer {
88
private char[] buffer = new char[1024];
99

1010
/// <summary>

buffer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.1.1</Version>
10+
<Version>1.1.2</Version>
1111
<Authors>Pradosh (helloImPR)</Authors>
1212
<Description>A fast, completely controllable input method solution for C#.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)