|
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 |
|
8 | | - <VersionPrefix>24.0</VersionPrefix> |
9 | | - <Version>24.0.0</Version> |
10 | | - <Copyright>Three Mammals</Copyright> |
11 | | - <Product>Ocelot</Product> |
| 8 | + <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
| 9 | + <IncludeSymbols>True</IncludeSymbols> |
| 10 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 11 | + <!--Package properties--> |
| 12 | + <Version>24.0.0-beta.1</Version> |
| 13 | + <PackageId>Ocelot.Administration.IdentityServer4</PackageId> |
| 14 | + <PackageDescription>Provides Ocelot extensions to use the Administration API and IdentityServer4 dependencies that come with it</PackageDescription> |
| 15 | + <PackageReleaseNotes>Release notes: [Releases](https://github.com/ThreeMammals/Ocelot.Administration.IdentityServer4/releases)</PackageReleaseNotes> |
| 16 | + <PackageTags>API Gateway;.NET;IdentityServer4</PackageTags> |
| 17 | + <PackageIcon>ocelot_icon.png</PackageIcon> |
| 18 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 19 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 20 | + <PackageProjectUrl>https://github.com/ThreeMammals/Ocelot</PackageProjectUrl> |
| 21 | + <RepositoryUrl>https://github.com/ThreeMammals/Ocelot.Administration.IdentityServer4</RepositoryUrl> |
12 | 22 | <Authors>Tom Pallister, Raman Maksimchuk</Authors> |
| 23 | + <Company>Three Mammals</Company> |
| 24 | + <Product>Ocelot Gateway</Product> |
| 25 | + <Copyright>© 2025 Three Mammals. MIT licensed OSS</Copyright> |
13 | 26 |
|
14 | 27 | <!--Package 'IdentityServer4' 4.1.2 has a known moderate severity vulnerability--> |
15 | 28 | <NoWarn>NU1902</NoWarn> |
|
19 | 32 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
20 | 33 | </PropertyGroup> |
21 | 34 |
|
| 35 | + <ItemGroup> |
| 36 | + <None Include="..\LICENSE" Pack="True" PackagePath="\" Link=".artifacts\LICENSE" /> |
| 37 | + <None Include="..\ocelot_icon.png" Pack="True" PackagePath="\" Link=".artifacts\ocelot_icon.png" /> |
| 38 | + <None Include="..\README.md" Pack="True" PackagePath="\" Link=".artifacts\README.md" /> |
| 39 | + </ItemGroup> |
| 40 | + |
22 | 41 | <ItemGroup> |
23 | 42 | <PackageReference Include="Ocelot" Version="24.0.0" /> |
24 | 43 | <PackageReference Include="IdentityServer4" Version="4.1.2" /> |
|
0 commit comments