Browse Source

Bump version to v2.2.0

tags/v2.2.0
NorbiPeti 2 years ago
parent
commit
7b2ac973d8
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      TechbloxModdingAPI/TechbloxModdingAPI.csproj
  2. +1
    -1
      doxygen.conf

+ 1
- 1
TechbloxModdingAPI/TechbloxModdingAPI.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<Authors>Exmods</Authors>
<PackageLicenseExpression>GNU General Public Licence 3+</PackageLicenseExpression>
<PackageProjectUrl>https://git.exmods.org/modtainers/GamecraftModdingAPI</PackageProjectUrl>


+ 1
- 1
doxygen.conf View File

@@ -38,7 +38,7 @@ PROJECT_NAME = "TechbloxModdingAPI"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v2.1.0"
PROJECT_NUMBER = "v2.2.0"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a


Loading…
Cancel
Save