Skip to content

Commit

Permalink
[C#] 0.3.2. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Mar 7, 2020
1 parent ba3c50c commit 2131cc2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.RegularExpressions.Transformer Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.RegularExpressions.Transformer</AssemblyTitle>
<VersionPrefix>0.3.1</VersionPrefix>
<VersionPrefix>0.3.2</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.RegularExpressions.Transformer</AssemblyName>
Expand All @@ -24,7 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>TextTransformer now supports parallel execution.</PackageReleaseNotes>
<PackageReleaseNotes>For each tranformer step its rule string also added to output.
Added ITransformerExtensions with WriteStep method.
Refactoring.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 2131cc2

Please sign in to comment.