Skip to content

Commit

Permalink
package version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Osipov committed Aug 17, 2017
1 parent 1f2508e commit 1ea337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QiwiApi/QiwiApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(VersionSuffix)' != ''">
<Version>1.0.0f$(VersionSuffix)</Version>
<Version>1.0.0.$(VersionSuffix)</Version>
<AssemblyVersion>1.0.0.$(VersionSuffix)</AssemblyVersion>
<FileVersion>1.0.0.$(VersionSuffix)</FileVersion>
</PropertyGroup>
Expand Down

0 comments on commit 1ea337a

Please sign in to comment.