Skip to content

Commit 395da89

Browse files
committed
3.5 beta release: updating project metadata
1 parent c73f781 commit 395da89

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

src/Patterns.Autofac/Patterns.Autofac.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27+
<DocumentationFile>bin\Debug\Patterns.Autofac.XML</DocumentationFile>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<DebugType>pdbonly</DebugType>

src/Patterns.Testing/Patterns.Testing.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27+
<DocumentationFile>bin\Debug\Patterns.Testing.XML</DocumentationFile>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<DebugType>pdbonly</DebugType>

src/Patterns/SolutionAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
[assembly: AssemblyCulture(ProductStrings.Empty)]
3434
[assembly: ComVisible(false)]
3535
[assembly: NeutralResourcesLanguage("en-US")]
36-
[assembly: AssemblyVersion("3.4.4")]
37-
[assembly: AssemblyFileVersion("3.4.4.0")]
38-
[assembly: AssemblyInformationalVersion("3.4.4-beta")]
36+
[assembly: AssemblyVersion("3.5.0")]
37+
[assembly: AssemblyFileVersion("3.5.0.0")]
38+
[assembly: AssemblyInformationalVersion("3.5.0-beta")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#+
22
public int MajorVersion = 3;
3-
public int MinorVersion = 4;
4-
public int Revision = 4;
3+
public int MinorVersion = 5;
4+
public int Revision = 0;
55
public bool IsPreRelease = true;
66
#>

0 commit comments

Comments
 (0)