Skip to content

Commit 12d2ccd

Browse files
Align the framework versioning with Executable at 3.1
1 parent 22a47b2 commit 12d2ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xivModdingFramework/xivModdingFramework.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AssemblyVersion>1.9.0.0</AssemblyVersion>
6-
<Version>1.9.0</Version>
5+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
6+
<Version>3.1.0</Version>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<LangVersion>9.0</LangVersion>
99
<Configurations>Debug;Release;Endwalker Debug;Endwalker Release</Configurations>
@@ -43,7 +43,7 @@
4343

4444
<PropertyGroup>
4545
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
46-
<FileVersion>1.9.0.0</FileVersion>
46+
<FileVersion>3.1.0.0</FileVersion>
4747
</PropertyGroup>
4848

4949
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)