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

Commit

Permalink
chore: update repo urls (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaaeddine-chakroun authored Oct 16, 2024
1 parent 34e6494 commit c3f1ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpa-plugin-etl/WpaPluginEtlProcessingSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public override ProcessingSourceInfo GetAboutInfo()
{
Name = "BSD 3-Clause License",
Text = "Please see the link for the full license text.",
Uri = "https://gitlab.com/everton.constantino/wpa-plugin-etl/-/raw/master/LICENSE",
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin-etl/blob/master/LICENSE",
},

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

ProjectInfo = new ProjectInfo
{
Uri = "https://gitlab.com/everton.constantino/wpa-plugin-etl",
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin-etl",
},
};
}
Expand Down
3 changes: 3 additions & 0 deletions wpa-plugin-etl/wpa-plugin-etl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>wpa_plugin_etl</RootNamespace>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c3f1ec2

Please sign in to comment.