Skip to content

Commit 1ede842

Browse files
committed
Update v3.0.7.6
2 parents 191f081 + 8fa81f7 commit 1ede842

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FFXIV_TexTools/FFXIV_TexTools.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<Product>FFXIV_TexTools</Product>
2424
<Copyright>Copyright © 2024</Copyright>
2525

26-
<ApplicationVersion>3.0.7.5</ApplicationVersion>
27-
<AssemblyVersion>3.0.7.5</AssemblyVersion>
28-
<FileVersion>3.0.7.5</FileVersion>
26+
<ApplicationVersion>3.0.7.6</ApplicationVersion>
27+
<AssemblyVersion>3.0.7.6</AssemblyVersion>
28+
<FileVersion>3.0.7.6</FileVersion>
2929

3030
<LangVersion>9.0</LangVersion>
3131
<UseWPF>true</UseWPF>

FFXIV_TexTools/ViewModels/ImportModelEditViewModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ private void AddAttributeTextBox_KeyDown(object sender, System.Windows.Input.Key
527527
}
528528

529529

530-
var validator = new Regex("[^a-z0-9._=]");
530+
var validator = new Regex("[^a-z0-9._=\\-]");
531531
attr = validator.Replace(attr, "");
532532
if (attr == "") return;
533533

0 commit comments

Comments
 (0)