Skip to content

Commit

Permalink
Fill out csproj information
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 5, 2018
1 parent b9a3365 commit 8cd37f6
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions MvvmHelpers/MvvmHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@

<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<PackageId>Refractored.MvvmHelpers</PackageId>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion>
<Version>1.0.0.0</Version>
<PackageVersion>1.0.0.0</PackageVersion>
<Authors>James Montemagno</Authors>
<Company>Refractored LLC</Company>
<PackageId>Refractored.MvvmHelpers</PackageId>
<PackOnBuild>true</PackOnBuild>
<PackageIconUrl>https://raw.githubusercontent.com/jamesmontemagno/mvvm-helpers/master/art/Icon.png</PackageIconUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseUrl>https://raw.githubusercontent.com/jamesmontemagno/mvvm-helpers/master/LICENSE.md</PackageLicenseUrl>
<Owners>James Montemagno</Owners>
<PackageProjectUrl>https://github.com/jamesmontemagno/mvvm-helpers</PackageProjectUrl>
<Summary>Collection of MVVM Helpers such as ObservableRangeCollection, BaseViewModel, Grouping, and others.</Summary>
<PackageTags>mvvm, observable collection, view model, grouping, xamarin, pcl, xam.pcl, plugin, plugin for xamarin, windows phone, winphone, wp8, winrt, android, xamarin.forms, ios</PackageTags>
<Title>MVVM Helpers for Xamarin and Windows 🐒</Title>
<Description>Collection of MVVM Helpers such as ObservableRangeCollection, BaseViewModel, Grouping, and others.</Description>
<Copyright>2017 Refractored LLC &amp; James Montemagno</Copyright>
<RepositoryUrl>https://github.com/jamesmontemagno/mvvm-helpers</RepositoryUrl>
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/mvvm-helpers/blob/master/CHANGELOG.md </PackageReleaseNotes>

<LangVersion>default</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>MvvmHelpers</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 8cd37f6

Please sign in to comment.