|
6 | 6 | <AddRazorSupportForMvc>true</AddRazorSupportForMvc> |
7 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | 8 | <Description>Interface for managing localization with XLocalizer package and ability to use online translation tools.</Description> |
9 | | - <VersionPrefix>1.0.0</VersionPrefix> |
10 | | - <VersionSuffix>rc.1</VersionSuffix> |
11 | 9 | <Authors>Ziya Mollamahmut</Authors> |
12 | 10 | <Company>Ziyad.info</Company> |
13 | 11 | <Copyright>Ziyad.info</Copyright> |
|
19 | 17 | <RepositoryUrl>https://github.com/LazZiya/XLocalizer.DB.UI</RepositoryUrl> |
20 | 18 | <RepositoryType></RepositoryType> |
21 | 19 | <PackageTags>asp.net, core, razor, mvc, localization, globalization, translation,ui</PackageTags> |
| 20 | + <VersionPrefix>1.0.0</VersionPrefix> |
| 21 | + <VersionSuffix></VersionSuffix> |
| 22 | + <AssemblyVersion>1.0.0.0</AssemblyVersion> |
| 23 | + <FileVersion>1.0.0.0</FileVersion> |
22 | 24 | <PackageReleaseNotes> |
23 | | - - Targetframeworks updated |
| 25 | + - release v1.0.0 |
24 | 26 | </PackageReleaseNotes> |
25 | 27 | </PropertyGroup> |
26 | 28 |
|
|
36 | 38 | </ItemGroup> |
37 | 39 |
|
38 | 40 | <ItemGroup Condition="'$(UseReference)' == 'Nugets'"> |
39 | | - <PackageReference Include="XLocalizer.DB" Version="1.0.0-rc.1" Exclude="Build,Analyzers" /> |
40 | | - <PackageReference Include="XLocalizer.TagHelpers" Version="1.0.0-rc.1" Exclude="Build,Analyzers" /> |
41 | | - <PackageReference Include="LazZiya.TagHelpers" Version="5.0.0-rc.1" Exclude="Build,Analyzers" /> |
| 41 | + <PackageReference Include="XLocalizer.DB" Version="1.0.0" Exclude="Build,Analyzers" /> |
| 42 | + <PackageReference Include="XLocalizer.TagHelpers" Version="1.0.0" Exclude="Build,Analyzers" /> |
| 43 | + <PackageReference Include="LazZiya.TagHelpers" Version="5.0.0" Exclude="Build,Analyzers" /> |
42 | 44 | </ItemGroup> |
43 | 45 |
|
44 | 46 | <ItemGroup> |
|
0 commit comments