Skip to content

Commit

Permalink
bug fix & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaricGilbert committed Oct 6, 2019
1 parent 389d2ef commit d6de9b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion BiliCommenter/BiliCommenter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
<Version>0.2.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -24,7 +25,7 @@

<ItemGroup>
<Resource Include="avatar\ic_22.png" />
<Resource Include="avatar\ic_22_hide.png"/>
<Resource Include="avatar\ic_22_hide.png" />
<Resource Include="avatar\ic_33.png" />
<Resource Include="avatar\ic_33_hide.png" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BiliCommenter/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:BiliCommenter"
mc:Ignorable="d"
Title="Bilibili Commenter (built for Nakano Miku)" Height="600" Width="1000">
Title="Bilibili Commenter" Height="600" Width="1000">
<mahCtrls:MetroWindow.Resources>
</mahCtrls:MetroWindow.Resources>
<mahCtrls:MetroWindow.RightWindowCommands>
Expand Down
6 changes: 3 additions & 3 deletions BiliCore/BiliCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>0.2.3.0</AssemblyVersion>
<FileVersion>0.2.3.0</FileVersion>
<Version>0.2.3</Version>
<AssemblyVersion>0.2.4.0</AssemblyVersion>
<FileVersion>0.2.4.0</FileVersion>
<Version>0.2.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BiliCore/Models/BangumiEpModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class BangumiEp
public int Avid { get; set; }
public int Cid { get; set; }
public int Episode_id { get; set; }
public int Index { get; set; }
public string Index { get; set; }

}

Expand Down
Binary file removed logo.ico
Binary file not shown.

0 comments on commit d6de9b3

Please sign in to comment.