|
4 | 4 | <Description>LinksPlatform's Platform.RegularExpressions.Transformer.CSharpToCpp Class Library</Description> |
5 | 5 | <Copyright>Konstantin Diachenko</Copyright> |
6 | 6 | <AssemblyTitle>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyTitle> |
7 | | - <VersionPrefix>0.2.35</VersionPrefix> |
| 7 | + <VersionPrefix>0.2.36</VersionPrefix> |
8 | 8 | <Authors>Konstantin Diachenko</Authors> |
9 | 9 | <TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks> |
10 | 10 | <AssemblyName>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyName> |
|
24 | 24 | <IncludeSymbols>true</IncludeSymbols> |
25 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
26 | 26 | <LangVersion>latest</LangVersion> |
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> |
| 27 | + <PackageReleaseNotes>Action delegate translation rules merged and simplified. |
| 28 | +Better support for translation of constructors. |
| 29 | +Rules for tuple access simplification added. |
| 30 | +Better support for translation of Interfaces. |
| 31 | +Better support for translation of properties inside interfaces.</PackageReleaseNotes> |
37 | 32 | </PropertyGroup> |
38 | 33 |
|
39 | 34 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'"> |
|
0 commit comments