Skip to content

Commit ab19fbe

Browse files
committed
repo url fixed
1 parent 1d72b32 commit ab19fbe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

XLocalizer.Translate/XLocalizer.Translate.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,22 @@
1616
<PackageReleaseNotes>
1717
- ITranslator interface to implement translation service.
1818
- ITranslatorFactory to create translators based on type
19+
- Preview1 skipped due to wrong repo url
1920
Release notes: https://github.com/LazZiya/XLocalizer.Translate/releases
2021
</PackageReleaseNotes>
21-
<Version>1.0.0-preview1</Version>
22+
<Version>1.0.0-preview2</Version>
2223
<AssemblyVersion>1.0.0.0</AssemblyVersion>
2324
<FileVersion>1.0.0.0</FileVersion>
2425
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2526
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26-
<PackageIconUrl>https://github.com/LazZiya/XLocalizer/raw/master/src/XTranslate/XLocalizer.Translate/XLocalizer.Translate/files/icon.png</PackageIconUrl>
27-
<RepositoryUrl>https://github.com/LazZiya/XLocalizer/tree/master/src/XTranslate/XLocalizer.Translate</RepositoryUrl>
27+
<PackageIconUrl>https://github.com/LazZiya/XLocalizer.Translate/raw/master/XLocalizer.Translate/files/icon.png</PackageIconUrl>
28+
<RepositoryUrl>https://github.com/LazZiya/XLocalizer.Translate</RepositoryUrl>
2829
</PropertyGroup>
2930

3031
<PropertyGroup>
3132
<DocumentationFile>XLocalizer.Translate.xml</DocumentationFile>
3233
</PropertyGroup>
3334

34-
<ItemGroup>
35-
</ItemGroup>
36-
3735
<ItemGroup>
3836
<None Update="files\icon.ico">
3937
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)