Skip to content

Commit

Permalink
Update package properties and pack package READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
B3zaleel committed Sep 14, 2024
1 parent df93ba2 commit 58cce48
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/ThreeDModels/Format/Ctm/ThreeDModels.Format.Ctm.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>B3zaleel.ThreeDModels.Format.Ctm</PackageId>
<Version>0.1.0</Version>
<Authors>B3zaleel</Authors>
<Authors>Bezaleel Olakunori</Authors>
<Description>Load and Export .ctm files.</Description>
<Copyright>Copyright © Bezaleel Olakunori 2024</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/B3zaleel/ThreeDModels/tree/main/src/ThreeDModels/Format/Ctm</RepositoryUrl>
<PackageTags>3d models ctm</PackageTags>
Expand All @@ -28,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<None Include="./README.md">
<None Include="./README.md" Pack="True" PackagePath="/README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions src/ThreeDModels/Format/Gltf/ThreeDModels.Format.Gltf.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>B3zaleel.ThreeDModels.Format.Gltf</PackageId>
<Version>0.1.0</Version>
<Authors>B3zaleel</Authors>
<Authors>Bezaleel Olakunori</Authors>
<Description>Load and Export Gltf files.</Description>
<Copyright>Copyright © Bezaleel Olakunori 2024</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/B3zaleel/ThreeDModels/tree/main/src/ThreeDModels/Format/Gltf</RepositoryUrl>
<PackageTags>3d models gltf glb</PackageTags>
Expand All @@ -28,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<None Include="./README.md">
<None Include="./README.md" Pack="True" PackagePath="/README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions src/ThreeDModels/Format/Obj/ThreeDModels.Format.Obj.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>B3zaleel.ThreeDModels.Format.Obj</PackageId>
<Version>0.1.0</Version>
<Authors>B3zaleel</Authors>
<Authors>Bezaleel Olakunori</Authors>
<Description>Load and Export .obj files.</Description>
<Copyright>Copyright © Bezaleel Olakunori 2024</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/B3zaleel/ThreeDModels/tree/main/src/ThreeDModels/Format/Obj</RepositoryUrl>
<PackageTags>3d models obj</PackageTags>
Expand All @@ -28,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<None Include="./README.md">
<None Include="./README.md" Pack="True" PackagePath="/README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 58cce48

Please sign in to comment.