Skip to content

Commit

Permalink
Update RueI.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Dec 30, 2023
1 parent b836c83 commit 06b8971
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions RueI/RueI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,38 @@
<Platforms>AnyCPU;x64</Platforms>
<Title>RueI</Title>
<Copyright>CC0 1.0</Copyright>

<Version>2.0.2</Version>
<Authors>Rue &lt;3, Override (some help)</Authors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>hint framework for scp:sl</Description>
<Description>universal hint framework for scp:sl</Description>
<RepositoryUrl>https://github.com/Ruemena/RueI</RepositoryUrl>
<PackageProjectUrl>https://github.com/Ruemena/RueI</PackageProjectUrl>
<PackageTags>scpsl</PackageTags>
<PackageTags>scpsl;hints;scp;exiled;nwapi</PackageTags>
<AssemblyVersion>2.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>stable(?) release</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>True</Optimize>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Optimize>True</Optimize>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 06b8971

Please sign in to comment.