WizardWrx.EmbeddedTextFile 9.0.226

Prefix Reserved
dotnet add package WizardWrx.EmbeddedTextFile --version 9.0.226
                    
NuGet\Install-Package WizardWrx.EmbeddedTextFile -Version 9.0.226
                    
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="WizardWrx.EmbeddedTextFile" Version="9.0.226" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WizardWrx.EmbeddedTextFile" Version="9.0.226" />
                    
Directory.Packages.props
<PackageReference Include="WizardWrx.EmbeddedTextFile" />
                    
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 WizardWrx.EmbeddedTextFile --version 9.0.226
                    
#r "nuget: WizardWrx.EmbeddedTextFile, 9.0.226"
                    
#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.
#:package WizardWrx.EmbeddedTextFile@9.0.226
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WizardWrx.EmbeddedTextFile&version=9.0.226
                    
Install as a Cake Addin
#tool nuget:?package=WizardWrx.EmbeddedTextFile&version=9.0.226
                    
Install as a Cake Tool

Read text files that are embedded in an assembly, and test arbitrary byte arrays for the presence of a Byte Order Mark.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WizardWrx.EmbeddedTextFile:

Package Downloads
WizardWrx.OperatingParameterManager

Use the classes and helper methods in this library to manage operating parameters for graphical and character mode Windows applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.226 948 11/23/2022
9.0.225 974 10/15/2022
9.0.224 977 9/18/2022
9.0.0 1,012 6/25/2022
8.0.215 1,066 5/21/2022
8.0.213 975 5/21/2022
8.0.212 976 5/21/2022
8.0.199 1,015 4/24/2022
8.0.196 1,007 4/19/2022
8.0.194 1,003 4/7/2022
8.0.193 1,041 4/7/2022
8.0.188 1,026 3/25/2022
8.0.186 987 3/25/2022
8.0.185 1,022 3/25/2022
8.0.182 1,004 3/9/2022
8.0.180 874 12/20/2021
8.0.179 869 12/20/2021
8.0.177 824 12/10/2021
8.0.175 924 10/19/2021
8.0.168 927 10/13/2021
8.0.166 956 8/2/2021
8.0.164 976 7/12/2021
8.0.161 912 7/4/2021
8.0.157 959 6/30/2021
8.0.155 934 6/21/2021
8.0.154 916 6/21/2021
8.0.151 905 6/18/2021
8.0.150 919 6/18/2021
8.0.146 946 6/10/2021
8.0.144 940 6/9/2021
8.0.140 949 5/20/2021
8.0.139 1,000 5/20/2021
8.0.133 995 5/2/2021
8.0.131 951 5/2/2021
8.0.130 921 4/19/2021
8.0.129 876 4/19/2021
8.0.128 908 4/19/2021
8.0.126 965 3/22/2021
8.0.122 1,015 2/6/2021
8.0.99 987 2/1/2021
8.0.98 974 1/31/2021
7.24.93 1,011 12/31/2020
7.23.92 1,069 10/18/2020
7.15.90.42197 1,355 5/3/2019

Since its two classes are moving to version 9.0.246 of WizardWrx.Common.dll, this is the final release of this package. As well, going forward, the ByteOrderMark and Readers classes are moving up a rung in the namespace graph of the WizardWrx .NET API, allowing this library to remain in existing installations without creating a name collision when the project is updated with the newer version of WizardWrx.Common.dll.