File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public override string ReadString()
12
12
{
13
13
var index = ReadUInt16 ( ) ;
14
14
15
- if ( index != 0 && strings . TryGetValue ( index , out string str ) )
15
+ if ( index != 0 && strings . TryGetValue ( index , out string ? str ) )
16
16
{
17
17
return str ;
18
18
}
Original file line number Diff line number Diff line change 11
11
<Nullable >enable</Nullable >
12
12
<ImplicitUsings >enable</ImplicitUsings >
13
13
14
- <Version >1.0.1 </Version >
14
+ <Version >1.1.0-alpha1 </Version >
15
15
<PackageReleaseNotes ></PackageReleaseNotes >
16
16
17
17
<TargetFrameworks >net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks >
75
75
<AdditionalFiles Include =" Resources/CollectionID.txt" />
76
76
</ItemGroup >
77
77
78
+ <ItemGroup >
79
+ <Content Include =" Engines\Plug\CPlugVisual_New.cs" />
80
+ </ItemGroup >
81
+
78
82
<ItemGroup >
79
83
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.1" />
80
84
<PackageReference Include =" TmEssentials" Version =" 2.3.1" />
You can’t perform that action at this time.
0 commit comments