Skip to content

Commit

Permalink
chore(release): v0.15.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Oct 4, 2022
1 parent 2925ca9 commit 718cb61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Oxide.Ext.GamingApi/Oxide.Ext.GamingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<RootNamespace>Oxide.Ext.GamingApi</RootNamespace>
<AssemblyName>Oxide.Ext.GamingApi</AssemblyName>
<TargetFrameworks>net461</TargetFrameworks>
<Version>0.14.0</Version>
<PackageVersion>0.14.0</PackageVersion>
<AssemblyVersion>0.14.0.0</AssemblyVersion>
<FileVersion>0.14.0.0</FileVersion>
<Version>0.15.0</Version>
<PackageVersion>0.15.0</PackageVersion>
<AssemblyVersion>0.15.0.0</AssemblyVersion>
<FileVersion>0.15.0.0</FileVersion>
<RepositoryUrl>https://github.com/GamingAPI/umod-rust-server-extension.git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net461|AnyCPU'">
Expand Down Expand Up @@ -230,6 +230,6 @@
<Reference Include="UnityEngine.XRModule">
<HintPath>..\dependencies\UnityEngine.XRModule.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.8.0" />
<PackageReference Include="RustGameAPI" Version="0.8.0"/>
</ItemGroup>
</Project>

0 comments on commit 718cb61

Please sign in to comment.