Skip to content

Commit

Permalink
Increased version to 0.11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boranblok committed May 9, 2018
1 parent fca5209 commit 9cf0cba
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions ExternalProcessWrappers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
4 changes: 2 additions & 2 deletions LoggingExtensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
4 changes: 2 additions & 2 deletions PostingNntpClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
Binary file added Releases/0.11.4.1.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions TestLoggingExtensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
4 changes: 2 additions & 2 deletions Util/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
4 changes: 2 additions & 2 deletions VideoFileRenamer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
4 changes: 2 additions & 2 deletions nntpAutoPosterWindowsService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
2 changes: 1 addition & 1 deletion nntpAutoposter/PackageRelease.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7z a ..\..\..\Releases\0.11.4.0.zip *
7z a ..\..\..\Releases\0.11.4.1.zip *
4 changes: 2 additions & 2 deletions nntpAutoposter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
1 change: 1 addition & 0 deletions nntpPoster.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{41
Releases\0.11.3.3.zip = Releases\0.11.3.3.zip
Releases\0.11.3.zip = Releases\0.11.3.zip
Releases\0.11.4.0.zip = Releases\0.11.4.0.zip
Releases\0.11.4.1.zip = Releases\0.11.4.1.zip
Releases\0.7.0.zip = Releases\0.7.0.zip
Releases\0.7.1.zip = Releases\0.7.1.zip
Releases\0.7.2.zip = Releases\0.7.2.zip
Expand Down
4 changes: 2 additions & 2 deletions nntpPoster/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
4 changes: 2 additions & 2 deletions rarTester/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]
4 changes: 2 additions & 2 deletions yEncLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.4.1")]
[assembly: AssemblyFileVersion("0.11.4.1")]

0 comments on commit 9cf0cba

Please sign in to comment.