Skip to content

Commit

Permalink
Bumped version to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Apr 10, 2021
1 parent 575c444 commit e08ca13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Copyright 2011-2021 axuno gGmbH, Scott Rippey, Bernhard Millauer and other contributors.</Copyright>
<RepositoryUrl>https://github.com/axuno/SmartFormat.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AssemblyVersion>2.6.2.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<AssemblyVersion>2.7.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<LangVersion>latest</LangVersion>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down
4 changes: 2 additions & 2 deletions src/SmartFormat/SmartFormat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Description>A string composition library written in C# that can format data into a string with a minimal, intuitive syntax. It uses extensions to provide named placeholders, pluralization, gender conjugation, and time and list formatting.</Description>
<AssemblyTitle>SmartFormat</AssemblyTitle>
<Version>2.6.2.0</Version>
<FileVersion>2.6.2.0</FileVersion>
<Version>2.7.0</Version>
<FileVersion>2.7.0</FileVersion>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit e08ca13

Please sign in to comment.