Skip to content

Commit

Permalink
set version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHaedicke committed Mar 19, 2021
1 parent 5fa245f commit a05cebb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CompilerVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="HandlebarsCompiler.Jakob Demler.71222594-41cc-4ba2-b691-ad7c2783a83b" Version="0.4.0" Language="en-US" Publisher="Jakob Demler" />
<Identity Id="HandlebarsCompiler.Jakob Demler.71222594-41cc-4ba2-b691-ad7c2783a83b" Version="0.4.1" Language="en-US" Publisher="Jakob Demler" />
<DisplayName>HandlebarsCompiler</DisplayName>
<Description xml:space="preserve">Compiles Handlebars Templates into performant and typechecked C# Code</Description>
<MoreInfo>https://github.com/Noxum/CompiledHandlebars</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion RuntimeUtils/CompiledHandlebars.RuntimeUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net46;net462;netstandard2</TargetFrameworks>
<AssemblyName>CompiledHandlebars.RuntimeUtils</AssemblyName>
<RootNamespace>CompiledHandlebars.RuntimeUtils</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Description>RuntimeUtils for the HandlebarsCompiler.</Description>
<Authors>CurrySoftware GmbH</Authors>
<Company>CurrySoftware GmbH</Company>
Expand Down
2 changes: 1 addition & 1 deletion ViewEngine.Core/CompiledHandlebars.ViewEngine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2;net462</TargetFrameworks>
<AssemblyName>CompiledHandlebars.ViewEngine.Core</AssemblyName>
<RootNamespace>CompiledHandlebars.ViewEngine.Core</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>CurrySoftware GmbH</Authors>
<Company>CurrySoftware GmbH</Company>
<Product>HanldebarsCompiler</Product>
Expand Down
2 changes: 1 addition & 1 deletion ViewEngine/CompiledHandlebars.ViewEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net46;net462</TargetFrameworks>
<AssemblyName>CompiledHandlebars.ViewEngine</AssemblyName>
<RootNamespace>CompiledHandlebars.ViewEngine</RootNamespace>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>CurrySoftware GmbH</Authors>
<Company>CurrySoftware GmbH</Company>
<Product>HanldebarsCompiler</Product>
Expand Down

0 comments on commit a05cebb

Please sign in to comment.