Skip to content

Commit

Permalink
Update v3.0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunaretic committed Jul 19, 2024
2 parents 191f081 + 8fa81f7 commit 1ede842
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FFXIV_TexTools/FFXIV_TexTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<Product>FFXIV_TexTools</Product>
<Copyright>Copyright © 2024</Copyright>

<ApplicationVersion>3.0.7.5</ApplicationVersion>
<AssemblyVersion>3.0.7.5</AssemblyVersion>
<FileVersion>3.0.7.5</FileVersion>
<ApplicationVersion>3.0.7.6</ApplicationVersion>
<AssemblyVersion>3.0.7.6</AssemblyVersion>
<FileVersion>3.0.7.6</FileVersion>

<LangVersion>9.0</LangVersion>
<UseWPF>true</UseWPF>
Expand Down
2 changes: 1 addition & 1 deletion FFXIV_TexTools/ViewModels/ImportModelEditViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ private void AddAttributeTextBox_KeyDown(object sender, System.Windows.Input.Key
}


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

Expand Down

0 comments on commit 1ede842

Please sign in to comment.