IncaTechnologies.LocalizationFramework.Tools 1.0.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet tool install --global IncaTechnologies.LocalizationFramework.Tools --version 1.0.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local IncaTechnologies.LocalizationFramework.Tools --version 1.0.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=IncaTechnologies.LocalizationFramework.Tools&version=1.0.6
nuke :add-package IncaTechnologies.LocalizationFramework.Tools --version 1.0.6

IncaTechnologies.LocalizationFramework.Tools

Important note

This tool is complementary of IncaTechnologies.LocalizeFramework. It is also automatically installed when the LocalizeFramework is installed. You might want to install it directly, in case of versioning controls or because of unexpected erros during the installation process.

What does it do?

It generates .incaloc file based on the properties decorated with IncaLocalizeAttribute.

dotnet inca-loc [-Diagnostic] [-Input <String>] [-Output <String>] [-Generator <String>] [-Cultures <String>] [<CommonParameters>]

The -Diagnostic parameter is for development purposes only, not really useful in any other circumstances.

The -Generator parameter is in development and, if specified, it might not work or it might cause errors, do not use it.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.

This package has no dependencies.

Version Downloads Last updated
1.0.6 1,089 10/18/2023
1.0.5 831 10/14/2023
1.0.1 860 3/1/2023
1.0.0 973 3/1/2023

1.0.1 - Release
1.0.2 - Bug fix and improvments
1.0.3 - Bug fix could not find localize attribute
1.0.4 - Bug fix with filescoped namespace
1.0.5 - Bug fix and improvments
1.0.6 - Bug that cause the incaloc files to have wrong namespace