Skip to content

Commit 1779cea

Browse files
committed
v1.3.0.0 version number
1 parent dd38f43 commit 1779cea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Sandboxberry/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyConfiguration("")]
2828
[assembly: AssemblyCompany("")]
2929
[assembly: AssemblyProduct("Sandboxberry")]
30-
[assembly: AssemblyCopyright("Copyright © 2014")]
30+
[assembly: AssemblyCopyright("Copyright © 2017")]
3131
[assembly: AssemblyTrademark("")]
3232
[assembly: AssemblyCulture("")]
3333

@@ -49,8 +49,8 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.2.0.0")]
53-
[assembly: AssemblyFileVersion("1.2.0.0")]
52+
[assembly: AssemblyVersion("1.3.0.0")]
53+
[assembly: AssemblyFileVersion("1.3.0.0")]
5454

5555

5656
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "logging.config", Watch = true)]

SandboxberryLib/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[assembly: AssemblyConfiguration("")]
2828
[assembly: AssemblyCompany("")]
2929
[assembly: AssemblyProduct("SandboxberryLib")]
30-
[assembly: AssemblyCopyright("Copyright © 2014")]
30+
[assembly: AssemblyCopyright("Copyright © 2017")]
3131
[assembly: AssemblyTrademark("")]
3232
[assembly: AssemblyCulture("")]
3333

@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.2.0.0")]
53-
[assembly: AssemblyFileVersion("1.2.0.0")]
52+
[assembly: AssemblyVersion("1.3.0.0")]
53+
[assembly: AssemblyFileVersion("1.3.0.0")]

0 commit comments

Comments
 (0)