Skip to content

Commit

Permalink
Increased version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boranblok committed Jan 14, 2020
1 parent 425a2af commit d29133d
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 25 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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
Binary file added Releases/0.12.2.0.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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
4 changes: 2 additions & 2 deletions Util/conf/Default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ApiKey=APIKEY
#
# when using NzbPost you can set extra parameters for the file name field on the form as any extra form parameters that need to be submitted.
# see NzbPostFilenameParam and NzbPostExtraParams below.
NotificationType=NewznabHash
NotificationType=NzbPost

# How many times a notification attempt is performed.
# After this number of tries the upload moves to postfailed
Expand All @@ -47,7 +47,7 @@ MaxNotificationAttempts=20
# {0} by the obfuscated name of the file/folder
# {1} by the original name of the file/folder
# optionally ${ApiKey} will be replaced by the value entered above
ObfuscatedNotificationUrl=https://api.apiserver.com/api?hash={0}&name={1}&apikey=${ApiKey}
ObfuscatedNotificationUrl=http://api.test.com/nzbSubmit

# The name of the parameter on the POST form that should contain the nzb file contents.
NzbPostFilenameParam=file
Expand Down
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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[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.12.1.0.zip *
7z a ..\..\..\Releases\0.12.2.0.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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[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 @@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{41
Releases\0.11.5.0.zip = Releases\0.11.5.0.zip
Releases\0.12.0.0.zip = Releases\0.12.0.0.zip
Releases\0.12.1.0.zip = Releases\0.12.1.0.zip
Releases\0.12.2.0.zip = Releases\0.12.2.0.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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]

0 comments on commit d29133d

Please sign in to comment.