Skip to content

Commit d6ffa79

Browse files
committed
Updated readme
1 parent dcb872b commit d6ffa79

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@
44
There are three public classes of note:
55
* `TimeSpan2` is a wrapper around the existing `TimeSpan` structure that adds serialization, comparability, and convertibility. It can be used anywhere a TimeSpan is used.
66
* `TimeSpanFormatInfo` is an `IFormatProvider` for TimeSpan instances and provides a richer set of output formats. It works similarly to DateTimeFormatInfo. If you use the TimeSpan2 structure, you can access the parsing and output functionality directly from the structure's Parse and ToString methods. A list of format strings can be found here and in the inline documentation for `TimeSpanFormatInfo`.
7-
* `TimeSpanPicker` is a editable ComboBox that exposes a localized list of TimeSpan instances and allows for text entry.
7+
* `TimeSpanPicker` is a editable ComboBox that exposes a localized list of TimeSpan instances and allows for text entry. This is only available in the `TimeSpan2` package.
88

9-
This project has translations for English, Spanish, French, Italian, Russian, Chinese, and German. If anyone would like to provide translations for other languages, or better ones for those in the project, please post them in the Discussions area. A description of the translations needed for each localization are here.
9+
This project has translations for English, Spanish, French, Italian, Russian, Chinese, and German. If anyone would like to provide translations for other languages, or better ones for those in the project, please post them in the Discussions area.
1010

1111
## Installation
1212

13-
This is a standard Visual Studio 2022 solution containing the library as a project and a test harness as another project.
13+
This is a standard Visual Studio 2022 solution containing the core library and control library as projects and a test harness as another project.
1414

15-
It is available for inclusion into .NET projects via [NuGet](https://www.nuget.org/packages/TimeSpan2/).
15+
It is available for inclusion into .NET projects via NuGet:
16+
* [TimeSpan2.Core - System neutral, localized time spans.](https://www.nuget.org/packages/TimeSpan2.Core/).
17+
* [TimeSpan2 - WinForms control for natural language time spans](https://www.nuget.org/packages/TimeSpan2/).
1618

1719
## Documentation
1820

1921
For sample code, see the [Documentation](docs\Documentation.md).
2022

2123
## Release History
22-
24+
* 2.4.1 - Split into two packages (`TimeSpan2.Core` and `TimeSpan2`) to remove WinForms dependency from core package.
2325
* 2.4.0 - Added support for .NET 6.0
2426
* 2.3.0 - Added support for .NET Core 3.0 and 3.1
2527
* 2.1.6 - Added Dutch and fixed a bug

0 commit comments

Comments
 (0)