Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
taubenangriff committed Mar 24, 2024
1 parent 2d82a9b commit 9be2f4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FileDBReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<StartupObject>FileDBReader.CommandLineHandler</StartupObject>
<Platforms>AnyCPU;x64</Platforms>
<Version>3.0</Version>
<Version>3.0.1</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageId></PackageId>
<Nullable>enable</Nullable>
Expand Down
7 changes: 3 additions & 4 deletions FileDBSerializer/FileDBSerializer/AnnoMods.BBDom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<Platforms>x64</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>$(AssemblyName)</PackageId>
<Version>$(AssemblyVersion)</Version>
<Authors>anno-mods</Authors>
<Description>A C# library for Anno 1800's DOM files.</Description>
<SignAssembly>False</SignAssembly>
<Version>3.0</Version>
<Version>3.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -38,8 +37,8 @@
<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Nullable>enable</Nullable>
<AssemblyVersion>3.0</AssemblyVersion>
<FileVersion>3.0</FileVersion>
<AssemblyVersion>3.0.1</AssemblyVersion>
<FileVersion>3.0.1</FileVersion>
<RootNamespace>AnnoMods.BBDom</RootNamespace>
<PackageProjectUrl>https://github.com/anno-mods/FileDBReader/wiki/Using-AnnoMods.BBDom</PackageProjectUrl>
<RepositoryUrl>https://github.com/anno-mods/FileDBReader</RepositoryUrl>
Expand Down

0 comments on commit 9be2f4d

Please sign in to comment.