File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 24
24
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
27
+ <DocumentationFile >bin\Debug\Patterns.Autofac.XML</DocumentationFile >
27
28
</PropertyGroup >
28
29
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
30
<DebugType >pdbonly</DebugType >
Original file line number Diff line number Diff line change 24
24
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
27
+ <DocumentationFile >bin\Debug\Patterns.Testing.XML</DocumentationFile >
27
28
</PropertyGroup >
28
29
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
30
<DebugType >pdbonly</DebugType >
Original file line number Diff line number Diff line change 33
33
[ assembly: AssemblyCulture ( ProductStrings . Empty ) ]
34
34
[ assembly: ComVisible ( false ) ]
35
35
[ 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" ) ]
Original file line number Diff line number Diff line change 1
1
<#+
2
2
public int MajorVersion = 3;
3
- public int MinorVersion = 4 ;
4
- public int Revision = 4 ;
3
+ public int MinorVersion = 5 ;
4
+ public int Revision = 0 ;
5
5
public bool IsPreRelease = true;
6
6
#>
You can’t perform that action at this time.
0 commit comments