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

Commit c3f1ec2

Browse files
chore: update repo urls (#1)
1 parent 34e6494 commit c3f1ec2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

wpa-plugin-etl/WpaPluginEtlProcessingSource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public override ProcessingSourceInfo GetAboutInfo()
5555
{
5656
Name = "BSD 3-Clause License",
5757
Text = "Please see the link for the full license text.",
58-
Uri = "https://gitlab.com/everton.constantino/wpa-plugin-etl/-/raw/master/LICENSE",
58+
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin-etl/blob/master/LICENSE",
5959
},
6060

6161
Owners = new[]
@@ -72,7 +72,7 @@ public override ProcessingSourceInfo GetAboutInfo()
7272

7373
ProjectInfo = new ProjectInfo
7474
{
75-
Uri = "https://gitlab.com/everton.constantino/wpa-plugin-etl",
75+
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin-etl",
7676
},
7777
};
7878
}

wpa-plugin-etl/wpa-plugin-etl.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>wpa_plugin_etl</RootNamespace>
6+
<Version>1.0.1</Version>
7+
<AssemblyVersion>1.0.1</AssemblyVersion>
8+
<FileVersion>1.0.1</FileVersion>
69
</PropertyGroup>
710

811
<ItemGroup>

0 commit comments

Comments
 (0)