Skip to content

Commit

Permalink
fix: Fixed missing H.Generators.Extensions.dll issue #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed May 9, 2024
1 parent 569eae9 commit a7e7489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<PropertyGroup Label="Nuget">
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>havendv</Authors>
Expand Down
1 change: 1 addition & 0 deletions src/libs/H.Ipc.Generator/H.Ipc.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>$(NoWarn);CA1014;CA1031</NoWarn>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions src/libs/H.Ipc/H.Ipc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
<PackageReference Include="H.Formatters.System.Text.Json" Version="12.0.51" />
<PackageReference Include="H.Generators.Extensions" Version="1.22.0" PrivateAssets="all" IncludeInPackage="true" />
<PackageReference Include="H.Pipes.AccessControl" Version="2.0.59" />
<None Include="..\H.Ipc.Generator\bin\$(Configuration)\netstandard2.0\H.Generators.Extensions.dll" Pack="true" PackagePath="analyzers/dotnet" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit a7e7489

Please sign in to comment.