Skip to content

Commit f5a9200

Browse files
committed
2018.4.1.0
1 parent 8334e9b commit f5a9200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nuget:
1515
account_feed: true
1616
project_feed: true
1717
build:
18-
project: src\GodSharp.Encryption\GodSharp.Encryption.csproj
18+
project: GodSharp.Encryption.sln
1919
publish_nuget: false
2020
include_nuget_references: true
2121
verbosity: minimal

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup Condition="'$(AssemblyName)'=='GodSharp.Encryption'">
33
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
44
<Version>2018.4.1.0</Version>
5-
<FileVersion>2018.4.1</FileVersion>
5+
<FileVersion>2018.4.1.0</FileVersion>
66
<DocumentationFile>$(SolutionDir)\output\$(AssemblyName)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
77
</PropertyGroup>
88
</Project>

0 commit comments

Comments
 (0)