MessageStudio 0.2.0-beta
This is a prerelease version of MessageStudio.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MessageStudio --version 0.2.0-beta
NuGet\Install-Package MessageStudio -Version 0.2.0-beta
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="MessageStudio" Version="0.2.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MessageStudio --version 0.2.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MessageStudio, 0.2.0-beta"
#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.
// Install MessageStudio as a Cake Addin #addin nuget:?package=MessageStudio&version=0.2.0-beta&prerelease // Install MessageStudio as a Cake Tool #tool nuget:?package=MessageStudio&version=0.2.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Message Studio C#
Modern implementation of (some) EPD MessageStudio file formats written in managed C#
Current Support
- MSBT (Message Studio Binary Text)
MSBT Usage
From Binary
byte[] data = File.ReadAllBytes("path/to/file.msbt");
Msbt msbt = Msbt.FromBinary(data);
To Binary
/* ... */
using MemoryStream ms = new();
msbt.ToBinary(ms,
endianness: Endian.Little,
encoding: Encoding.Unicode // Encoding.UTF8 is not supported!
);
To Yaml
/* ... */
string yaml = msbt.ToYaml();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- 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 | |
---|---|---|---|
1.1.1 | 398 | 6/13/2024 | |
1.1.0 | 331 | 4/23/2024 | |
1.0.7 | 187 | 4/6/2024 | |
1.0.6 | 113 | 4/6/2024 | |
1.0.5 | 144 | 2/21/2024 | |
1.0.4 | 183 | 2/21/2024 | |
1.0.3 | 167 | 1/17/2024 | |
1.0.2 | 138 | 1/15/2024 | |
1.0.1 | 144 | 1/6/2024 | |
1.0.0 | 165 | 1/1/2024 | |
0.2.2-beta | 123 | 12/13/2023 | |
0.2.1-beta | 144 | 12/7/2023 | |
0.2.0-beta | 112 | 12/7/2023 |