Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Jul 1, 2023
1 parent e084584 commit 6c2a7c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Crystallography.Controls/Crystallography.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.6.28.0546</AssemblyVersion>
<FileVersion>2023.6.28.0546</FileVersion>
<AssemblyVersion>2023.7.1.0844</AssemblyVersion>
<FileVersion>2023.7.1.0844</FileVersion>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
Expand Down
4 changes: 2 additions & 2 deletions Crystallography/Crystallography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.6.28.0546</AssemblyVersion>
<FileVersion>2023.6.28.0546</FileVersion>
<AssemblyVersion>2023.7.1.0844</AssemblyVersion>
<FileVersion>2023.7.1.0844</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions PDIndexer/PDIndexer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.5.23.0953</AssemblyVersion>
<FileVersion>2023.5.23.0953</FileVersion>
<AssemblyVersion>2023.7.1.0844</AssemblyVersion>
<FileVersion>2023.7.1.0844</FileVersion>
<ApplicationIcon>App.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions PDIndexer/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ namespace PDIndexer;
static class Version
{
public const string Software = "PDIndexer";
static public string VersionAndDate { get => History.Remove(0, 10).Remove(20); }
static public double VersionValue { get=> Convert.ToDouble(VersionAndDate[3..^12]); }

static public string RecentHistory
{
get
Expand Down Expand Up @@ -303,7 +302,8 @@ static public string RecentHistory
"\r\n ver1.00 (2005/06/??) とりあえず動くものをつくる"
;


static public string VersionAndDate { get => History.Remove(0, 10).Remove(20); }
static public double VersionValue { get => Convert.ToDouble(VersionAndDate[3..^12]); }

/// <summary>
/// はじめに
Expand Down

0 comments on commit 6c2a7c6

Please sign in to comment.