YAPG 0.2.7

dotnet tool install --global YAPG --version 0.2.7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local YAPG --version 0.2.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=YAPG&version=0.2.7
nuke :add-package YAPG --version 0.2.7

Code generation tool around protobuf

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.2.7 408 8/5/2021
0.2.6 299 7/27/2021
0.2.5 314 7/27/2021
0.2.4 309 7/5/2021
0.2.3 304 7/5/2021
0.2.2 341 7/2/2021
0.2.1 279 7/1/2021
0.2.0 339 6/29/2021
0.1.2 322 6/22/2021
0.1.1 278 6/22/2021
0.1.0 330 6/21/2021

# Release Notes
     ## 0.2.7 - 20021-08-05
     * added stringify() to f# key
     ## 0.2.6 - 20021-07-27
     * bugfix
     ## 0.2.5 - 20021-07-27
     * uppercase in for option case name
     ## 0.2.4 - 20021-07-05
     * bugfix
     ## 0.2.3 - 2021-07-05
     * delegates in fsharp json converters
     ## 0.2.2 - 2021-07-02
     * bugfix
     ## 0.2.1 - 2021-07-01
     * bugfix
     ## 0.2.0 - 2021-06-29
     * Added fsharp-json-converter
     ## 0.1.2 - 2021-06-22
     * Bugfix (fable converters for imported enums)
     ## 0.1.1 - 2021-06-22
     * Bugfix (resolving namespaces in the imported modules)
     ## 0.1.0 - 2020-12-21
     * Initial Release