Skip to content

Commit

Permalink
1.2.1.2 released #5
Browse files Browse the repository at this point in the history
  • Loading branch information
vipwan committed Nov 12, 2023
1 parent ba71810 commit 11aaa3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net7.0</TargetFrameworks>
<PackageVersion>1.2.1.1</PackageVersion>
<PackageVersion>1.2.1.2</PackageVersion>
<PackageProjectUrl>https://github.com/vipwan/Biwen.AutoClassGen</PackageProjectUrl>
<Authors>万雅虎</Authors>
<RepositoryUrl>https://github.com/vipwan/Biwen.AutoClassGen</RepositoryUrl>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Biwen.AutoClassGen" Version="1.2.1.1" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Biwen.AutoClassGen" Version="1.2.1.2" PrivateAssets="contentfiles;analyzers" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Biwen.AutoClassGen.Gen/Biwen.AutoClassGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<AnalysisLevel>6.0-all</AnalysisLevel>
<Authors>万雅虎</Authors>
<PackageVersion>1.2.1.1</PackageVersion>
<PackageVersion>1.2.1.2</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 11aaa3a

Please sign in to comment.