Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 9, 2021
1 parent 9d147b3 commit 6085669
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 2020</Copyright>
<Copyright>Copyright © BepInEx 2021</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.4.2</Version>
<Version>2.5.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.4.2.0</AssemblyVersion>
<FileVersion>2.4.2.0</FileVersion>
<AssemblyVersion>2.5.0.0</AssemblyVersion>
<FileVersion>2.5.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 6085669

Please sign in to comment.