Skip to content

Commit

Permalink
Bumped version to 2024.2.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwarden-devops-bot authored Feb 20, 2024
1 parent cd8c8a8 commit 3a94422
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Handlebars.conf/Handlebars.conf.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>hbs</AssemblyName>
<Version>2024.2.0</Version>
<Version>2024.2.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.1.4" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="YamlDotNet" Version="15.1.1" />
<PackageReference Include="Handlebars.Net" Version="2.1.4"/>
<PackageReference Include="Handlebars.Net.Helpers" Version="2.4.1.4"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
<PackageReference Include="YamlDotNet" Version="15.1.1"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit 3a94422

Please sign in to comment.