SmartStringResources 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SmartStringResources --version 1.1.0
NuGet\Install-Package SmartStringResources -Version 1.1.0
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="SmartStringResources" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmartStringResources --version 1.1.0
#r "nuget: SmartStringResources, 1.1.0"
#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 SmartStringResources as a Cake Addin
#addin nuget:?package=SmartStringResources&version=1.1.0

// Install SmartStringResources as a Cake Tool
#tool nuget:?package=SmartStringResources&version=1.1.0

Creates a class to access resx strings with named parameters and provides access to the resource keys to use with attribute-based validations.

Features
- Exposes resource entries format parameters as named method arguments
- Exposes resource keys as constants to use in attribute-based validations
- Organizes resource entries according to "area" delimited by underscore
- Generates C# and VB.NET code
- Integrates with Visual Studio to auto create and update Smart String Resources files
- Generated namespaces and classes names and accessibility levels can be customized
- Optional culture parameter can be specified
- Works with team members that do not have Smart String Resources installed

It is based on NETFx Smart String Resources but has more features like support to C# and VB.NET, optional culture parameter and Visual Studio extension to auto create and update files and generation of resource keys constants.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.

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.2.0 4,480 11/7/2013
1.1.1 3,668 4/8/2013
1.1.0 1,348 3/19/2013
1.0.0 1,198 12/27/2012

Breaking changes:
- Changed generated resources with no parameters from properties to methods

New features:
- Added optional culture parameter
- Added option for accessibility level of generated classes
- Added support for escaped strings

Bugs fixed:
- Fixed a minor bug with nested area prefixes
- Fixed a bug with invalid identifier area names