LazZiya / XLocalizer

Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.
https://docs.ziyad.info
128 stars 14 forks source link

issue installing package on core 3.1 #4

Closed ScubaAddict1 closed 3 years ago

ScubaAddict1 commented 3 years ago

HI I ran the command bellow and get the following error. Install-Package XLocalizer

Install-Package : Unable to find package 'XLocalizer' At line:1 char:1

ScubaAddict1 commented 3 years ago

need to use this command Install-Package XLocalizer -Version 1.0.0-preview3

LazZiya commented 3 years ago

Hi @ScubaAddict1 ,

The package still in preview mode, so adding -Pre to the command line will install the latest pre-release:

Install-Package XLocalizer -Pre

or just like you did to install a specific version.