-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzureDevopsTracker.csproj
More file actions
47 lines (42 loc) · 1.89 KB
/
AzureDevopsTracker.csproj
File metadata and controls
47 lines (42 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>AzureDevOpsTracker</PackageId>
<Authors>Elvis Souza | Diego Galante</Authors>
<Company>TypingHard</Company>
<Product>Azure DevOps Tracker</Product>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://github.com/typinghard/azure-devops-tracker</PackageProjectUrl>
<RepositoryUrl>https://github.com/typinghard/azure-devops-tracker</RepositoryUrl>
<PackageIcon>adt_icon.png</PackageIcon>
<PackageIconUrl />
<RepositoryType>GitHub</RepositoryType>
<PackageTags>Azure DevOps Tracker Columns State Tracking Track Board Scrum Kanbam Time Column Timing Workitem Worked Hours Team Performance</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseFile>LICENSE.md.txt</PackageLicenseFile>
<Description>A NuGet that allows you to use a Azure DevOps Service Hook to track workitems changes in a simply and detailed way.</Description>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.6</FileVersion>
<Version>5.0.6</Version>
<PackageReleaseNotes>Add ChangeLog Feature</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="../LICENSE.md.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="adt_icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>