Skip to content

Commit bd67931

Browse files
Copilotdex3r
andauthored
Prepare NuGet publication metadata for Generators and Abstractions packages (#48)
* Initial plan * chore: add nuget package metadata for publication prep Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com>
1 parent f67b905 commit bd67931

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

MattSourceGenHelpers.Abstractions/MattSourceGenHelpers.Abstractions.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@
44
<LangVersion>default</LangVersion>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<Version>0.1.0</Version>
9+
<Title>Matt Source Generation Helpers Abstractions</Title>
10+
<Description>Attributes and fluent abstractions used by MattSourceGenHelpers source generators.</Description>
11+
<Authors>Matt Krzaczek</Authors>
12+
<PackageProjectUrl>https://github.com/dex3r/MattSourceGenHelpers</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/dex3r/MattSourceGenHelpers</RepositoryUrl>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
715
<TargetFramework>net8.0</TargetFramework>
816
</PropertyGroup>
917

1018
<ItemGroup>
1119
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" />
1220
</ItemGroup>
1321

22+
<ItemGroup>
23+
<None Include="..\README.md" Pack="true" PackagePath="\" />
24+
</ItemGroup>
25+
1426
</Project>

MattSourceGenHelpers.Generators/MattSourceGenHelpers.Generators.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<Version>0.1.0</Version>
1111
<Title>Matt Source Generation Helpers</Title>
12+
<Description>Roslyn source generators that turn normal methods into generated implementations.</Description>
1213
<Authors>Matt Krzaczek</Authors>
1314
<PackageProjectUrl>https://github.com/dex3r/MattSourceGenHelpers</PackageProjectUrl>
1415
<RepositoryUrl>https://github.com/dex3r/MattSourceGenHelpers</RepositoryUrl>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
1517
<TargetFramework>net8.0</TargetFramework>
1618
</PropertyGroup>
1719

@@ -22,4 +24,8 @@
2224
<ItemGroup>
2325
<ProjectReference Include="..\MattSourceGenHelpers.Abstractions\MattSourceGenHelpers.Abstractions.csproj" />
2426
</ItemGroup>
27+
28+
<ItemGroup>
29+
<None Include="..\README.md" Pack="true" PackagePath="\" />
30+
</ItemGroup>
2531
</Project>

0 commit comments

Comments
 (0)