Skip to content

Commit

Permalink
write readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harbingerofme committed Nov 28, 2020
1 parent 94138cd commit 7cc32fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LighterPatcher/LighterPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.5</Version>
<Version>1.0.5.1</Version>
<Authors>Harbingerofme</Authors>
<Copyright>Harbingerofme 2020</Copyright>
<PackageLicenseExpression>No License Required</PackageLicenseExpression>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/harbingerofme/lighterpatcher</RepositoryUrl>
<AssemblyVersion>1.0.5.0</AssemblyVersion>
<AssemblyVersion>1.0.5.1</AssemblyVersion>
<Description>Patcher for BepInEx framework</Description>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The process to do so is as follows:
# Changelog:
* 1.0.5
* Fix an issue where if a method didn't have it's first instructions as call(virt)s, it would be skipped. Thanks `Windows10CE`.
* 1.0.5.1 Added better trace messages.
* 1.0.5.1 Fixed needing types not available in the `IL` namespace.
* 1.0.4
* Fix case where patcher would fail on certain well-formed instructions.
* 1.0.3
Expand Down

0 comments on commit 7cc32fe

Please sign in to comment.