Skip to content

Commit

Permalink
[C#] 0.2.34.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Apr 2, 2020
1 parent 4e8c9c9 commit 35a6707
Showing 1 changed file with 7 additions and 4 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.33</VersionPrefix>
[ <VersionPrefix>0.2.34</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.RegularExpressions.Transformer.CSharpToCpp</AssemblyName>
Expand All @@ -24,9 +24,12 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Rules made easy to translate.
Rule fix.
Comments fix.</PackageReleaseNotes>
<PackageReleaseNotes>Translation support added for:
* Action,
* events with no inline initialization,
* delegate type declarations.

Fixed translation of object type.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 35a6707

Please sign in to comment.