Skip to content

Commit

Permalink
version bump to 1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 committed Jan 12, 2022
1 parent 444b6b6 commit e2e5716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Memory/Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<Description>Read and Write to process memory. Make PC cheat trainers easily!</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.2.22</Version>
<Version>1.2.23</Version>
<Platforms>x64;x86</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<NoWarn>1701;1702;1591</NoWarn>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
Expand Down

0 comments on commit e2e5716

Please sign in to comment.