Skip to content

Commit

Permalink
feat(config): added authors & icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sikelio committed Jul 30, 2024
1 parent 7796d30 commit d54966b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion System/System.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>FrApp42.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>FrApp42.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Title>FrApp42 System</Title>
<Authors>FrApp42</Authors>
<Authors>FrenchyApps42, Sikelio, AnthoDingo</Authors>
<Copyright>GPLv3</Copyright>
<PackageProjectUrl>https://github.com/FrApp42/Tools</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrApp42/Tools.git</RepositoryUrl>
Expand All @@ -18,13 +18,19 @@
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Company>FrenchyApps42</Company>
<PackageIcon>Logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENCE.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\Logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 7 additions & 1 deletion Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>FrApp42.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>FrApp42.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Title>FrApp42 Web</Title>
<Authors>FrApp42</Authors>
<Authors>FrenchyApps42, Sikelio, AnthoDingo</Authors>
<Copyright>GPLv3</Copyright>
<PackageProjectUrl>https://github.com/FrApp42/Tools</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrApp42/Tools.git</RepositoryUrl>
Expand All @@ -18,13 +18,19 @@
<PackageLicenseFile>LICENCE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Company>FrenchyApps42</Company>
<PackageIcon>Logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENCE.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\Logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d54966b

Please sign in to comment.