Skip to content

Commit 45aa7d2

Browse files
committed
Set release version
1 parent 6adceea commit 45aa7d2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ packages/
6161
#Test files
6262
*.testsettings
6363
[Tt]est-[Cc]ache/
64-
[Tt]est-[Rr]esults/
64+
[Tt]est-[Rr]esults/
65+
*.snk

source/Handlebars.sln

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Global
8585
$0.DotNetNamingPolicy = $3
8686
$3.DirectoryNamespaceAssociation = None
8787
$3.ResourceNamePolicy = FileFormatDefault
88+
version = 1.0.0
8889
EndGlobalSection
8990
GlobalSection(SolutionProperties) = preSolution
9091
HideSolutionNode = FALSE

source/Handlebars/Handlebars.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<AssemblyName>Handlebars</AssemblyName>
1010
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1111
<TargetFrameworkProfile />
12+
<SignAssembly>true</SignAssembly>
13+
<ReleaseVersion>1.0.0</ReleaseVersion>
1214
</PropertyGroup>
1315
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1416
<DebugSymbols>true</DebugSymbols>
@@ -24,6 +26,7 @@
2426
<Optimize>false</Optimize>
2527
<OutputPath>bin\Release</OutputPath>
2628
<WarningLevel>4</WarningLevel>
29+
<AssemblyOriginatorKeyFile>..\..\handlebars.net.snk</AssemblyOriginatorKeyFile>
2730
</PropertyGroup>
2831
<ItemGroup>
2932
<Reference Include="System" />

0 commit comments

Comments
 (0)