Skip to content

Commit

Permalink
chore(release): v0.7.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 8, 2022
1 parent 79f21a3 commit d3d2711
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GamingAPIPlugins/GamingAPIPlugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net461</TargetFrameworks>
<RootNamespace>Oxide.Plugins</RootNamespace>
<Version>0.6.0</Version>
<PackageVersion>0.6.0</PackageVersion>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0</Version>
<PackageVersion>0.7.0</PackageVersion>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<FileVersion>0.7.0.0</FileVersion>
<RepositoryUrl>https://github.com/GamingAPI/umod-rust-server-plugin.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -449,6 +449,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oxide.Ext.GamingApi" Version="0.10.0" />
<PackageReference Include="Oxide.Ext.GamingApi" Version="0.10.0"/>
</ItemGroup>
</Project>

0 comments on commit d3d2711

Please sign in to comment.