Skip to content

Commit 7b6904d

Browse files
committed
version bump due to Synapse.Core bug fix
1 parent 51dcf56 commit 7b6904d

7 files changed

Lines changed: 15 additions & 3 deletions

File tree

Synapse.NodeService.HttpClient/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion( "0.1.0.0" )]
36-
[assembly: AssemblyFileVersion( "0.1.0.0" )]
36+
[assembly: AssemblyFileVersion( "0.1.0.1" )]

Synapse.NodeService.cli/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion( "0.1.0.0" )]
36-
[assembly: AssemblyFileVersion( "0.1.0.0" )]
36+
[assembly: AssemblyFileVersion( "0.1.0.1" )]

Synapse.NodeService.cli/Synapse.NodeService.cli.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<ApplicationIcon>syn_logo_icon.ico</ApplicationIcon>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="Synapse.Common, Version=0.0.0.5, Culture=neutral, PublicKeyToken=a6de1cc56b73f982, processorArchitecture=MSIL">
3740
<SpecificVersion>False</SpecificVersion>
@@ -68,6 +71,9 @@
6871
<Name>Synapse.NodeService</Name>
6972
</ProjectReference>
7073
</ItemGroup>
74+
<ItemGroup>
75+
<Content Include="syn_logo_icon.ico" />
76+
</ItemGroup>
7177
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7278
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7379
Other similar extension points exist, see Microsoft.Common.targets.
30.5 KB
Binary file not shown.

Synapse.NodeService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737
[assembly: AssemblyVersion( "0.1.0.0" )]
38-
[assembly: AssemblyFileVersion( "0.1.0.0" )]
38+
[assembly: AssemblyFileVersion( "0.1.0.1" )]

Synapse.NodeService/Synapse.NodeService.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
<Prefer32Bit>false</Prefer32Bit>
3636
</PropertyGroup>
37+
<PropertyGroup>
38+
<ApplicationIcon>syn_logo_icon.ico</ApplicationIcon>
39+
</PropertyGroup>
3740
<ItemGroup>
3841
<Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
3942
<HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
@@ -84,6 +87,9 @@
8487
<DependentUpon>SynapseNodeService.cs</DependentUpon>
8588
</EmbeddedResource>
8689
</ItemGroup>
90+
<ItemGroup>
91+
<Content Include="syn_logo_icon.ico" />
92+
</ItemGroup>
8793
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8894
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8995
Other similar extension points exist, see Microsoft.Common.targets.
30.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)