Skip to content

Commit

Permalink
v0.0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Starfelll committed Apr 5, 2024
1 parent 2f01f02 commit d19ef43
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NekoVpk.Desktop/NekoVpk.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<None Remove="NekoVpk.ico" />
Expand Down
2 changes: 2 additions & 0 deletions NekoVpk.Desktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public static void Main(string[] args)

private static void OnStartup(object? sender, ControlledApplicationLifetimeStartupEventArgs e)
{
#if !DEBUG
CheckUpdate();
#endif
}

// Avalonia configuration, don't remove; also used by visual designer.
Expand Down
2 changes: 1 addition & 1 deletion NekoVpk/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class App : Application
{
public static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();

public const string Version = "0.0.7.0";
public const string Version = "0.0.7.1";

public const string VersionSuffix = "-Beta";

Expand Down
2 changes: 2 additions & 0 deletions NekoVpk/NekoVpk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<DebugType>full</DebugType>
</PropertyGroup>


Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## changelog

#### v0.0.7.1
- TaggedAssets.jsonc add tags: particle,sound,spr,xdr,skybox
- Identify the vpk with a numeric file name as the workshop id
- Fixed an issue where addon titles with the same characters as tags would not be displayed in the search list

0 comments on commit d19ef43

Please sign in to comment.