Skip to content

Commit 92e2e83

Browse files
committed
Increment revision number for nuspec file change.
1 parent 312698b commit 92e2e83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<MajorVersion>0</MajorVersion>
1313
<MinorVersion>2</MinorVersion>
14-
<Build>1</Build>
14+
<Build>2</Build>
1515
<Revision>0</Revision>
1616
<PackagePrereleaseSuffix></PackagePrereleaseSuffix>
1717

common/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.2.1.0")]
28-
[assembly: AssemblyFileVersion("0.2.1.0")]
27+
[assembly: AssemblyVersion("0.2.2.0")]
28+
[assembly: AssemblyFileVersion("0.2.2.0")]

0 commit comments

Comments
 (0)