Skip to content

Commit 0aa48f6

Browse files
committed
update name and github username
1 parent 5279109 commit 0aa48f6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
with:
9797
token: ${{ secrets.PAT }}
9898
plugin_name: ${{ env.INTERNAL_NAME }}
99-
plugin_owners: PrincessRTFM
99+
plugin_owners: VariableVixen

PositionalGuide/ConfigWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public ConfigWindow(Plugin core) : base(Plugin.Name, flags) {
5757
Priority = 1,
5858
Icon = FontAwesomeIcon.Code,
5959
IconOffset = new(1, 1),
60-
Click = _ => Process.Start(new ProcessStartInfo("https://github.com/PrincessRTFM/PositionalAssistant") { UseShellExecute = true }),
60+
Click = _ => Process.Start(new ProcessStartInfo("https://github.com/VariableVixen/PositionalAssistant") { UseShellExecute = true }),
6161
ShowTooltip = () => {
6262
ImGui.BeginTooltip();
6363
ImGui.TextUnformatted("Browse the github repo");

PositionalGuide/PositionalGuide.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Version>4.7.0</Version>
66
<Description>Provides drawn guidelines to see where you need to stand to hit enemies with positionals</Description>
77
<Copyright>Copyleft VariableVixen 2022</Copyright>
8-
<PackageProjectUrl>https://github.com/PrincessRTFM/PositionalAssistant</PackageProjectUrl>
8+
<PackageProjectUrl>https://github.com/VariableVixen/PositionalAssistant</PackageProjectUrl>
99
</PropertyGroup>
1010

1111
<Import Project="dalamud.props" />

PositionalGuide/PositionalGuide.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Author": "VariableVixen",
33
"Name": "Positional Assistant",
44
"Description": "If you have a hard time telling whether you're in the right spot for positional attacks, this plugin can draw guidelines on your screen to help you tell where you need to be.",
5-
"RepoUrl": "https://github.com/PrincessRTFM/PositionalAssistant",
5+
"RepoUrl": "https://github.com/VariableVixen/PositionalAssistant",
66
"Punchline": "Never guess whether you'll make that positional again!",
77
"DalamudApiLevel": 11,
88
"Tags": [

PositionalGuide/framework.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AssemblyName>$(Product)</AssemblyName>
1616
<PackageId>$(Product)</PackageId>
1717
<Title>$(Product)</Title>
18-
<PackageProjectUrl>https://github.com/PrincessRTFM/$(Product)</PackageProjectUrl>
18+
<PackageProjectUrl>https://github.com/VariableVixen/$(Product)</PackageProjectUrl>
1919
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
2020
<AssemblyVersion>$(Version)</AssemblyVersion>
2121
<AssemblyFileVersion>$(AssemblyVersion)</AssemblyFileVersion>
@@ -46,11 +46,11 @@
4646
<AssemblyName Condition=" '$(AssemblyName)' == '' ">$(Product.Replace("-", "."))</AssemblyName>
4747
<PackageId Condition=" '$(PackageId)' == '' ">$(Product.Replace("-", ".").Replace(" ", ""))</PackageId>
4848
<Title Condition=" '$(Title)' == '' ">$(Product)</Title>
49-
<PackageProjectUrl Condition=" '$(PackageProjectUrl)' == '' ">https://github.com/PrincessRTFM/$(Product)</PackageProjectUrl>
49+
<PackageProjectUrl Condition=" '$(PackageProjectUrl)' == '' ">https://github.com/VariableVixen/$(Product)</PackageProjectUrl>
5050
</PropertyGroup>
5151

5252
<PropertyGroup><!-- these properties are LOCKED and applied UNCONDITIONALLY -->
53-
<RootNamespace>PrincessRTFM.$(PackageId)</RootNamespace>
53+
<RootNamespace>VariableVixen.$(PackageId)</RootNamespace>
5454
<Nullable>enable</Nullable>
5555
<NullableContextOptions>enable</NullableContextOptions>
5656
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)