Skip to content

Commit

Permalink
v1.2.10 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Designer225 committed Jun 28, 2024
1 parent 8fc4844 commit ea7d0b0
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 388 deletions.
380 changes: 190 additions & 190 deletions !Export/Modules/zzCharacterCreation/ModuleData/skins.reference.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion !Export/Modules/zzCharacterCreation/SubModule.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Module>
<Name value="Detailed Character Creation" />
<Id value="zzCharacterCreation" />
<Version value="v1.5.7.178" />
<Version value="v1.5.8.189" />
<SingleplayerModule value="true" />
<MultiplayerModule value="false" />
<DependedModules>
Expand Down

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions !Export/WorkshopUpdate_Main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<UpdateItem>
<ModuleFolder Value="C:\Users\desig\Documents\GitHub\CharacterCreation\!Export\Modules\zzCharacterCreation"/>
<!-- A direct path of your module -->
<ChangeNotes Value="Version 1.5.7.178:
<ChangeNotes Value="Version 1.5.8.189:
[list]
[*]Updated skin transform code to target race 'human' only.
[*]Added option to show/hide DCC button indicators (toggleable, default is show)
[*]Adjusted DCC positions according to aspect ratio (at least crudely).
[*]Refined DCC buttons positioning according to aspect ratio.
[/list]" />
<!-- Insert patch notes -->
<Tags>
Expand Down
Binary file modified !Export/fomod/info.xml
Binary file not shown.
6 changes: 3 additions & 3 deletions CharacterCreation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RunPostBuildEvent>Always</RunPostBuildEvent>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Version>1.5.6.155</Version>
<Version>1.5.8.189</Version>
<Copyright>Copyright © PoPoWanObi 2023</Copyright>
<Authors>PoPoWanObi</Authors>
<NeutralLanguage>en</NeutralLanguage>
Expand Down Expand Up @@ -46,9 +46,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bannerlord.ReferenceAssemblies" Version="1.2.7.31207" />
<PackageReference Include="Bannerlord.ReferenceAssemblies" Version="1.2.10.42197" />
<PackageReference Include="BUTR.MessageBoxPInvoke" Version="1.0.0.1" />
<PackageReference Include="Bannerlord.MCM" Version="5.9.1" />
<PackageReference Include="Bannerlord.MCM" Version="5.10.1" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down

0 comments on commit ea7d0b0

Please sign in to comment.