|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
8 | | - <Title>AStar Dev Utilities</Title> |
| 4 | + <AnalysisLevel>latest-recommended</AnalysisLevel> |
| 5 | + <Authors>AStar Development, Jason Barden</Authors> |
9 | 6 | <Company>AStar Development</Company> |
10 | | - <Copyright>AStar Development, 2024</Copyright> |
11 | | - <IncludeSymbols>True</IncludeSymbols> |
12 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
13 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
14 | | - <RepositoryUrl>https://github.com/astar-development/astar-dev-utilities.git</RepositoryUrl> |
15 | | - <RepositoryType>git</RepositoryType> |
16 | | - <PackageProjectUrl>https://github.com/astar-development/astar-dev-utilities</PackageProjectUrl> |
| 7 | + <Copyright>AStar Development, 2025</Copyright> |
17 | 8 | <Description>A collection of useful utilities that do not fit within any of the other, more targeted, AStar NuGet packages.</Description> |
18 | | - <Version>1.6.0</Version> |
19 | | - <Authors>AStar Development, Jason Barden</Authors> |
20 | | - <RepositoryType>git</RepositoryType> |
| 9 | + <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
| 10 | + <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
| 11 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 12 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 13 | + <ImplicitUsings>enable</ImplicitUsings> |
21 | 14 | <IncludeSymbols>True</IncludeSymbols> |
22 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 15 | + <IsPackable>true</IsPackable> |
| 16 | + <Nullable>enable</Nullable> |
| 17 | + <PackageIcon>AStar.png</PackageIcon> |
| 18 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 19 | + <PackageProjectUrl>https://github.com/astar-development/astar-dev-utilities</PackageProjectUrl> |
23 | 20 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
24 | 21 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
25 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
26 | | - <DocumentationFile>$(AssemblyName).xml</DocumentationFile> |
27 | | - <PackageIcon>AStar.png</PackageIcon> |
28 | | - <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild> |
29 | | - <AnalysisLevel>latest-recommended</AnalysisLevel> |
| 22 | + <RepositoryType>git</RepositoryType> |
| 23 | + <RepositoryUrl>https://github.com/astar-development/astar-dev-utilities.git</RepositoryUrl> |
| 24 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 25 | + <TargetFramework>net9.0</TargetFramework> |
| 26 | + <Title>AStar Dev Utilities</Title> |
| 27 | + <Version>1.6.1</Version> |
30 | 28 | </PropertyGroup> |
31 | 29 |
|
32 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
61 | 59 | </ItemGroup> |
62 | 60 |
|
63 | 61 | <ItemGroup> |
| 62 | + <PackageReference Include="AStar.Dev.Technical.Debt.Reporting" Version="0.1.0"/> |
64 | 63 | <PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="22.0.14"/> |
65 | 64 | </ItemGroup> |
66 | 65 |
|
|
0 commit comments