|
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <!-- NuGet package metadata --> |
| 8 | + |
| 9 | + <IsPackable>true</IsPackable> |
8 | 10 | <PackageId>DotnetGlobalToolsExtensionAspire</PackageId> |
9 | | - <Version>1.0.0</Version> |
10 | | - <Authors>YourName</Authors> |
11 | | - <Company>YourCompany</Company> |
| 11 | + <Version>940.2025.821.740</Version> |
| 12 | + <Authors>Andrei Ignat</Authors> |
| 13 | + <Company>AOM</Company> |
12 | 14 | <Description>Extension methods and helpers for integrating .NET global tools with Aspire distributed applications.</Description> |
13 | 15 | <PackageTags>aspire;global-tools;dotnet;extensions</PackageTags> |
14 | 16 | <RepositoryUrl>https://github.com/ignatandrei/aspireExtensions</RepositoryUrl> |
15 | 17 | <PackageProjectUrl>https://github.com/ignatandrei/aspireExtensions</PackageProjectUrl> |
16 | 18 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
17 | 19 | <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 20 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
19 | 21 | <IncludeSymbols>true</IncludeSymbols> |
20 | 22 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
21 | 23 | </PropertyGroup> |
22 | 24 |
|
23 | 25 | <ItemGroup> |
24 | 26 | <PackageReference Include="Aspire.Hosting.AppHost" Version="9.4.0" /> |
25 | | - <PackageReference Include="NetEscapades.EnumGenerators" Version="1.0.0-beta14" /> |
| 27 | + <PackageReference Include="NetEscapades.EnumGenerators" Version="1.0.0-beta14" |
| 28 | + PrivateAssets="all" ExcludeAssets="runtime" |
| 29 | + /> |
| 30 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
26 | 31 | </ItemGroup> |
27 | 32 |
|
28 | 33 | <PropertyGroup> |
|
31 | 36 | </PropertyGroup> |
32 | 37 |
|
33 | 38 | <ItemGroup> |
34 | | - <None Include="README.md" Pack="true" PackagePath="" /> |
35 | | - <None Include="LICENSE" Pack="true" PackagePath="" /> |
| 39 | + <None Include="../README.md" Pack="true" PackagePath="" /> |
| 40 | + <None Include="../LICENSE" Pack="true" PackagePath="" /> |
36 | 41 | </ItemGroup> |
37 | 42 |
|
38 | 43 | </Project> |
0 commit comments