Skip to content

Commit 03472f5

Browse files
committed
Updating assembly version to 2.0.3.4000
1 parent 6a2019e commit 03472f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/NHibernate.Search/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
[assembly : AssemblyCompanyAttribute("NHibernate.org")]
1818
[assembly : AssemblyProductAttribute("NHibernate.Search")]
1919
[assembly : AssemblyCopyrightAttribute("Licensed under LGPL.")]
20-
[assembly : AssemblyVersionAttribute("2.0.2.4000")]
21-
[assembly : AssemblyInformationalVersionAttribute("2.0.2.4000")]
22-
[assembly: AssemblyFileVersionAttribute("2.0.2.4000")]
20+
[assembly : AssemblyVersionAttribute("2.0.3.4000")]
21+
[assembly : AssemblyInformationalVersionAttribute("2.0.3.4000")]
22+
[assembly: AssemblyFileVersionAttribute("2.0.3.4000")]
2323
//[assembly : AssemblyKeyFileAttribute("../../src/NHibernate.snk")]
2424
[assembly : AssemblyDelaySignAttribute(false)]

src/NHibernate.Search/NHibernate.Search.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<Reference Include="System.Xml" />
8383
</ItemGroup>
8484
<ItemGroup>
85+
<Compile Include="AssemblyInfo.cs" />
8586
<Compile Include="Attributes\AnalyzerAttribute.cs" />
8687
<Compile Include="Attributes\BoostAttribute.cs" />
8788
<Compile Include="Attributes\BridgeParameterAttribute.cs" />

0 commit comments

Comments
 (0)