We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a47b2 commit 12d2ccdCopy full SHA for 12d2ccd
xivModdingFramework/xivModdingFramework.csproj
@@ -2,8 +2,8 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
- <AssemblyVersion>1.9.0.0</AssemblyVersion>
6
- <Version>1.9.0</Version>
+ <AssemblyVersion>3.1.0.0</AssemblyVersion>
+ <Version>3.1.0</Version>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
<LangVersion>9.0</LangVersion>
9
<Configurations>Debug;Release;Endwalker Debug;Endwalker Release</Configurations>
@@ -43,7 +43,7 @@
43
44
45
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
46
- <FileVersion>1.9.0.0</FileVersion>
+ <FileVersion>3.1.0.0</FileVersion>
47
</PropertyGroup>
48
49
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments