Skip to content

Commit

Permalink
reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Aug 17, 2024
1 parent 0d9bb2f commit 1965d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SolutionProperties/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Added possibility to control the `partial` keyword of the generated implementation wrapper.
- Added XML docs to the package.
- Updated dependencies.
2 changes: 1 addition & 1 deletion Tum4ik.StinimGen/Tum4ik.StinimGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<ItemGroup>
<!-- Package the generator in the analyzer directory of the nuget package -->
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\Tum4ik.StinimGen.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="..\Tum4ik.StinimGen.Attributes\$(OutputPath)\Tum4ik.StinimGen.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" />
<None Include="..\Tum4ik.StinimGen.Attributes\$(OutputPath)\Tum4ik.StinimGen.Attributes.pdb" Pack="true" PackagePath="lib/netstandard2.0" />
<None Include="..\Tum4ik.StinimGen.Attributes\$(OutputPath)\Tum4ik.StinimGen.Attributes.xml" Pack="true" PackagePath="lib/netstandard2.0" />
Expand Down

0 comments on commit 1965d45

Please sign in to comment.