1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <AssemblyVersion >3.2.7.0</AssemblyVersion >
4
- <FileVersion >3.2.7.0</FileVersion >
5
- <PackageProjectUrl >https://github.com/EliteAPI/EliteAPI</PackageProjectUrl >
6
- <RepositoryUrl >https://github.com/EliteAPI/EliteAPI</RepositoryUrl >
7
- <PackageIconUrl />
8
- <RepositoryType >git</RepositoryType >
9
- <PackageTags >EliteDangerous PlayerJournal Elite Dangerous Journal Somfic</PackageTags >
10
- <NeutralLanguage >en</NeutralLanguage >
11
- <Description >Adds EDDN support to EliteAPI</Description >
12
- <Copyright >© Somfic 2018-2024</Copyright >
13
- <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
14
- <Version >3.2.7</Version >
15
- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
16
- <PackageIcon >icon.png</PackageIcon >
17
- <IsWindows Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'" >true</IsWindows >
18
- <LangVersion >10</LangVersion >
19
- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20
- <Authors >Somfic</Authors >
21
- <InformationalVersion >3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion >
22
- <Nullable >enable</Nullable >
23
- <TargetFramework >netstandard2.0</TargetFramework >
24
- <Title >EliteAPI</Title >
25
- </PropertyGroup >
26
- <PropertyGroup >
27
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
28
- </PropertyGroup >
29
-
30
- <ItemGroup >
31
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
32
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
33
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
34
- </ItemGroup >
35
-
36
- <ItemGroup >
37
- <ProjectReference Include =" ..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" />
38
- <ProjectReference Include =" ..\..\EliteAPI.Events\EliteAPI.Events.csproj" />
39
- </ItemGroup >
40
-
41
- <ItemGroup >
42
- <None Update =" icon.png" >
43
- <Pack >true</Pack >
44
- <PackagePath ></PackagePath >
45
- </None >
46
- </ItemGroup >
47
-
48
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <AssemblyVersion >3.2.9.0</AssemblyVersion >
4
+ <FileVersion >3.2.9.0</FileVersion >
5
+ <PackageProjectUrl >https://github.com/EliteAPI/EliteAPI</PackageProjectUrl >
6
+ <RepositoryUrl >https://github.com/EliteAPI/EliteAPI</RepositoryUrl >
7
+ <PackageIconUrl />
8
+ <RepositoryType >git</RepositoryType >
9
+ <PackageTags >EliteDangerous PlayerJournal Elite Dangerous Journal Somfic</PackageTags >
10
+ <NeutralLanguage >en</NeutralLanguage >
11
+ <Description >Adds EDDN support to EliteAPI</Description >
12
+ <Copyright >© Somfic 2018-2024</Copyright >
13
+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
14
+ <Version >3.2.9</Version >
15
+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
16
+ <PackageIcon >icon.png</PackageIcon >
17
+ <IsWindows Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'" >true</IsWindows >
18
+ <LangVersion >10</LangVersion >
19
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20
+ <Authors >Somfic</Authors >
21
+ <InformationalVersion >3.2.9+3.Branch.main.Sha.528b131ddd0ba211df2e8849ac0334bffb1f2f23</InformationalVersion >
22
+ <Nullable >enable</Nullable >
23
+ <TargetFramework >netstandard2.0</TargetFramework >
24
+ <Title >EliteAPI</Title >
25
+ </PropertyGroup >
26
+ <PropertyGroup >
27
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
28
+ </PropertyGroup >
29
+ <ItemGroup >
30
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
31
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
32
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
33
+ </ItemGroup >
34
+ <ItemGroup >
35
+ <ProjectReference Include =" ..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" />
36
+ <ProjectReference Include =" ..\..\EliteAPI.Events\EliteAPI.Events.csproj" />
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <None Update =" icon.png" >
40
+ <Pack >true</Pack >
41
+ <PackagePath ></PackagePath >
42
+ </None >
43
+ </ItemGroup >
44
+ </Project >
0 commit comments