Skip to content

Commit af5e594

Browse files
committed
[C#] 0.2.35.
1 parent 8c02698 commit af5e594

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

csharp/Platform.RegularExpressions.Transformer.CSharpToCpp/Platform.RegularExpressions.Transformer.CSharpToCpp.csproj

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.RegularExpressions.Transformer.CSharpToCpp Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyTitle>
7-
<VersionPrefix>0.2.34</VersionPrefix>
7+
<VersionPrefix>0.2.35</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyName>
@@ -24,12 +24,16 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Translation support added for:
28-
* Action,
29-
* events with no inline initialization,
30-
* delegate type declarations.
31-
32-
Fixed translation of object type.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Platform.RegularExpressions.Transformer dependency updated from 0.3.2 to 0.3.3.
28+
Better support for the lambdas translation.
29+
Support for inline destructor translation added.
30+
Better support for properties translation.
31+
Properties naming convention does not require the "Get" prefix anymore.
32+
Better support for the translation of Action with no type parameters as well as Action with two type parameters.
33+
Support for the translation of ObjectDisposedException added.
34+
Better support for the translation of implicit operators.
35+
Support for the translation of type name added.
36+
</PackageReleaseNotes>
3337
</PropertyGroup>
3438

3539
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)