Skip to content

Commit

Permalink
Update CSharp Version
Browse files Browse the repository at this point in the history
Update github workflow badges
  • Loading branch information
dassjosh committed Oct 18, 2023
1 parent 5ca48a5 commit 477724e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Plugin Merge

[![NuGet version (MJSU.Plugin.Merge)](https://img.shields.io/nuget/v/MJSU.Plugin.Merge?style=flat-square)](https://www.nuget.org/packages/MJSU.Plugin.Merge/)
![Main Branch status](https://img.shields.io/github/workflow/status/dassjosh/plugin.merge/build/main?label=main&style=flat-square)
![Develop Branch status](https://img.shields.io/github/workflow/status/dassjosh/plugin.merge/build/develop?label=develop&style=flat-square)
![Main Branch status](https://img.shields.io/github/actions/workflow/status/dassjosh/plugin.merge/.github/workflows/pre-release.yml?branch=develop&label=main&style=flat-square)
![Develop Branch status](https://img.shields.io/github/actions/workflow/status/dassjosh/plugin.merge/.github/workflows/pre-release.yml?branch=develop&label=develop&style=flat-square)

Plugin Merge is a .net 6 CLI tool that allows merging multiple .cs files into a single Oxide / uMod plugin file.

Expand Down
2 changes: 1 addition & 1 deletion src/PluginMerge/PluginMerge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageOutputPath>./bin/nupkg</PackageOutputPath>
<AssemblyVersion>$(Version)</AssemblyVersion>
<PackageVersion>$(Version)</PackageVersion>
<LangVersion>10</LangVersion>
<LangVersion>11</LangVersion>
<Authors>MJSU</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<FileVersion>$(Version)</FileVersion>
Expand Down

0 comments on commit 477724e

Please sign in to comment.