diff --git a/Installer/Installer.csproj b/Installer/Installer.csproj index 6c82038..da63525 100644 --- a/Installer/Installer.csproj +++ b/Installer/Installer.csproj @@ -1,7 +1,7 @@ - WinExe + Exe netcoreapp3.1 true ..\UpTool2.ico diff --git a/UpTool2/Properties/AssemblyInfo.cs b/UpTool2/Properties/AssemblyInfo.cs deleted file mode 100644 index 5fafada..0000000 --- a/UpTool2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("UpTool2")] -[assembly: AssemblyDescription("Download and update applications from UpTool repos")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("JFronny")] -[assembly: AssemblyProduct("UpTool2")] -[assembly: AssemblyCopyright("Copyright © JFronny 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c0c1e002-9e13-4e8f-a035-dbdc5128e00e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyFileVersion("1.0.1.0")] \ No newline at end of file diff --git a/UpTool2/UpTool2.csproj b/UpTool2/UpTool2.csproj index 66080e1..81e62d6 100644 --- a/UpTool2/UpTool2.csproj +++ b/UpTool2/UpTool2.csproj @@ -7,6 +7,8 @@ enable false true + false + 1.0.* none diff --git a/UpToolCLI/UpToolCLI.csproj b/UpToolCLI/UpToolCLI.csproj index db399c3..2c50727 100644 --- a/UpToolCLI/UpToolCLI.csproj +++ b/UpToolCLI/UpToolCLI.csproj @@ -4,6 +4,8 @@ Exe netcoreapp3.1 uptool + false + 1.0.*