Skip to content

Commit 4679b5e

Browse files
committed
update framework for new name/github
1 parent 8e02fb4 commit 4679b5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
env:
1818
INTERNAL_NAME: WoLua
1919
CONFIGURATION: release
20-
PERSONAL_PLUGIN_REPO: PrincessRTFM/MyDalamudPlugins
20+
PERSONAL_PLUGIN_REPO: VariableVixen/MyDalamudPlugins
2121
DOTNET_CLI_TELEMETRY_OPTOUT: true
2222
DOTNET_NOLOGO: true
2323

WoLua/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)