Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 27, 2020
1 parent 317386a commit 85d4442
Showing 1 changed file with 4 additions and 5 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.0.8</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.RegularExpressions.Transformer</AssemblyName>
Expand All @@ -24,10 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>TransformerExtensions.DebugOutput method renamed to WriteStepsToFiles method.
Added TransformerExtensions.GetSteps method.
TransformersListExtensions.TransformAllToFiles method renamed to TransformWithAllToFiles.
Added TransformersListExtensions.TransformWithAll method.</PackageReleaseNotes>
<PackageReleaseNotes>Added boolean argument skipFilesWithNoChanges for methods TransformerExtensions.WriteStepsToFiles and TransformersListExtensions.TransformWithAllToFiles.

This release is not backward compatible with the previous 0.0.8 release.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 85d4442

Please sign in to comment.