Skip to content

Commit 04560c7

Browse files
authored
Merge pull request #9 from typinghard/feature/95
Adjust solution directory
2 parents 2538bb6 + 15fc7cf commit 04560c7

File tree

73 files changed

+220
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+220
-282
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.31402.337
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32616.157
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureDevopsTracker", "AzureDevopsTracker.csproj", "{26FE19B9-7CD6-4418-9112-2E3C363985BF}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureDevopsTracker", "src\AzureDevopsTracker.csproj", "{36601E24-C989-4E11-BD8F-572F2F181ED1}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{26FE19B9-7CD6-4418-9112-2E3C363985BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{26FE19B9-7CD6-4418-9112-2E3C363985BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{26FE19B9-7CD6-4418-9112-2E3C363985BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{26FE19B9-7CD6-4418-9112-2E3C363985BF}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{36601E24-C989-4E11-BD8F-572F2F181ED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{36601E24-C989-4E11-BD8F-572F2F181ED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{36601E24-C989-4E11-BD8F-572F2F181ED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{36601E24-C989-4E11-BD8F-572F2F181ED1}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

AzureDevopsTracker/DTOs/WorkItemDTO.cs

Lines changed: 0 additions & 100 deletions
This file was deleted.

AzureDevopsTracker/Helpers/MarkdownHelper.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

AzureDevopsTracker/Helpers/MicrosoftTeamsHelper.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

AzureDevopsTracker/Integrations/MessageBaseIntegration.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

AzureDevopsTracker/DTOs/Create/CreateWorkItemDTO.cs renamed to src/DTOs/Create/CreateWorkItemDTO.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
namespace AzureDevopsTracker.DTOs.Create
55
{
6-
public class CreateWorkItemDTO
6+
public record CreateWorkItemDTO
77
{
88
[JsonPropertyName("resource")]
99
[JsonProperty("resource")]
10-
public Resource Resource { get; set; }
10+
public Resource Resource { get; init; }
1111
}
1212
}

0 commit comments

Comments
 (0)