Skip to content

Commit e17c3dc

Browse files
committed
fix: 修复 SourceReader 使用 StringView 时,IndexOf 结果错误的问题。
1 parent 872841d commit e17c3dc

12 files changed

+19
-21
lines changed

Compilers/Cyjb.Compilers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1313
<NeutralLanguage>en</NeutralLanguage>
1414
<Version>$(VersionPrefix)</Version>
15-
<VersionPrefix>1.0.21</VersionPrefix>
15+
<VersionPrefix>1.0.22</VersionPrefix>
1616
<RootNamespace>Cyjb.Compilers</RootNamespace>
1717
<Authors>CYJB</Authors>
1818
<IncludeSymbols>true</IncludeSymbols>

Design/Cyjb.Compilers.Design.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1313
<NeutralLanguage>en</NeutralLanguage>
1414
<Version>$(VersionPrefix)</Version>
15-
<VersionPrefix>1.0.21</VersionPrefix>
15+
<VersionPrefix>1.0.22</VersionPrefix>
1616
<RootNamespace>Cyjb.Compilers</RootNamespace>
1717
<OutputType>Library</OutputType>
1818
<DevelopmentDependency>true</DevelopmentDependency>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Design/Tools/Cyjb.Compilers.dll

0 Bytes
Binary file not shown.

Design/Tools/Generator.deps.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"Generator/1.0.0": {
1010
"dependencies": {
1111
"Cyjb": "1.0.23",
12-
"Cyjb.Compilers": "1.0.21",
13-
"Cyjb.Compilers.Design": "1.0.21",
12+
"Cyjb.Compilers": "1.0.22",
13+
"Cyjb.Compilers.Design": "1.0.22",
1414
"Microsoft.CodeAnalysis.CSharp": "4.8.0"
1515
},
1616
"runtime": {
@@ -166,10 +166,10 @@
166166
}
167167
},
168168
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
169-
"Cyjb.Compilers/1.0.21": {
169+
"Cyjb.Compilers/1.0.22": {
170170
"dependencies": {
171171
"Cyjb": "1.0.23",
172-
"Cyjb.Compilers.Runtime": "1.0.21"
172+
"Cyjb.Compilers.Runtime": "1.0.22"
173173
},
174174
"runtime": {
175175
"Cyjb.Compilers.dll": {}
@@ -180,15 +180,15 @@
180180
}
181181
}
182182
},
183-
"Cyjb.Compilers.Design/1.0.21": {
183+
"Cyjb.Compilers.Design/1.0.22": {
184184
"dependencies": {
185-
"Cyjb.Compilers.Runtime": "1.0.21"
185+
"Cyjb.Compilers.Runtime": "1.0.22"
186186
},
187187
"runtime": {
188188
"Cyjb.Compilers.Design.dll": {}
189189
}
190190
},
191-
"Cyjb.Compilers.Runtime/1.0.21": {
191+
"Cyjb.Compilers.Runtime/1.0.22": {
192192
"dependencies": {
193193
"Cyjb": "1.0.23"
194194
},
@@ -258,17 +258,17 @@
258258
"path": "system.runtime.compilerservices.unsafe/6.0.0",
259259
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
260260
},
261-
"Cyjb.Compilers/1.0.21": {
261+
"Cyjb.Compilers/1.0.22": {
262262
"type": "project",
263263
"serviceable": false,
264264
"sha512": ""
265265
},
266-
"Cyjb.Compilers.Design/1.0.21": {
266+
"Cyjb.Compilers.Design/1.0.22": {
267267
"type": "project",
268268
"serviceable": false,
269269
"sha512": ""
270270
},
271-
"Cyjb.Compilers.Runtime/1.0.21": {
271+
"Cyjb.Compilers.Runtime/1.0.22": {
272272
"type": "project",
273273
"serviceable": false,
274274
"sha512": ""

Design/Tools/Generator.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)