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 81134c3 commit fcfc724Copy full SHA for fcfc724
xivModdingFramework/xivModdingFramework.csproj
@@ -2,8 +2,8 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
- <AssemblyVersion>1.6.0.0</AssemblyVersion>
6
- <Version>1.6.0</Version>
+ <AssemblyVersion>1.7.0.0</AssemblyVersion>
+ <Version>1.7.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.6.0.0</FileVersion>
+ <FileVersion>1.7.0.0</FileVersion>
47
</PropertyGroup>
48
49
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments