Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jan 10, 2022
1 parent e29c29c commit 04d985a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>HarmonyX</Product>
<Company>BepInEx</Company>
<Copyright>Copyright © BepInEx 2021</Copyright>
<Copyright>Copyright © BepInEx 2022</Copyright>
<Description>A library for patching, replacing and decorating .NET and Mono methods during runtime powered by MonoMod.</Description>
<PackageId>HarmonyX</PackageId>
<Authors>Andreas Pardeike, Geoffrey Horsington, ManlyMarco et al.</Authors>
<AssemblyName>0Harmony</AssemblyName>
<SignAssembly>true</SignAssembly>
<Version>2.7.0</Version>
<Version>2.8.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/BepInEx/HarmonyX</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Harmony,Mono,Patch,Patching,Runtime,Detour,Detours,Aspect,Aspects</PackageTags>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<FileVersion>2.8.0.0</FileVersion>
<PackageIcon>logo_mini.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/BepInEx/HarmonyX/master/logo_mini.png</PackageIconUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 04d985a

Please sign in to comment.