Skip to content

Commit 3a29844

Browse files
committed
Creating a Release.Public build profile, preparing next release for assembly signing.
Updated the README.txt file to reflect project home changes.
1 parent 4f2d69a commit 3a29844

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

DevTrends.MvcDonutCaching/DevTrends.MvcDonutCaching.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' ">
34+
<OutputPath>..\nuget\lib\net40\</OutputPath>
35+
<DefineConstants>TRACE;RELEASE_PUBLIC</DefineConstants>
36+
<Optimize>true</Optimize>
37+
<DebugType>pdbonly</DebugType>
38+
<PlatformTarget>AnyCPU</PlatformTarget>
39+
<ErrorReport>prompt</ErrorReport>
40+
<DocumentationFile>..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile>
41+
</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>
3348
<ItemGroup>
3449
<Reference Include="System" />
3550
<Reference Include="System.configuration" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Getting started with DevTrends.MvcDonutCaching
22
----------------------------------------------
33

4-
Find out how to use DevTrends.MvcDonutCaching by visiting http://mvcdonutcaching.codeplex.com/
4+
Find out how to use DevTrends.MvcDonutCaching by visiting https://github.com/moonpyk/mvcdonutcaching
55

6-
Please report all bugs and feature requests on CodePlex.
6+
Please report all bugs and feature requests on GitHub.

0 commit comments

Comments
 (0)