Skip to content

Commit 6e08c13

Browse files
Bumped version to 1.0.2
1 parent 19bacae commit 6e08c13

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
2-
using System.Resources;
32
using System.Reflection;
3+
using System.Resources;
4+
using Linq.Extras.Properties;
45

56
[assembly: AssemblyTitle("Linq.Extras")]
67
[assembly: AssemblyDescription("A set of helper and extension methods to complement the System.Linq namespace.")]
@@ -11,6 +12,14 @@
1112
[assembly: AssemblyTrademark("")]
1213
[assembly: AssemblyCulture("")]
1314
[assembly: NeutralResourcesLanguage("en")]
14-
[assembly: CLSCompliant(true)]
15-
[assembly: AssemblyVersion("1.0.1.0")]
16-
[assembly: AssemblyFileVersion("1.0.1.0")]
15+
[assembly: CLSCompliant(true)]
16+
[assembly: AssemblyVersion(VersionInfo.Version)]
17+
[assembly: AssemblyFileVersion(VersionInfo.Version)]
18+
19+
namespace Linq.Extras.Properties
20+
{
21+
static class VersionInfo
22+
{
23+
public const string Version = "1.0.2.0";
24+
}
25+
}

NuGet/Linq.Extras.nuspec

132 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)