We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8334e9b commit f5a9200Copy full SHA for f5a9200
appveyor.yml
@@ -15,7 +15,7 @@ nuget:
15
account_feed: true
16
project_feed: true
17
build:
18
- project: src\GodSharp.Encryption\GodSharp.Encryption.csproj
+ project: GodSharp.Encryption.sln
19
publish_nuget: false
20
include_nuget_references: true
21
verbosity: minimal
build/version.props
@@ -2,7 +2,7 @@
2
<PropertyGroup Condition="'$(AssemblyName)'=='GodSharp.Encryption'">
3
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4
<Version>2018.4.1.0</Version>
5
- <FileVersion>2018.4.1</FileVersion>
+ <FileVersion>2018.4.1.0</FileVersion>
6
<DocumentationFile>$(SolutionDir)\output\$(AssemblyName)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
7
</PropertyGroup>
8
</Project>
0 commit comments