Skip to content

Commit

Permalink
build: change AssemblyVersion to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbarur committed Jan 23, 2025
1 parent ee0169c commit a1a18fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/NovaPointLibrary/NovaPointLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>0.14.1</AssemblyVersion>
<AssemblyVersion>0.14.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/NovaPointSetup/NovaPointSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:NovaPoint"
"ProductCode" = "8:{91455F95-3BC0-464C-B2BF-EB0951A0439E}"
"PackageCode" = "8:{40BB98F1-D466-42A1-8298-EE8B1FA18878}"
"ProductCode" = "8:{8CB6EF41-5E38-42E7-AE23-5D1089AFBF2E}"
"PackageCode" = "8:{461FBE88-B8F4-4BA3-9865-D05BA99A75F4}"
"UpgradeCode" = "8:{F3F15478-AFE6-43E3-9D82-D5914B1FF2DE}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.14.1"
"ProductVersion" = "8:0.14.2"
"Manufacturer" = "8:Novacato"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion src/NovaPointWPF/NovaPointWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>NovaPointIcon.ico</ApplicationIcon>
<AssemblyName>NovaPoint</AssemblyName>
<AssemblyVersion>0.14.1</AssemblyVersion>
<AssemblyVersion>0.14.2</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a1a18fd

Please sign in to comment.