Skip to content

Commit

Permalink
Incremented version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
eggroll-bot committed Jul 12, 2021
1 parent 9eb9e7a commit fb3a550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
<Authors>Brian Mak</Authors>
<Company />
<Product>VixWin Intraoral Camera Integration</Product>
<Copyright>Copyright (c) 2020 Brian Mak. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2021 Brian Mak. All rights reserved.</Copyright>
<ApplicationIcon>tray_icon.ico</ApplicationIcon>
<PackageId>VixWinIntraoralCameraIntegration</PackageId>
<Description>VixWin Intraoral Camera Integration</Description>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -21,10 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Accord.Controls.Imaging"
Version="3.8.0" />
<PackageReference Include="Accord.Video.DirectShow"
Version="3.8.0" />
<PackageReference Include="Accord.Controls.Imaging" Version="3.8.0" />
<PackageReference Include="Accord.Video.DirectShow" Version="3.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.0.1"
"Manufacturer" = "8:VixWin Intraoral Camera Integration"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit fb3a550

Please sign in to comment.