File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 7
7
<Nullable >enable</Nullable >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
10
- <Version >3.3.0 </Version >
10
+ <Version >3.3.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 >
Original file line number Diff line number Diff line change 1
1
# ⚡️ Better Input for C# with ` buffer `
2
2
3
- <div align =" center " >
4
- <img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/ac911024b63e8a7f5b245be591859991fe23aec4/buffer.gif" alt="Buffer package in action" style="width: 80%; height: auto;" />
5
- </div >
3
+ ![ Buffer package in action] ( https://raw.githubusercontent.com/pradosh-arduino/buffer/ac911024b63e8a7f5b245be591859991fe23aec4/buffer.gif )
6
4
7
5
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/buffer?style=flat-square&logo=nuget&logoColor=ffffff&logoSize=auto&label=Downloads&labelColor=323ca8&color=545454 )] ( https://www.nuget.org/stats/packages/buffer?groupby=Version )
8
6
[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/pradosh-arduino/buffer/dotnet.yml?style=flat-square&logo=github&logoColor=ffffff&logoSize=auto&label=Build )] ( https://github.com/pradosh-arduino/buffer/actions/workflows/dotnet.yml )
@@ -92,9 +90,7 @@ InputBuffer.ClearBuffer();
92
90
```
93
91
94
92
### Here is a demo of Limited Buffer Size of 10 characters
95
- <div align =" center " >
96
- <img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/main/buffer-limit.gif" alt="buffer-limit" style="width: 70%; height: auto;" />
97
- </div >
93
+ ![ buffer-limit] ( https://raw.githubusercontent.com/pradosh-arduino/buffer/main/buffer-limit.gif )
98
94
99
95
### 🧩 Syntax Highlighting in Real-time
100
96
``` cpp
@@ -132,9 +128,7 @@ while(true){
132
128
```
133
129
134
130
#### Demo of Syntax Highlighting
135
- <div align =" center " >
136
- <img src="https://raw.githubusercontent.com/pradosh-arduino/buffer/main/syntax-highlights.gif" alt="Syntax Highlighting Demo" style="width: 70%; height: auto;" />
137
- </div >
131
+ ![ Syntax Highlighting Demo] ( https://raw.githubusercontent.com/pradosh-arduino/buffer/main/syntax-highlights.gif )
138
132
139
133
### 🚀 Using its maximum potential
140
134
You can’t perform that action at this time.
0 commit comments