File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,7 @@ $RECYCLE.BIN/
130130# Mac desktop service store files
131131.DS_Store
132132
133- _NCrunch *
133+ _NCrunch *
134+
135+ # Personal
136+ Makefile
Original file line number Diff line number Diff line change 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 superbuffer {
7+ class prad_buffer {
88 private char [ ] buffer = new char [ 1024 ] ;
99
1010 /// <summary>
Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99
10- <Version >1.1.0 </Version >
10+ <Version >1.1.1 </Version >
1111 <Authors >Pradosh (helloImPR)</Authors >
1212 <Description >A fast, completely controllable input method solution for C#.</Description >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 <RepositoryUrl >https://github.com/pradosh-arduino/buffer</RepositoryUrl >
1515 <RepositoryType >git</RepositoryType >
16+ <PackageReadmeFile >readme.md</PackageReadmeFile >
1617 </PropertyGroup >
1718
19+ <ItemGroup >
20+ <None Include =" ./readme.md" Pack =" true" PackagePath =" \" />
21+ </ItemGroup >
22+
1823</Project >
You can’t perform that action at this time.
0 commit comments