Skip to content

Commit

Permalink
Updated version to 0.7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boranblok committed Aug 18, 2016
1 parent c556b79 commit 61621eb
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 258 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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
Binary file added Releases/0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
25 changes: 0 additions & 25 deletions nntpAutoPosterWindowsService/nntpAutoPosterWindowsService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,6 @@
<Link>App.Release.config</Link>
<DependentUpon>App.config</DependentUpon>
</None>
<None Include="..\nntpAutoposter\settings.config">
<Link>settings.config</Link>
<TransformOnBuild>true</TransformOnBuild>
<SubType>Designer</SubType>
</None>
<None Include="..\nntpAutoposter\settings.Debug.config">
<Link>settings.Debug.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Mono.config">
<Link>settings.Mono.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Package.config">
<Link>settings.Package.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Release.config">
<Link>settings.Release.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="init.d.sh">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
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.7.2.zip *
7z a ..\..\..\Releases\0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4netConfig.xml", Watch = true)]
21 changes: 0 additions & 21 deletions nntpAutoposter/nntpAutoposter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,6 @@
<SubType>Designer</SubType>
</None>
<None Include="Properties\SlowCheetah\SlowCheetah.Transforms.targets" />
<None Include="settings.Debug.config">
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
<SubType>Designer</SubType>
</None>
<None Include="settings.Mono.config">
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
<SubType>Designer</SubType>
</None>
<None Include="settings.Package.config">
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="settings.Release.config">
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="start.sh">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand All @@ -171,9 +153,6 @@
<None Include="log4netConfig.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="settings.config">
<TransformOnBuild>true</TransformOnBuild>
</None>
<Content Include="dbScripts\3.1.sql">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
162 changes: 0 additions & 162 deletions nntpAutoposter/settings.config

This file was deleted.

5 changes: 3 additions & 2 deletions nntpPoster.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nntpPoster", "nntpPoster\nntpPoster.csproj", "{52EDE790-8BC6-4CF3-AAF5-A2EA7A281F30}"
EndProject
Expand Down Expand Up @@ -39,6 +39,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{41
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
Releases\0.7.3.zip = Releases\0.7.3.zip
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nntpAutoPosterWindowsService", "nntpAutoPosterWindowsService\nntpAutoPosterWindowsService.csproj", "{523CACA4-A579-45D1-84F9-A3A9695D21BD}"
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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]
25 changes: 0 additions & 25 deletions nntpPoster/nntpPoster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,31 +88,6 @@
<Compile Include="UsenetPoster.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\nntpAutoposter\settings.config">
<Link>settings.config</Link>
<TransformOnBuild>true</TransformOnBuild>
<SubType>Designer</SubType>
</None>
<None Include="..\nntpAutoposter\settings.Debug.config">
<Link>settings.Debug.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Mono.config">
<Link>settings.Mono.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Package.config">
<Link>settings.Package.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="..\nntpAutoposter\settings.Release.config">
<Link>settings.Release.config</Link>
<DependentUpon>settings.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
<None Include="App.config">
<SubType>Designer</SubType>
<TransformOnBuild>true</TransformOnBuild>
Expand Down
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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.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.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]

0 comments on commit 61621eb

Please sign in to comment.