Skip to content

Commit

Permalink
Get version from build
Browse files Browse the repository at this point in the history
  • Loading branch information
dassjosh committed Jan 29, 2022
1 parent cd89869 commit 2a4726d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PluginMerge/PluginMerge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>plugin.merge</ToolCommandName>
<PackageOutputPath>./bin/nupkg</PackageOutputPath>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageVersion>1.0.0.0</PackageVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<PackageVersion>$(Version)</PackageVersion>
<LangVersion>10</LangVersion>
<Authors>MJSU</Authors>
<ImplicitUsings>enable</ImplicitUsings>
<FileVersion>1.0.0.0</FileVersion>
<FileVersion>$(Version)</FileVersion>
<TargetFramework>net6.0</TargetFramework>
<Title>Plugin Merge</Title>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 2a4726d

Please sign in to comment.