Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Cichoń authored and Tomasz Cichoń committed Dec 20, 2019
1 parent 0d6612f commit 5acc909
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Centrifuge.UnityInterop/Centrifuge.UnityInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Copyright>Copyright 2019 © Centrifuge Project</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>2.1.0</Version>
<FileVersion>2.1.0</FileVersion>
<Version>2.2.0</Version>
<FileVersion>2.2.0</FileVersion>
<LangVersion>8.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
10 changes: 7 additions & 3 deletions Reactor.API/Reactor.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<Product>Reactor.API</Product>

<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<FileVersion>2.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
<PackageId>Centrifuge.Mod.SDK</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.0.2</Version>
<Version>2.1.0</Version>
<PackageProjectUrl>https://github.com/Ciastex/Centrifuge</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ciastex/Centrifuge</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand All @@ -53,9 +53,13 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<PackageReference Include="ModuleInit.Fody" Version="2.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
<PackageReference Include="LitJson" Version="0.15.0" />
<PackageReference Include="ModuleInit.Fody" Version="2.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Reactor/Reactor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Description>Centrifuge Reactor Mod Loader Module</Description>
<Copyright>Copyright 2019 © Centrifuge Project</Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>2.0.3</Version>
<FileVersion>2.0.3</FileVersion>
<Version>2.1.0</Version>
<FileVersion>2.1.0</FileVersion>
<LangVersion>8.0</LangVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 5acc909

Please sign in to comment.