Skip to content

Commit

Permalink
バージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Dec 13, 2022
1 parent 667aa97 commit 3b9ba45
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions KmyKeiba.Data/Db/AnalysisTableRowData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class AnalysisTableRowData : AppDataBase
public double AlternativeValueIfEmpty { get; set; }

public string ValueScript { get; set; } = string.Empty;

public string AnalysisTableScriptParameter { get; set; } = string.Empty;
}

public enum AnalysisTableRowOutputType : short
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba.Data/KmyKeiba.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<BaseOutputPath>../dist</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.5.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba.Downloader/KmyKeiba.Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.5.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions KmyKeiba.Downloader/Migrations/MyContextModelSnapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ protected override void BuildModel(ModelBuilder modelBuilder)
b.Property<uint>("AnalysisTableScriptId")
.HasColumnType("INTEGER");
b.Property<string>("AnalysisTableScriptParameter")
.IsRequired()
.HasColumnType("TEXT");
b.Property<double>("BaseWeight")
.HasColumnType("REAL");
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba.InnoSetup/script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "KMY‹£”n"
#define MyAppVersion "4.4.0"
#define MyAppVersion "4.5.0"
#define MyAppPublisher "KMY (á‚ ‚·‚©)"
#define MyAppURL "https://github.com/kmycode/kmy-keiba"
#define MyAppExeName "KmyKeiba.exe"
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba.JVLink/KmyKeiba.JVLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x86;x64</Platforms>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.5.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba.ML/KmyKeiba.ML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<BaseOutputPath>..\dist\x64</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.5.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KmyKeiba/KmyKeiba.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<VersionPrefix>4.4.0</VersionPrefix>
<VersionPrefix>4.5.0</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3b9ba45

Please sign in to comment.