-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96997ac
commit 2c88196
Showing
13 changed files
with
93 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,45 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyVersion>3.2.9.0</AssemblyVersion> | ||
<FileVersion>3.2.9.0</FileVersion> | ||
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl> | ||
<PackageIconUrl /> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>EliteDangerous PlayerJournal Elite Dangerous Journal Somfic</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Description>Adds Discord Rich Presence support to EliteAPI</Description> | ||
<Copyright>© Somfic 2018-2024</Copyright> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Version>3.2.9</Version> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> | ||
<LangVersion>10</LangVersion> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Authors>Somfic</Authors> | ||
<InformationalVersion>3.2.9+3.Branch.main.Sha.528b131ddd0ba211df2e8849ac0334bffb1f2f23</InformationalVersion> | ||
<Nullable>enable</Nullable> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Title>EliteAPI</Title> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" /> | ||
<ProjectReference Include="..\..\EliteAPI.Events\EliteAPI.Events.csproj" /> | ||
<ProjectReference Include="..\..\EliteAPI.Status\EliteAPI.Status.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="icon.png"> | ||
<Pack>true</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyVersion>3.3.1.0</AssemblyVersion> | ||
<FileVersion>3.3.1.0</FileVersion> | ||
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl> | ||
<PackageIconUrl /> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>EliteDangerous PlayerJournal Elite Dangerous Journal Somfic</PackageTags> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Description>Adds Discord Rich Presence support to EliteAPI</Description> | ||
<Copyright>© Somfic 2018-2024</Copyright> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Version>3.3.1</Version> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> | ||
<LangVersion>10</LangVersion> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Authors>Somfic</Authors> | ||
<InformationalVersion>3.3.1+3.Branch.main.Sha.96997acd341387e053fcaee32c65ed1adb0b8703</InformationalVersion> | ||
<Nullable>enable</Nullable> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Title>EliteAPI</Title> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" /> | ||
<ProjectReference Include="..\..\EliteAPI.Events\EliteAPI.Events.csproj" /> | ||
<ProjectReference Include="..\..\EliteAPI.Status\EliteAPI.Status.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="icon.png"> | ||
<Pack>true</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters