Skip to content

Commit dbbe1a8

Browse files
committed
Forgot to actually remove MSBuild directives.
1 parent 9963c5d commit dbbe1a8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

DevTrends.MvcDonutCaching/MvcDonutCaching.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
<ErrorReport>prompt</ErrorReport>
4040
<DocumentationFile>..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile>
4141
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
43-
<SignAssembly>true</SignAssembly>
44-
</PropertyGroup>
45-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
46-
<AssemblyOriginatorKeyFile>C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.pfx</AssemblyOriginatorKeyFile>
47-
</PropertyGroup>
4842
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CI|AnyCPU'">
4943
<DebugSymbols>true</DebugSymbols>
5044
<OutputPath>bin\CI\</OutputPath>

DevTrends.MvcDonutCaching/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
[assembly: AssemblyFileVersion("1.3.0")]
1616

1717
#if RELEASE_PUBLIC
18-
[assembly: AssemblyKeyFile(@"C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.snk")]
18+
[assembly: AssemblyKeyFile(@"C:\Users\moonpyk\Documents\Clés\Code\Code.snk")]
1919
#endif

0 commit comments

Comments
 (0)