YeSql.Net.Properties 0.2.0-alpha

Suggested Alternatives

CopySqlFilesToOutputDirectory

Additional Details

"YeSql.Net.Properties" is not such a descriptive package name, so it was decided to publish another package called "CopySqlFilesToOutputDirectory" to clearly indicate the intent.

This is a prerelease version of YeSql.Net.Properties.
dotnet add package YeSql.Net.Properties --version 0.2.0-alpha
                    
NuGet\Install-Package YeSql.Net.Properties -Version 0.2.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YeSql.Net.Properties" Version="0.2.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YeSql.Net.Properties" Version="0.2.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="YeSql.Net.Properties" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add YeSql.Net.Properties --version 0.2.0-alpha
                    
#r "nuget: YeSql.Net.Properties, 0.2.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=YeSql.Net.Properties&version=0.2.0-alpha&prerelease
                    
Install YeSql.Net.Properties as a Cake Addin
#tool nuget:?package=YeSql.Net.Properties&version=0.2.0-alpha&prerelease
                    
Install YeSql.Net.Properties as a Cake Tool

YeSql.Net.Properties

A simple package that allows to copy the .sql files from the project folder to the output directory.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-alpha 102 12/25/2023 0.2.0-alpha is deprecated.
0.1.0-alpha 100 12/25/2023 0.1.0-alpha is deprecated.

fix: Exclude folders such as ./bin, ./obj or any folder beginning with a period