|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netcoreapp3.1</TargetFramework> |
5 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 5 | + <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
6 | 6 | <PackageId>AzureDevOpsTracker</PackageId> |
7 | 7 | <Authors>Elvis Souza | Diego Galante</Authors> |
8 | 8 | <Company>TypingHard</Company> |
9 | 9 | <Product>Azure DevOps Tracker</Product> |
10 | 10 | <PackageLicenseExpression></PackageLicenseExpression> |
11 | 11 | <PackageProjectUrl>https://github.com/typinghard/azure-devops-tracker</PackageProjectUrl> |
12 | 12 | <RepositoryUrl>https://github.com/typinghard/azure-devops-tracker</RepositoryUrl> |
13 | | - <PackageIcon>adst_icon.png</PackageIcon> |
| 13 | + <PackageIcon>adt_icon.png</PackageIcon> |
14 | 14 | <PackageIconUrl /> |
15 | 15 | <RepositoryType>GitHub</RepositoryType> |
16 | 16 | <PackageTags>Azure DevOps Tracker Columns State Tracking Track Board Scrum Kanbam Time Column Timing Workitem Worked Hours Team Performance</PackageTags> |
17 | 17 | <NeutralLanguage>en</NeutralLanguage> |
18 | 18 | <PackageLicenseFile>LICENSE.md.txt</PackageLicenseFile> |
19 | 19 | <Description>A NuGet that allows you to use a Azure DevOps Service Hook to track workitems changes in a simply and detailed way.</Description> |
20 | | - <AssemblyVersion>1.0.0.0</AssemblyVersion> |
21 | | - <FileVersion>1.0.0.0</FileVersion> |
22 | | - <Version>1.0.1</Version> |
| 20 | + <AssemblyVersion>1.1.0.0</AssemblyVersion> |
| 21 | + <FileVersion>1.1.0.0</FileVersion> |
| 22 | + <Version>1.1.0-alpha</Version> |
| 23 | + <PackageReleaseNotes>Add ChangeLog Feature</PackageReleaseNotes> |
23 | 24 | </PropertyGroup> |
24 | 25 |
|
25 | 26 | <ItemGroup> |
|
28 | 29 | </ItemGroup> |
29 | 30 |
|
30 | 31 | <ItemGroup> |
31 | | - <None Include="..\..\..\..\..\..\..\Downloads\adst_icon.png"> |
| 32 | + <None Include="LICENSE.md.txt"> |
32 | 33 | <Pack>True</Pack> |
33 | 34 | <PackagePath></PackagePath> |
34 | 35 | </None> |
35 | | - <None Include="LICENSE.md.txt"> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <None Update="adt_icon.png"> |
36 | 40 | <Pack>True</Pack> |
37 | 41 | <PackagePath></PackagePath> |
38 | 42 | </None> |
|
0 commit comments