Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
affederaffe committed Dec 15, 2022
1 parent f8d6e28 commit a715575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberModManager/BeatSaberModManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>preview</LangVersion>
<AssemblyVersion>0.0.4</AssemblyVersion>
<AssemblyVersion>0.0.5</AssemblyVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<Nullable>enable</Nullable>
Expand Down

3 comments on commit a715575

@Atemu
Copy link
Contributor

@Atemu Atemu commented on a715575 Jan 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this supposed to be released? There's a pretty critical bug fix here.

@Atemu
Copy link
Contributor

@Atemu Atemu commented on a715575 Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@affederaffe
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm planning to create a release once AvaloniaUI/Avalonia#9810 is merged.
There's one bug left I have to fix regarding variants, after that it's ready for review.

Please sign in to comment.