File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "115 .0.0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "115 .0.0.0" ) ]
34+ [ assembly: AssemblyVersion ( "116 .0.0.0" ) ]
35+ [ assembly: AssemblyFileVersion ( "116 .0.0.0" ) ]
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ private void CommandBuildContextActionsFunc(CardModelProxy cardProxy)
150150
151151 private void FindCardOnline ( CardModelProxy cardProxy )
152152 {
153- Process . Start ( new ProcessStartInfo ( "https://triad.raelys. com/cards/" + cardProxy . cardOb . Id ) { UseShellExecute = true } ) ;
153+ Process . Start ( new ProcessStartInfo ( "https://ffxivcollect. com/triad /cards/" + cardProxy . cardOb . Id ) { UseShellExecute = true } ) ;
154154 }
155155
156156 private void SelectCardNpc ( NpcModelProxy npcProxy )
You can’t perform that action at this time.
0 commit comments