Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Jan 21, 2020
1 parent 9490f5e commit 5eb4a72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions I18NPortable.JsonReader/I18NPortable.JsonReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Diego Ponce de Leon</Authors>
<Company>Diego Ponce de Leon</Company>
<Company>xleon</Company>
<Description>I18NPortable plugin to support json file formats</Description>
<PackageLicenseUrl>https://github.com/xleon/I18N-Portable/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicense>https://github.com/xleon/I18N-Portable/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/xleon/I18N-Portable</PackageProjectUrl>
<PackageIconUrl>https://dl.dropboxusercontent.com/u/10633236/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/xleon/I18N-Portable</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>I18N, Internationalization, Translations, Xamarin, Xamarin.Forms, Mvvm, Xamarin.iOS, Xamarin.Android, iOS, Android, UWP, Windows Universal</PackageTags>
<PackageReleaseNotes>Relase notes at https://github.com/xleon/I18N-Portable/releases</PackageReleaseNotes>
<LangVersion>latestmajor</LangVersion>
<Title>JsonReader plugin for I18NPortable</Title>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions I18NPortable/I18NPortable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.6.0</Version>
<Version>1.0.1</Version>
<Authors>Diego Ponce de Leon</Authors>
<Company>xleon</Company>
<PackageLicenseUrl>https://github.com/xleon/I18N-Portable/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicense>https://github.com/xleon/I18N-Portable/blob/master/LICENSE</PackageLicense>
<Description>Simple cross platform internationalization/translations for Xamarin and Windows apps</Description>
<PackageTags>I18N, Internationalization, Translations, Xamarin, Xamarin.Forms, Mvvm, Xamarin.iOS, Xamarin.Android, iOS, Android, UWP, Windows Universal</PackageTags>
<PackageReleaseNotes>Relase notes at https://github.com/xleon/I18N-Portable/releases</PackageReleaseNotes>
<PackageIconUrl>https://dl.dropboxusercontent.com/u/10633236/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/xleon/I18N-Portable</PackageProjectUrl>
<RepositoryUrl>https://github.com/xleon/I18N-Portable</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<LangVersion>latestmajor</LangVersion>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

</Project>

0 comments on commit 5eb4a72

Please sign in to comment.