From a823b1c25159bff8c1674d479c719710ca8a4cd9 Mon Sep 17 00:00:00 2001
From: June Rhodes <jrhodes@redpoint.games>
Date: Wed, 15 Jan 2025 15:00:27 +1100
Subject: [PATCH] Publish Redpoint.CloudFramework.Tests.Shared as a NuGet
 package (#129)

---
 .../Redpoint.CloudFramework.Tests.Shared.csproj             | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/UET/Redpoint.CloudFramework.Tests.Shared/Redpoint.CloudFramework.Tests.Shared.csproj b/UET/Redpoint.CloudFramework.Tests.Shared/Redpoint.CloudFramework.Tests.Shared.csproj
index 0ef9ab97..7082ab96 100644
--- a/UET/Redpoint.CloudFramework.Tests.Shared/Redpoint.CloudFramework.Tests.Shared.csproj
+++ b/UET/Redpoint.CloudFramework.Tests.Shared/Redpoint.CloudFramework.Tests.Shared.csproj
@@ -7,4 +7,10 @@
     <ProjectReference Include="..\Redpoint.CloudFramework\Redpoint.CloudFramework.csproj" />
   </ItemGroup>
 
+  <Import Project="$(MSBuildThisFileDirectory)../Lib/LibraryPackaging.Build.props" />
+  <PropertyGroup>
+    <Description>Provides common types for unit testing with Redpoint.CloudFramework.</Description>
+    <PackageTags>cloud, framework, unit, testing</PackageTags>
+  </PropertyGroup>
+
 </Project>