Skip to content

Commit

Permalink
Add nuget package config
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesemacfly committed Dec 14, 2014
1 parent 3685982 commit c16a986
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
5 changes: 4 additions & 1 deletion MTAServiceStatus/MTAServiceStatus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8CF4C896-D955-4D6E-A796-BCE9E54BE849}</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -46,6 +46,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repositories\MTARepository.cs" />
</ItemGroup>
<ItemGroup>
<None Include="MTAServiceStatus.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
15 changes: 15 additions & 0 deletions MTAServiceStatus/MTAServiceStatus.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/cheesemacfly/MTAServiceStatus</projectUrl>
<licenseUrl>https://github.com/cheesemacfly/MTAServiceStatus/blob/master/LICENSE</licenseUrl>
<description>$description$</description>
<releaseNotes>Initial Release</releaseNotes>
<tags>MTA NYC New York City Subway</tags>
</metadata>
</package>
9 changes: 4 additions & 5 deletions MTAServiceStatus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MTAServiceStatus")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Get the latest New York City MTA service status")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Cheesemacfly")]
[assembly: AssemblyProduct("MTAServiceStatus")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Cheesemacfly")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]

0 comments on commit c16a986

Please sign in to comment.