File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717env :
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
Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments