Skip to content

Commit f3e6b73

Browse files
author
Stevie
committed
update dll name
1 parent 53d778e commit f3e6b73

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"Author": "darkarchon",
3-
"Name": "Mare Synchronos",
2+
"Author": "stevie",
3+
"Name": "ConclaveClient",
44
"Punchline": "Let others see you as you see yourself.",
55
"Description": "This plugin will synchronize your Penumbra mods and current Glamourer state with other paired clients automatically.",
6-
"InternalName": "mareSynchronos",
6+
"InternalName": "ConclaveClient",
77
"ApplicableVersion": "any",
88
"Tags": [
99
"customization"
1010
],
11-
"IconUrl": "https://raw.githubusercontent.com/Penumbra-Sync/client/main/MareSynchronos/images/logo.png",
12-
"RepoUrl": "https://github.com/Penumbra-Sync/client"
13-
}
11+
"IconUrl": "",
12+
"RepoUrl": "https://github.com/stevenhay/conclave-plugin"
13+
}

MareSynchronos/MareSynchronos.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Dalamud.NET.Sdk/13.0.0">
33
<PropertyGroup>
4+
<AssemblyTitle>ConclaveClient</AssemblyTitle>
5+
<AssemblyName>ConclaveClient</AssemblyName>
46
<Authors></Authors>
57
<Company></Company>
68
<Version>1.11.0</Version>
79
<Description></Description>
810
<Copyright></Copyright>
9-
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
11+
<PackageProjectUrl>https://github.com/stevenhay/conclave-plugin</PackageProjectUrl>
1012
</PropertyGroup>
1113

1214
<PropertyGroup>

0 commit comments

Comments
 (0)