Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Nov 28, 2022
1 parent 0ad3252 commit a627b59
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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>2022.11.28.0800</AssemblyVersion>
<FileVersion>2022.11.28.0800</FileVersion>
<AssemblyVersion>2022.11.28.0808</AssemblyVersion>
<FileVersion>2022.11.28.0808</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>2022.11.28.0800</AssemblyVersion>
<FileVersion>2022.11.28.0800</FileVersion>
<AssemblyVersion>2022.11.28.0808</AssemblyVersion>
<FileVersion>2022.11.28.0808</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions IPAnalyzer/IPAnalyzer.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>2022.11.28.0800</AssemblyVersion>
<FileVersion>2022.11.28.0800</FileVersion>
<AssemblyVersion>2022.11.28.0802</AssemblyVersion>
<FileVersion>2022.11.28.0802</FileVersion>
<ApplicationIcon>App.ico</ApplicationIcon>
<StartupObject>IPAnalyzer.Program</StartupObject>
<DebugType>embedded</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion IPAnalyzer/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static class Version

static public string History =
"History" +
"\r\n ver3.938(2022/11/28) Fixed a minor bug on 'Find Parameter'." +
"\r\n ver3.938(2022/11/28) Fixed a minor bug on 'Find Parameter'. " +
"\r\n ver3.937(2022/11/16) Target framework has been changed to .Net Desktop Runtime 7.0." +
"\r\n ver3.936(2022/11/07) Supported reading '*.img' files output from ADXV." +
"\r\n ver3.935(2022/10/15) Fixed a bug when saving Tiff file that contains multiple images." +
Expand Down

0 comments on commit a627b59

Please sign in to comment.