Skip to content

Commit 87618ea

Browse files
authored
Fix source specification for signed version
Fixes #48
1 parent b6659e4 commit 87618ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NCrontab.Signed/NCrontab.Signed.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Copyright>Copyright © 2008 Atif Aziz. All rights reserved. Portions Copyright © 2001 The OpenSymphony Group. All rights reserved.</Copyright>
66
<AssemblyTitle>NCrontab (Signed)</AssemblyTitle>
77
<NeutralLanguage>en-US</NeutralLanguage>
8-
<VersionPrefix>3.3.1</VersionPrefix>
8+
<VersionPrefix>3.3.2</VersionPrefix>
99
<Authors>Atif Aziz</Authors>
1010
<TargetFrameworks>net35;netstandard1.0;netstandard2.0</TargetFrameworks>
1111
<DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
@@ -34,6 +34,7 @@
3434

3535
<ItemGroup>
3636
<Compile Include="..\SolutionInfo.cs" />
37+
<Compile Include="..\NCrontab\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
3738
<None Include="..\COPYING.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
3839
</ItemGroup>
3940

0 commit comments

Comments
 (0)