Skip to content

Commit

Permalink
bump version, remove NuanmbToJson
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Jul 22, 2022
1 parent 75fb74e commit 674f08e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 139 deletions.
2 changes: 1 addition & 1 deletion CrossMod/CrossModGui/CrossModGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="18.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public bool EnableDarkTheme
}
private bool enableDarkTheme = true;

public string ReleaseTag { get; set; } = "v0.21";
public string ReleaseTag { get; set; } = "v0.22";

public DateTime LastUpdateCheckTime = DateTime.UnixEpoch;

Expand Down
12 changes: 3 additions & 9 deletions SSBHLib.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrossMod", "CrossMod\CrossMod\CrossMod.csproj", "{F9AA9734-A74E-4E28-BA16-6E97A063DD20}"
EndProject
Expand All @@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SsbhLib.Test", "SsbhLib.Tes
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatLab", "MatLab\MatLab.csproj", "{8515C96F-1F36-4B6F-ABDF-EE2DDEA02D2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuanmbToJson", "Tools\NuanmbToJson\NuanmbToJson.csproj", "{64642703-51D4-4DF6-8BFB-7D351E2B4BA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrossMod.Test", "CrossMod\CrossMod.Test\CrossMod.Test.csproj", "{3BE3E010-F939-4ECA-BA40-50C6B4528F4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BatchExportNumatbToXml", "Tools\BatchExportNumatbToXml\BatchExportNumatbToXml.csproj", "{B6A9E036-1A83-48D4-9335-289D465E3731}"
Expand All @@ -27,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrossMod.MaterialValidation
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrossMod.MaterialValidation.Test", "CrossMod\CrossMod.MaterialValidation.Test\CrossMod.MaterialValidation.Test.csproj", "{7C7AD75D-94DF-4E41-AFD0-192AEDA24595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchExportShaderBinaries", "Tools\BatchExportShaderBinaries\BatchExportShaderBinaries.csproj", "{BEEBA7EC-33E0-40C5-A14D-0E7F1E0F317F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BatchExportShaderBinaries", "Tools\BatchExportShaderBinaries\BatchExportShaderBinaries.csproj", "{BEEBA7EC-33E0-40C5-A14D-0E7F1E0F317F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -63,10 +61,6 @@ Global
{8515C96F-1F36-4B6F-ABDF-EE2DDEA02D2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8515C96F-1F36-4B6F-ABDF-EE2DDEA02D2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8515C96F-1F36-4B6F-ABDF-EE2DDEA02D2A}.Release|Any CPU.Build.0 = Release|Any CPU
{64642703-51D4-4DF6-8BFB-7D351E2B4BA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64642703-51D4-4DF6-8BFB-7D351E2B4BA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64642703-51D4-4DF6-8BFB-7D351E2B4BA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64642703-51D4-4DF6-8BFB-7D351E2B4BA2}.Release|Any CPU.Build.0 = Release|Any CPU
{3BE3E010-F939-4ECA-BA40-50C6B4528F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BE3E010-F939-4ECA-BA40-50C6B4528F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BE3E010-F939-4ECA-BA40-50C6B4528F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
72 changes: 0 additions & 72 deletions Tools/NuanmbToJson/NuanimData.cs

This file was deleted.

16 changes: 0 additions & 16 deletions Tools/NuanmbToJson/NuanmbToJson.csproj

This file was deleted.

40 changes: 0 additions & 40 deletions Tools/NuanmbToJson/Program.cs

This file was deleted.

0 comments on commit 674f08e

Please sign in to comment.