turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

Release history #273

Closed Leftyx closed 8 years ago

Leftyx commented 8 years ago

I've been involved in a project where i18n is used. The VS solution uses NuGet to install i18n and the installed version is 2.1.4.0. I was wondering if there are any known breaking changes to consider when upgrading to 2.1.7.0. I've checked the release history but nothing is documented. Going through the code it seems fine to upgrade but maybe some one can give me some more info.

Thanks.

turquoiseowl commented 8 years ago

You may need to recompile your code against the new reference but nothing should be broken by the upgrade.

Leftyx commented 8 years ago

Thanks for your help. Very much appreciated.