Skip to content

Commit

Permalink
Merge pull request #14 from myget/master
Browse files Browse the repository at this point in the history
Added .nuspec file for packaging
  • Loading branch information
ChrisMissal committed Dec 28, 2012
2 parents 1b46ed5 + effd8d7 commit 8540e4d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/TempusReader/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// 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.1.0")]
[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyFileVersion("1.0.1.0")]
1 change: 1 addition & 0 deletions src/TempusReader/TempusReader.csproj
Expand Up @@ -51,6 +51,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="TempusReader.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
Expand Down
14 changes: 14 additions & 0 deletions src/TempusReader/TempusReader.nuspec
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>Chris Missal</authors>
<owners>Chris Missal</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2012 - 2013 Chris Missal</copyright>
<tags>tempusreader timespan time convert</tags>
</metadata>
</package>

0 comments on commit 8540e4d

Please sign in to comment.