Skip to content

Commit

Permalink
Nuget package release notes point to the github RELEASENOTES.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
blumu committed Oct 18, 2019
1 parent a2af444 commit c47a3d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion FSharpLu.Azure/FSharpLu.Azure.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Company>Microsoft</Company>
<Version>$(NUGET_PACKAGE_VERSION)</Version>
<Title>Microsoft.FSharpLu.Azure</Title>
<PackageReleaseNotes>First release of FSharpLu.Azure</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/microsoft/fsharplu/blob/master/RELEASENOTES.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Microsoft/fsharplu</PackageProjectUrl>
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
<RepositoryUrl>https://github.com/Microsoft/fsharplu/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion FSharpLu.Json/FSharpLu.Json.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>Json serialization converters for F# option types and discriminated unions.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>F#, FSharp, Utilities, Json, discriminated unions</PackageTags>
<PackageReleaseNotes>Signed assemblies and nuget package</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/microsoft/fsharplu/blob/master/RELEASENOTES.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Microsoft/fsharplu</PackageProjectUrl>
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
<RepositoryUrl>https://github.com/Microsoft/fsharplu/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion FSharpLu.Windows/FSharpLu.Windows.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>Windows specific helpers requiring the full .NetFramework</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>F#, FSharp, Utilities, Windows, Security, Console</PackageTags>
<PackageReleaseNotes>Add more Windows utilities: SMB, sysprep, shutdown, certificate...</PackageReleaseNotes>
<PackageReleaseNotes>See https://github.com/microsoft/fsharplu/blob/master/RELEASENOTES.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Microsoft/fsharplu</PackageProjectUrl>
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
<RepositoryUrl>https://github.com/Microsoft/fsharplu/</RepositoryUrl>
Expand Down
11 changes: 1 addition & 10 deletions FSharpLu/FSharpLu.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@
<Description>Utilities and .Net library wrappers for F#</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>F#, FSharp, FSharp utilities, collection, logging, diagnostic, async, Json</PackageTags>
<PackageReleaseNotes>
- Add HttpCommunication module, a strongly-typed HTTP client thin library
- Add support for environment variable and error output capture in `startProcess` API
- Add Knuth-Morris-Pratt implementation for searching a string in a file stream
- Add state machine and agent module used to implement long-running operations in services
- Add Windows/Linux platform helpers
- Add the Combine functor for the TraceTags statically-typed global logger
- Hardening of startProcess API to handle corner cases (e.g. process ends too quickly or too slowly)
- And more: parsing helpers, EXE type, IDisposable helpers, Compression, certificate, CacheMap collection
</PackageReleaseNotes>
<PackageReleaseNotes> See https://github.com/microsoft/fsharplu/blob/master/RELEASENOTES.md</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Company>Microsoft</Company>
<Product>Microsoft.FSharpLu</Product>
Expand Down

0 comments on commit c47a3d0

Please sign in to comment.