Skip to content

Commit

Permalink
6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Jan 11, 2023
1 parent 4f04106 commit 9cf47e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Prioritizer/Prioritizer.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Eternita</Authors>
<Version>2.0.0.6</Version>
<Authors>NightmareXIV</Authors>
<Version>2.0.0.7</Version>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
4 changes: 2 additions & 2 deletions Prioritizer/Prioritizer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Name": "Prioritizer",
"Author": "Eternita",
"Author": "NightmareXIV",
"Description": "Prioritizer sets game's priority to high while crafting. No more failed crafts due to random lags while game is minimized.",
"RepoUrl": "https://github.com/NightmareXIV/Prioritizer",
"AssemblyVersion": "9.0.0.0",
"DalamudApiLevel": 7,
"DalamudApiLevel": 8,
"InternalName": "Prioritizer"
}

0 comments on commit 9cf47e1

Please sign in to comment.