Skip to content

Commit 86f59ea

Browse files
committed
bump to 1.4.0
1 parent 631efad commit 86f59ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PrimaryConstructor/PrimaryConstructor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

1818
<ItemGroup>

0 commit comments

Comments
 (0)