You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Platform.RegularExpressions.Transformer.CSharpToCpp/Platform.RegularExpressions.Transformer.CSharpToCpp.csproj
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<Description>LinksPlatform's Platform.RegularExpressions.Transformer.CSharpToCpp Class Library</Description>
<PackageReleaseNotes>Added support for inline static string constants in classes.
28
-
Static fields with class initializations are now using inline static fields in C++.</PackageReleaseNotes>
27
+
<PackageReleaseNotes>Rules are now less gready (for single line patterns). This should increase the performance and reduce errors.</PackageReleaseNotes>
29
28
</PropertyGroup>
30
29
31
30
<ItemGroupCondition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
0 commit comments