diff --git a/BuildNuGetPackage.cmd b/BuildNuGetPackage.cmd index b822480..7defee1 100644 --- a/BuildNuGetPackage.cmd +++ b/BuildNuGetPackage.cmd @@ -1,5 +1,5 @@ @echo off if not exist .\Binaries mkdir .\Binaries if not exist .\Binaries\NuGet mkdir .\Binaries\NuGet -.\Utils\nuget.exe pack -sym Tfs.Common.nuspec -o .\Binaries\NuGet +.\Utils\nuget.exe pack -sym JB.Tfs.Common.nuspec -o .\Binaries\NuGet pause \ No newline at end of file diff --git a/JB.Tfs.Common.nuspec b/JB.Tfs.Common.nuspec index 35808c1..062affa 100644 --- a/JB.Tfs.Common.nuspec +++ b/JB.Tfs.Common.nuspec @@ -1,30 +1,31 @@ - Tfs.Common - 0.0.0.1 - Tfs.Common - TFS Api Extensions, Wrappers and Helpers + JB.Tfs.Common + 0.0.0.2 + JB.Tfs.Common - TFS Api Extensions, Wrappers and Helpers Joerg Battermann Joerg Battermann - A helper library that extends upon the Microsoft Team Foundation Server API. - A helper library that extends upon the Microsoft Team Foundation Server API. + A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API. + A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API. en-US - https://github.com/jbattermann/Tfs.Common/blob/master/LICENSE - https://github.com/jbattermann/Tfs.Common + https://github.com/jbattermann/JB.Tfs.Common/blob/master/LICENSE + https://github.com/jbattermann/JB.Tfs.Common tfs teamfoundationserver teamfoundationservices visualstudio vs2010 net40 - + + [0.0.0.2] Moved namespace. [0.0.0.1] Initial functionality, particularly GlobalLists. - - - + + + \ No newline at end of file