Skip to content

Commit

Permalink
chore(release): v0.11.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 29, 2022
1 parent f8bcbe7 commit 4a32ef8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Oxide.Ext.GamingApi/Oxide.Ext.GamingApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<RootNamespace>Oxide.Ext.GamingApi</RootNamespace>
<AssemblyName>Oxide.Ext.GamingApi</AssemblyName>
<TargetFrameworks>net461</TargetFrameworks>
<Version>0.10.0</Version>
<PackageVersion>0.10.0</PackageVersion>
<AssemblyVersion>0.10.0.0</AssemblyVersion>
<FileVersion>0.10.0.0</FileVersion>
<Version>0.11.0</Version>
<PackageVersion>0.11.0</PackageVersion>
<AssemblyVersion>0.11.0.0</AssemblyVersion>
<FileVersion>0.11.0.0</FileVersion>
<RepositoryUrl>https://github.com/GamingAPI/umod-rust-server-extension.git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net461|AnyCPU'">
<WarningLevel>1</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Remove="NATS.Client" />
<None Remove="RustGameAPI" />
<None Remove="NATS.Client"/>
<None Remove="RustGameAPI"/>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.CSharp"/>
<Reference Include="Oxide.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\Oxide.Core.dll</HintPath>
Expand All @@ -34,19 +34,19 @@
<Reference Include="Rust.UI">
<HintPath>..\dependencies\Rust.UI.dll</HintPath>
</Reference>
<PackageReference Include="RustGameAPI" Version="0.*" />
<PackageReference Include="NATS.Client" Version="0.12.0" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="RustGameAPI" Version="0.*"/>
<PackageReference Include="NATS.Client" Version="0.12.0"/>
<Reference Include="System"/>
<Reference Include="System.Configuration"/>
<Reference Include="System.Configuration.Install"/>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
<Reference Include="System.Numerics"/>
<Reference Include="System.Runtime.Serialization"/>
<Reference Include="System.Security"/>
<Reference Include="System.Transactions"/>
<Reference Include="System.Xml"/>
<Reference Include="System.Xml.Linq"/>
<Reference Include="Unity.TextMeshPro">
<HintPath>..\dependencies\Unity.TextMeshPro.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 4a32ef8

Please sign in to comment.