Skip to content

Commit

Permalink
Bumped version 3.0.0-alpha.3 (#204)
Browse files Browse the repository at this point in the history
Bumped version to 3.0.0-alpha.3

Now targeting frameworks netstandard2.0, netstandard2.1, net461
  • Loading branch information
axunonb authored Sep 20, 2021
1 parent deed382 commit b7f9100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>
<Version>3.0.0-alpha.2</Version>
<Version>3.0.0-alpha.3</Version>
<FileVersion>3.0.0</FileVersion>
<AssemblyVersion>3.0.0</AssemblyVersion> <!--only update AssemblyVersion with major releases -->
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/SmartFormat/SmartFormat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>SmartFormat</AssemblyName>
Expand Down

0 comments on commit b7f9100

Please sign in to comment.