Skip to content

Commit

Permalink
Increase Version to 1.0.1 and add version Output to console
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer025 committed Aug 25, 2022
1 parent d881601 commit 2f07ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CodeOwnersParser/CodeOwnersParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyName>CodeOwnersParser</AssemblyName>
<RootNamespace>CodeOwnersParser</RootNamespace>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CodeOwnersParser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

static void NotifyOwners(ActionInputs inputs)
{

Console.WriteLine($"CodeOwnersParser Version {System.Reflection.Assembly.GetEntryAssembly().GetName().Version}");
Console.WriteLine($"Parsing codeowner file at: {inputs.WorkspaceDirectory}{inputs.file}");
Dictionary<string, List<string>> codeowners = Helpers.ParseCodeownersFile(inputs.WorkspaceDirectory + inputs.file);

Expand Down

0 comments on commit 2f07ef1

Please sign in to comment.