Skip to content

Commit 95b2958

Browse files
committed
PR 23: Updated with nuspec and populated!
- Updated with nuspec and populated! Related work items: #4878
1 parent 2f88565 commit 95b2958

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assembly-versioning-scheme: None
22
mode: ContinuousDeployment
3-
next-version: 0.4.6
3+
next-version: 0.4.7
44
branches: {}
55
ignore:
66
sha: []

TfsWitMigrator.Core/_VSTS.DataBulkEditor.Engine.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
<None Include="app.config" />
299299
<None Include="ApplicationInsights.config" />
300300
<None Include="packages.config" />
301+
<None Include="_VSTS.DataBulkEditor.Engine.nuspec" />
301302
</ItemGroup>
302303
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
303304
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>nkdAgility, MrHinsh</authors>
8+
<owners>nkdAgility, MrHinsh</owners>
9+
<licenseUrl>https://github.com/nkdAgility/vsts-data-bulk-editor</licenseUrl>
10+
<projectUrl>https://github.com/nkdAgility/vsts-data-bulk-editor</projectUrl>
11+
<iconUrl>http://nkdagility.com/wp-content/uploads/2014/03/cropped-nakedalm-logo-260.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>naked Agility Visual Studio Team Services Bulk Data Editor Engine allows you to bulk edit data in Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). You can migrate work items, area &amp; iterations, &amp; test data from one Team Project to another. You can builk update work items and apply processing rules against your server or account. While the code is managed on Visual Studio Team Services all commits and releases are synched to https://github.com/nkdAgility/vsts-data-bulk-editor/ </description>
14+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
15+
<copyright>Copyright © naked Agility Limited 2016</copyright>
16+
<tags>VS-TeamServices, VSTS, Visual Studio, TFS, Team Foundation Server</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)