Skip to content

Commit d29133d

Browse files
committed
Increased version to 0.12.2
1 parent 425a2af commit d29133d

File tree

15 files changed

+26
-25
lines changed

15 files changed

+26
-25
lines changed

ExternalProcessWrappers/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

LoggingExtensions/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

PostingNntpClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

Releases/0.12.2.0.zip

846 KB
Binary file not shown.

TestLoggingExtensions/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]
3737
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]

Util/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

Util/conf/Default.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ApiKey=APIKEY
3535
#
3636
# 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.
3737
# see NzbPostFilenameParam and NzbPostExtraParams below.
38-
NotificationType=NewznabHash
38+
NotificationType=NzbPost
3939

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

5252
# The name of the parameter on the POST form that should contain the nzb file contents.
5353
NzbPostFilenameParam=file

VideoFileRenamer/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]
3737
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]

nntpAutoPosterWindowsService/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]
3737
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]

nntpAutoposter/PackageRelease.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7z a ..\..\..\Releases\0.12.1.0.zip *
1+
7z a ..\..\..\Releases\0.12.2.0.zip *

nntpAutoposter/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]
3737
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]

nntpPoster.sln

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{41
3030
Releases\0.11.5.0.zip = Releases\0.11.5.0.zip
3131
Releases\0.12.0.0.zip = Releases\0.12.0.0.zip
3232
Releases\0.12.1.0.zip = Releases\0.12.1.0.zip
33+
Releases\0.12.2.0.zip = Releases\0.12.2.0.zip
3334
Releases\0.7.0.zip = Releases\0.7.0.zip
3435
Releases\0.7.1.zip = Releases\0.7.1.zip
3536
Releases\0.7.2.zip = Releases\0.7.2.zip

nntpPoster/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

rarTester/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

yEncLib/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.12.1.0")]
36-
[assembly: AssemblyFileVersion("0.12.1.0")]
35+
[assembly: AssemblyVersion("0.12.2.0")]
36+
[assembly: AssemblyFileVersion("0.12.2.0")]

0 commit comments

Comments
 (0)