Update EpicMorg.SteamPathsLib.csproj

This commit is contained in:
STAM 2020-03-19 12:45:29 +03:00
parent 18f13665cb
commit 7db191cf39

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.Net.Sdk"> <Project Sdk="Microsoft.Net.Sdk">
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>steam.ico</ApplicationIcon> <ApplicationIcon>steam.ico</ApplicationIcon>
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks> <TargetFrameworks>net46;net461;net462;net47;net471;net472;net48;netstandard1.3;netcoreapp3.1</TargetFrameworks>
<Company>EpicMorg</Company> <Company>EpicMorg</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@ -9,9 +9,9 @@
<PackageIcon>steam.png</PackageIcon> <PackageIcon>steam.png</PackageIcon>
<PackageProjectUrl>https://github.com/EpicMorg/SteamPathsLib</PackageProjectUrl> <PackageProjectUrl>https://github.com/EpicMorg/SteamPathsLib</PackageProjectUrl>
<Copyright>Copyright © EpicMorg 2020</Copyright> <Copyright>Copyright © EpicMorg 2020</Copyright>
<AssemblyVersion>1.1.0.4</AssemblyVersion> <AssemblyVersion>1.1.0.5</AssemblyVersion>
<FileVersion>1.1.0.4</FileVersion> <FileVersion>1.1.0.5</FileVersion>
<Version>1.1.0.4</Version> <Version>1.1.0.5</Version>
<Description>Small helper for getting some registry keys of Steam.</Description> <Description>Small helper for getting some registry keys of Steam.</Description>
<Authors>EpicMorgDev, AurZum, stam, kasthack</Authors> <Authors>EpicMorgDev, AurZum, stam, kasthack</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>