Skip to content

Commit c43ec5d

Browse files
committed
Set version to 2.0.0
1 parent 12db3fc commit c43ec5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FancadeLoaderLib.Editing/FancadeLoaderLib.Editing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;net8.0;net9.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
6-
<Version>1.2.0</Version>
6+
<Version>2.0.0</Version>
77
<LangVersion>latest</LangVersion>
88
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
99
<EnableNETAnalyzers>True</EnableNETAnalyzers>

FancadeLoaderLib/FancadeLoaderLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
77
<OutputType>Library</OutputType>
88
<LangVersion>latest</LangVersion>
9-
<Version>1.2.0</Version>
9+
<Version>2.0.0</Version>
1010
<EnableNETAnalyzers>True</EnableNETAnalyzers>
1111
<AnalysisLevel>latest</AnalysisLevel>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)