|
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.34</VersionPrefix> |
| 7 | + <VersionPrefix>0.2.35</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>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> |
33 | 37 | </PropertyGroup> |
34 | 38 |
|
35 | 39 | <ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'"> |
|
0 commit comments