Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit b71b7b6

Browse files
Update repo urls (#2)
* chore: update repo urls * chore: fix license url
1 parent 56999e5 commit b71b7b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

WPAPlugin/WPAPlugin.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<AssemblyVersion>1.0.2</AssemblyVersion>
6+
<FileVersion>1.0.2</FileVersion>
7+
<Version>1.0.2</Version>
58
</PropertyGroup>
69

710
<ItemGroup>

WPAPlugin/WperfProcessingSourceWithSourceParser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public override ProcessingSourceInfo GetAboutInfo()
5757
{
5858
Name = "BSD 3-Clause License",
5959
Text = "Please see the link for the full license text.",
60-
Uri = "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin/-/blob/main/LICENSE",
60+
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin/blob/main/LICENSE",
6161
},
6262
Owners = new[]
6363
{
@@ -69,7 +69,7 @@ public override ProcessingSourceInfo GetAboutInfo()
6969
},
7070
ProjectInfo = new ProjectInfo
7171
{
72-
Uri = "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin",
72+
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin",
7373
},
7474
};
7575
}

0 commit comments

Comments
 (0)