From 67fb4e092dc6968b31756a2298b3959c1095a160 Mon Sep 17 00:00:00 2001 From: Adam Bajguz Date: Thu, 14 Mar 2024 20:38:08 +0100 Subject: [PATCH] Update project version to 1.0.0-dev-00003 and set DebugType to Embedded. --- src/Directory.Build.props | 2 +- .../PackSite.Library.StringUnformatter.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 83d413c..c01dc0a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 1.0.0-dev-00002 + 1.0.0-dev-00003 PackSite PackSite diff --git a/src/PackSite.Library.StringUnformatter/PackSite.Library.StringUnformatter.csproj b/src/PackSite.Library.StringUnformatter/PackSite.Library.StringUnformatter.csproj index c7f0a6a..942c6f7 100644 --- a/src/PackSite.Library.StringUnformatter/PackSite.Library.StringUnformatter.csproj +++ b/src/PackSite.Library.StringUnformatter/PackSite.Library.StringUnformatter.csproj @@ -13,6 +13,7 @@ true true true + Embedded true snupkg Debug;Release