File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,5 @@ packages/
61
61
# Test files
62
62
* .testsettings
63
63
[Tt ]est- [Cc ]ache /
64
- [Tt ]est- [Rr ]esults /
64
+ [Tt ]est- [Rr ]esults /
65
+ * .snk
Original file line number Diff line number Diff line change 85
85
$0 .DotNetNamingPolicy = $3
86
86
$3 .DirectoryNamespaceAssociation = None
87
87
$3 .ResourceNamePolicy = FileFormatDefault
88
+ version = 1.0.0
88
89
EndGlobalSection
89
90
GlobalSection (SolutionProperties ) = preSolution
90
91
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change 9
9
<AssemblyName >Handlebars</AssemblyName >
10
10
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
11
11
<TargetFrameworkProfile />
12
+ <SignAssembly >true</SignAssembly >
13
+ <ReleaseVersion >1.0.0</ReleaseVersion >
12
14
</PropertyGroup >
13
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14
16
<DebugSymbols >true</DebugSymbols >
24
26
<Optimize >false</Optimize >
25
27
<OutputPath >bin\Release</OutputPath >
26
28
<WarningLevel >4</WarningLevel >
29
+ <AssemblyOriginatorKeyFile >..\..\handlebars.net.snk</AssemblyOriginatorKeyFile >
27
30
</PropertyGroup >
28
31
<ItemGroup >
29
32
<Reference Include =" System" />
You can’t perform that action at this time.
0 commit comments