Skip to content

Commit

Permalink
[C#] 0.2.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Apr 23, 2020
1 parent ee43ae1 commit 5dacc33
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.RegularExpressions.Transformer.CSharpToCpp Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyTitle>
<VersionPrefix>0.2.35</VersionPrefix>
<VersionPrefix>0.2.36</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyName>
Expand All @@ -24,16 +24,11 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.RegularExpressions.Transformer dependency updated from 0.3.2 to 0.3.3.
Better support for the lambdas translation.
Support for inline destructor translation added.
Better support for properties translation.
Properties naming convention does not require the "Get" prefix anymore.
Better support for the translation of Action with no type parameters as well as Action with two type parameters.
Support for the translation of ObjectDisposedException added.
Better support for the translation of implicit operators.
Support for the translation of type name added.
</PackageReleaseNotes>
<PackageReleaseNotes>Action delegate translation rules merged and simplified.
Better support for translation of constructors.
Rules for tuple access simplification added.
Better support for translation of Interfaces.
Better support for translation of properties inside interfaces.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 5dacc33

Please sign in to comment.