Skip to content

Commit 35a6707

Browse files
committed
[C#] 0.2.34.
1 parent 4e8c9c9 commit 35a6707

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 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.33</VersionPrefix>
7+
[ <VersionPrefix>0.2.34</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyName>
@@ -24,9 +24,12 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Rules made easy to translate.
28-
Rule fix.
29-
Comments fix.</PackageReleaseNotes>
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>
3033
</PropertyGroup>
3134

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

0 commit comments

Comments
 (0)