From 65e106523c1b961a9dd47fe44f163f815519d93b Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Tue, 26 Dec 2023 09:13:44 -0500 Subject: [PATCH] chore: Change package name to CopySqlFilesToOutputDirectory This change was made because the current name is not as descriptive. --- props/YeSql.Net.nuspec | 8 +++----- ...operties.props => CopySqlFilesToOutputDirectory.props} | 0 2 files changed, 3 insertions(+), 5 deletions(-) rename props/build/{YeSql.Net.Properties.props => CopySqlFilesToOutputDirectory.props} (100%) diff --git a/props/YeSql.Net.nuspec b/props/YeSql.Net.nuspec index b689757..ba9112e 100644 --- a/props/YeSql.Net.nuspec +++ b/props/YeSql.Net.nuspec @@ -1,8 +1,8 @@ - YeSql.Net.Properties - 0.2.0-alpha + CopySqlFilesToOutputDirectory + 0.1.0-alpha OSE.NET OSE.NET https://github.com/ose-net/yesql.net @@ -13,9 +13,7 @@ A simple package that allows to copy the .sql files from the project folder to the output directory - - fix: Exclude folders such as ./bin, ./obj or any folder beginning with a period - + Copyright (c) OSE.NET properties props sql sql-files yesql diff --git a/props/build/YeSql.Net.Properties.props b/props/build/CopySqlFilesToOutputDirectory.props similarity index 100% rename from props/build/YeSql.Net.Properties.props rename to props/build/CopySqlFilesToOutputDirectory.props