Skip to content

Commit

Permalink
bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Feb 21, 2022
1 parent 631efad commit 86f59ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrimaryConstructor/PrimaryConstructor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>preview</LangVersion>
<LangVersion>10</LangVersion>
<Authors>Chaowlert Chaisrichalermpol</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Generate primary constructor from readonly fields</Description>
Expand All @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/chaowlert/PrimaryConstructor</RepositoryUrl>
<PackageTags>source-generator;primary-constructor</PackageTags>
<RestoreAdditionalProjectSources>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json ;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
<Version>1.3.2</Version>
<Version>1.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 86f59ea

Please sign in to comment.