Skip to content

Commit

Permalink
Productized v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoidl committed Nov 15, 2019
1 parent 5015465 commit d996e77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>

<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">5</VersionPatch>
<BuildNumber Condition="'$(BuildNumber)' == ''">82</BuildNumber>
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<BuildNumber Condition="'$(BuildNumber)' == ''">88</BuildNumber>
<VersionSuffix Condition="'$(Configuration)' == 'Debug' and '$(VersionSuffix)' == ''">dev</VersionSuffix>
<Authors>gfoidl</Authors>
<Company>Foidl Günther</Company>
Expand All @@ -17,7 +17,7 @@
<PropertyGroup>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<PropertyGroup>
<PackageOutputPath>$(MSBuildThisFileDirectory)NuGet-Packed</PackageOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit d996e77

Please sign in to comment.