diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-12 22:32:44 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-12 22:32:44 -0400 |
| commit | 39d0c3f0aafd19388e44c72a8841c757f435d1a2 (patch) | |
| tree | 6f2019cc04fb831c1425cfb53a75430742b5a11a /AleeBot/AleeBot.csproj | |
| parent | ef4fefa80725aceb45364e3e309db1dc0babc2de (diff) | |
| download | AleeBot.NET-beta.tar.gz AleeBot.NET-beta.tar.bz2 AleeBot.NET-beta.zip | |
Started working on uptime and added a packagebeta
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj index 1c9108d..1997e7a 100644 --- a/AleeBot/AleeBot.csproj +++ b/AleeBot/AleeBot.csproj @@ -3,9 +3,9 @@ <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.0</TargetFramework> - <Version>3.0.0</Version> + <Version>3.1.0</Version> <Authors>Andrew Lee</Authors> - <Copyright>(C) Copyright 2019</Copyright> + <Copyright>(C) Copyright 2015-2019</Copyright> <NeutralLanguage>en</NeutralLanguage> <Company>AleeCorp</Company> <ApplicationIcon>AleeBot.ico</ApplicationIcon> @@ -13,10 +13,12 @@ <RootNamespace>AleeBot</RootNamespace> <RepositoryUrl>https://github.com/AleeCorp/AleeBot.NET</RepositoryUrl> <SignAssembly>false</SignAssembly> + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> </PropertyGroup> <ItemGroup> <PackageReference Include="Discord.Net" Version="2.0.1" /> + <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5.0" /> <PackageReference Include="System.IO.FileSystem" Version="4.3.0" /> </ItemGroup> </Project> |
