Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/nuget-push.yml
  • Loading branch information
Naamloos committed Feb 21, 2024
2 parents 2fd2f7f + 2391630 commit 56ca7d6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Obsidian.API/Obsidian.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Company>Obsidian Team</Company>
<Product>Obsidian</Product>
<Description>The plugin API for Obsidian, a Minecraft server.</Description>
<PackageProjectUrl>https://github.com/ObsidianServer/Obsidian</PackageProjectUrl>
<RepositoryUrl>https://github.com/ObsidianServer/Obsidian</RepositoryUrl>
<PackageProjectUrl>https://github.com/ObsidianMC/Obsidian</PackageProjectUrl>
<RepositoryUrl>https://github.com/ObsidianMC/Obsidian</RepositoryUrl>
<PackageTags>minecraft obsidian api plugin plugins</PackageTags>
<PackageIconUrl>https://i.imgur.com/jU1lkP4.png</PackageIconUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -23,6 +23,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<Title>Obsidian Plugin API</Title>
<PackageIcon>74374287.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -44,11 +47,19 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\Users\Ryan\Downloads\74374287.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\.editorconfig" Link=".editorconfig" />
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 56ca7d6

Please sign in to comment.