Skip to content

Commit

Permalink
feat: configured packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sikelio committed Jul 29, 2024
1 parent f6c9131 commit 03c5160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions System/System.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<PackageProjectUrl>https://github.com/FrApp42/Tools</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrApp42/Tools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>A collection of classes for system operations</Description>
<PackageTags>system</PackageTags>
</PropertyGroup>

</Project>
5 changes: 4 additions & 1 deletion Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
<AssemblyName>FrApps42.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>FrApps42.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Title>FrApps42 Web</Title>
<Authors>FrApp42</Authors>
<Authors>FrApps42</Authors>
<Copyright>GPLv3</Copyright>
<PackageProjectUrl>https://github.com/FrApp42/Tools</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrApp42/Tools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>A collection of classes for web operations</Description>
<PackageTags>web</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 03c5160

Please sign in to comment.