Skip to content

Commit

Permalink
package information
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hindrikes committed Nov 1, 2017
1 parent 1f7a8c7 commit 639a6e0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 13 deletions.
13 changes: 13 additions & 0 deletions MvvmLight.XamarinForms/MvvmLight.XamarinForms.csproj
Expand Up @@ -5,6 +5,19 @@
<PackageTargetFallback>
portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20
</PackageTargetFallback>
<Version>2.0.1-pre1</Version>
<Authors>Daniel Hindrikes</Authors>
<Company />
<Product>MvvmLight for Xamarin.Forms</Product>
<Description>INavigationService and IDialogService implemention for Xamarin.Forms</Description>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<Copyright>Daniel Hindrikes</Copyright>
<PackageProjectUrl>https://github.com/dhindrik/MvvmLightNavigationExtension</PackageProjectUrl>
<RepositoryUrl>https://github.com/dhindrik/MvvmLightNavigationExtension</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageTags>Xamarin</PackageTags>
<PackageReleaseNotes>Converted to .NET standard</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
Expand Up @@ -4,6 +4,18 @@
<TargetFramework>netstandard1.0</TargetFramework>
<RootNamespace>MvvmLightNavigationExtension</RootNamespace>
<AssemblyName>MvvmLightNavigationExtension</AssemblyName>
<Version>2.0.1-pre1</Version>
<Description>Extends the navigation service in MvvmLight with a OpenModal method.</Description>
<Product>MvvmLight NavigationService Extension</Product>
<Company />
<Authors>Daniel Hindrikes</Authors>
<PackageReleaseNotes>Converted to .net standard</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/dhindrik/MvvmLightNavigationExtension</PackageProjectUrl>
<RepositoryUrl>https://github.com/dhindrik/MvvmLightNavigationExtension</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<Copyright>Daniel Hindrikes</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
22 changes: 10 additions & 12 deletions MvvmLightNavigationForms.nuspec
Expand Up @@ -2,29 +2,27 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MvvmLightNavigationServiceExtension.Forms</id>
<version>1.2.0</version>
<title>MvvmLight NavigationService Extension Xamarin Forms</title>
<version>2.0.1-pre</version>
<title>(Deprecated)MvvmLight NavigationService Extension Xamarin Forms</title>
<authors>Daniel Hindrikes</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/dhindrik/MvvmLightNavigationExtension</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MvvmLight Navigation service for Xamarin.Forms. NavigationService is also extendend with OpenModal method.</description>
<description>
This package is deprecasted, use MvvmLight.XamarinForms instead.

MvvmLight Navigation service for Xamarin.Forms. NavigationService is also extendend with OpenModal method.
</description>
<summary>MIT license</summary>
<releaseNotes>
1.0.1 - Fixed bug related to modals.
1.2.1 - Open modals with parameter.
2.0.1-pre1 - Converted to .net standard.
</releaseNotes>
<dependencies>
<dependency id="Xamarin.Forms" version="2.1.0.6526" />
<dependency id="MvvmLightLibs" version="5.2.0" />
<dependency id="MvvmLight.XamarinForms" version="2.0.1-pre1" />
</dependencies>

</metadata>
<files>

<file src="MvvmLightNavigationExtension.Forms\bin\Release\MvvmLightNavigationExtension.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\MvvmLightNavigationExtension.dll" />
<file src="MvvmLightNavigationExtension.Forms\bin\Release\MvvmLightNavigationExtension.Forms.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\MvvmLightNavigationExtension.Forms.dll" />



</files>
</package>
Expand Up @@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Daniel Hindrikes\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.3.1</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.4.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
Expand Down

0 comments on commit 639a6e0

Please sign in to comment.