Skip to content

Commit

Permalink
Bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed May 8, 2023
1 parent 9344dc1 commit d237a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TournamentCalendar/TournamentCalendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Product>TournamentCalendar</Product>
<TargetFramework>net6.0</TargetFramework>
<Version>2.3.0</Version>
<FileVersion>2.3.0</FileVersion>
<Version>3.0.0</Version>
<FileVersion>3.0.0</FileVersion>
<EnableDefaultContentItems>true</EnableDefaultContentItems>
<Authors>axuno gGmbH</Authors>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
Expand All @@ -13,7 +13,7 @@
<Nullable>enable</Nullable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>TournamentCalender-192x192.png</PackageIcon>
<AssemblyVersion>2.0.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<AssemblyVersion>3.0.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<LangVersion>latest</LangVersion>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down

0 comments on commit d237a0f

Please sign in to comment.