Skip to content

Commit cc4c858

Browse files
committed
INCR and deploy 1.03 to NuGet
1 parent a85030f commit cc4c858

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/ServiceStack.Logging.Elmah/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.0.2")]
40-
[assembly: AssemblyFileVersion("1.0.2")]
39+
[assembly: AssemblyVersion("1.0.3")]
40+
[assembly: AssemblyFileVersion("1.0.3")]

src/ServiceStack.Logging.EventLog/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.2")]
40-
[assembly: AssemblyFileVersion("1.0.2")]
39+
[assembly: AssemblyVersion("1.0.3")]
40+
[assembly: AssemblyFileVersion("1.0.3")]

src/ServiceStack.Logging.Log4Net/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.2")]
40-
[assembly: AssemblyFileVersion("1.0.2")]
39+
[assembly: AssemblyVersion("1.0.3")]
40+
[assembly: AssemblyFileVersion("1.0.3")]

src/ServiceStack.Logging.Log4Netv129/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
//
3737
// You can specify all the values or you can default the Revision and Build Numbers
3838
// by using the '*' as shown below:
39-
[assembly: AssemblyVersion("1.0.2")]
40-
[assembly: AssemblyFileVersion("1.0.2")]
39+
[assembly: AssemblyVersion("1.0.3")]
40+
[assembly: AssemblyFileVersion("1.0.3")]

src/ServiceStack.Logging.NLog/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("1.0.2")]
41-
[assembly: AssemblyFileVersion("1.0.2")]
40+
[assembly: AssemblyVersion("1.0.3")]
41+
[assembly: AssemblyFileVersion("1.0.3")]

0 commit comments

Comments
 (0)