PrimaryConstructor by Chaowlert Chaisrichalermpol

<PackageReference Include="PrimaryConstructor" Version="1.1.3" />

 PrimaryConstructor 1.1.3

Generate primary constructor from readonly fields

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>PrimaryConstructor</id>
    <version>1.1.3</version>
    <authors>Chaowlert Chaisrichalermpol</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/chaowlert/PrimaryConstructor</projectUrl>
    <description>Generate primary constructor from readonly fields</description>
    <copyright>Copyright (c) Chaowlert Chaisrichalermpol</copyright>
    <tags>source-generator primary-constructor</tags>
    <repository url="https://github.com/chaowlert/PrimaryConstructor" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>