Skip to content

Commit

Permalink
Remove preview tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Sep 12, 2024
1 parent 084d83f commit 40cfce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What’s new in Ookii.CommandLine

## Ookii.CommandLine 4.2 (TBD)
## Ookii.CommandLine 4.2 (2024-09-12)

- The [helper methods](Utilities.md#virtual-terminal-support) in the [`VirtualTerminal`][] class now
use the [`LineWrappingTextWriter`][] class to properly white-space their output.
Expand All @@ -10,6 +10,7 @@
methods as appropriate, to avoid compiler warnings about hidden base class members.
- The library is now fully compatible with native AOT (ahead-of-time) compilation, when
[source generation](SourceGeneration.md) is used.
- Bug fixes.

## Ookii.CommandLine 4.1 (2024-01-26)

Expand Down
2 changes: 1 addition & 1 deletion docs/Ookii.CommandLine.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<SyntaxFilters>C#, Visual Basic, Visual Basic Usage, Managed C++</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>True</RootNamespaceContainer>
<Preliminary>True</Preliminary>
<Preliminary>False</Preliminary>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>True</KeepLogFile>
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<Company>Ookii.org</Company>
<Copyright>Copyright (c) Sven Groot (Ookii.org)</Copyright>
<VersionPrefix>4.2.0</VersionPrefix>
<VersionSuffix>preview3</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 40cfce2

Please sign in to comment.