Skip to content

Commit

Permalink
chore: Changes assembly name to release needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marconi Gomes committed Sep 20, 2023
1 parent 58ecaff commit 26a8708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{DBA6E76D-E48D-41E4-B35E-B3A1E5A59CDD}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>AMRPC_WatchDog_Desktop</RootNamespace>
<AssemblyName>AMRPC WatchDog Desktop</AssemblyName>
<AssemblyName>watchdog</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down
2 changes: 1 addition & 1 deletion AMRPC WatchDog Desktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace AMRPC_WatchDog_Desktop
internal static class Program
{

private const string AppVersion = "v0.4.1";
private const string AppVersion = "v0.4.2";

[STAThread]
private static void Main()
Expand Down

0 comments on commit 26a8708

Please sign in to comment.