Skip to content

Commit

Permalink
Bumped: Library Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jul 5, 2022
1 parent 19c63e2 commit 18bd3b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
<PackageIconUrl>https://avatars1.githubusercontent.com/u/45473408</PackageIconUrl>
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Hooks</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.13.0</Version>
<Version>1.14.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineConstants Condition="'$(TargetFramework)' == 'net6.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)' == 'net5.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)' == 'netcoreapp3.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition="'$(TargetFramework)' == 'net6.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)' == 'net5.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)' == 'netcoreapp3.0'">$(DefineConstants);FEATURE_DEFAULT_INTERFACES</DefineConstants>

<!-- The trimming metadata/attributes consumes more space than saved from trimming. -->
<IsTrimmable>true</IsTrimmable>
Expand Down
6 changes: 2 additions & 4 deletions source/Reloaded.Hooks/Reloaded.Hooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net7.0;net5.0;netstandard2.0</TargetFrameworks>
<Authors>Sewer56</Authors>
<LangVersion>preview</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseUrl></PackageLicenseUrl>
Expand All @@ -12,15 +13,12 @@
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Advanced native function hooks for x86, x64. Welcome to the next level!</Description>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>Icon.png</PackageIcon>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>1701;1702;1591</NoWarn>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>

<!-- The trimming metadata/attributes consumes more space than saved from trimming. -->
<!-- Hopefully these attributes can be stripped in the future. -->
Expand Down

0 comments on commit 18bd3b9

Please sign in to comment.