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/
130
130
# Mac desktop service store files
131
131
.DS_Store
132
132
133
- _NCrunch *
133
+ _NCrunch *
134
+
135
+ # Personal
136
+ Makefile
Original file line number Diff line number Diff line change 4
4
/// This is an custom made input buffer so that we can get the output even if the user have not completed typing.
5
5
/// coded by @pradosh-arduino (github)
6
6
/// </summary>
7
- class superbuffer {
7
+ class prad_buffer {
8
8
private char [ ] buffer = new char [ 1024 ] ;
9
9
10
10
/// <summary>
Original file line number Diff line number Diff line change 7
7
<Nullable >enable</Nullable >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
10
- <Version >1.1.0 </Version >
10
+ <Version >1.1.1 </Version >
11
11
<Authors >Pradosh (helloImPR)</Authors >
12
12
<Description >A fast, completely controllable input method solution for C#.</Description >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
<RepositoryUrl >https://github.com/pradosh-arduino/buffer</RepositoryUrl >
15
15
<RepositoryType >git</RepositoryType >
16
+ <PackageReadmeFile >readme.md</PackageReadmeFile >
16
17
</PropertyGroup >
17
18
19
+ <ItemGroup >
20
+ <None Include =" ./readme.md" Pack =" true" PackagePath =" \" />
21
+ </ItemGroup >
22
+
18
23
</Project >
You can’t perform that action at this time.
0 commit comments