Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
- High Heels release.
- Some options in build windows has been disabled because they are under development.
- New filters.
- Fixed some bugs.
  • Loading branch information
TMMarkus committed Jun 30, 2023
1 parent 475595d commit 229c43d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AkinaRPTool/ProjectBuild.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Grid>
<GroupBox Header="Target resource type" Margin="10" VerticalAlignment="Top" Height="100">
<Grid>
<RadioButton x:Name="isAltvResourceRadio" Content="alt:V Resource" HorizontalAlignment="Left" Margin="5,10,0,0" VerticalAlignment="Top" GroupName="resourceType" IsChecked="True"/>
<RadioButton x:Name="isSinglePlayerRadio" Content="Single player RPF" HorizontalAlignment="Left" Margin="5,30,0,0" VerticalAlignment="Top" GroupName="resourceType"/>
<RadioButton x:Name="isFivemResourceRadio" Content="FiveM Resource" HorizontalAlignment="Left" Margin="5,50,0,0" VerticalAlignment="Top" GroupName="resourceType"/>
<RadioButton x:Name="isAltvResourceRadio" IsEnabled="False" Content="alt:V Resource" HorizontalAlignment="Left" Margin="5,10,0,0" VerticalAlignment="Top" GroupName="resourceType"/>
<RadioButton x:Name="isSinglePlayerRadio" IsEnabled="False" Content="Single player RPF" HorizontalAlignment="Left" Margin="5,30,0,0" VerticalAlignment="Top" GroupName="resourceType"/>
<RadioButton x:Name="isFivemResourceRadio" Content="FiveM Resource" HorizontalAlignment="Left" Margin="5,50,0,0" VerticalAlignment="Top" GroupName="resourceType" IsChecked="True"/>
</Grid>
</GroupBox>
<GroupBox Header="Clothes collection name" Margin="10, 120, 10, 10" VerticalAlignment="Top" Height="50">
Expand Down
4 changes: 2 additions & 2 deletions AkinaRPTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]

0 comments on commit 229c43d

Please sign in to comment.