Skip to content

Commit 823ebbc

Browse files
committed
PackageReleaseNotes
1 parent 0a85dcd commit 823ebbc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/STYME/STYME.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Version>0.1.0</Version>
55
<Summary>A zero-dependency library that allows for manipulating dates and times using natural language.</Summary>
6-
<Description>A zero-dependency library that allows for manipulating dates and times using natural language.</Description>
6+
<Description>A zero-dependency library that allows for manipulating dates and times using natural language, for example "add 1 day" or "deduct 3 hours".</Description>
77
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
88
<LangVersion>13.0</LangVersion>
99
<AssemblyName>STYME</AssemblyName>
@@ -31,7 +31,9 @@
3131
<PropertyGroup>
3232
<Version>0.1.0</Version>
3333
<PackageReleaseNotes>
34-
- Initial release
34+
- Initial release.
35+
- Implemented `add` expression to shift a base `DateTime` by an amount.
36+
- Implemented `deduct`/`subtract` expression to shift a base `DateTime` backwards by an amount.
3537
</PackageReleaseNotes>
3638
</PropertyGroup>
3739

0 commit comments

Comments
 (0)