Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 1e760eb

Browse files
committed
update icon
1 parent 7e38955 commit 1e760eb

13 files changed

+15
-13
lines changed

Analogy.Implementation.KafkaProvider.Example/Analogy.Implementation.KafkaProvider.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.1.5" />
12+
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.1.5.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Analogy.Implementation.KafkaProvider/Analogy.Implementation.KafkaProvider.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.1.3</Version>
5+
<Version>0.1.4</Version>
66
<Authors>Lior Banai</Authors>
77
<Company>Lior Banai</Company>
88
<Product>Analogy.Implementation.KafkaProvider</Product>
9+
<ApplicationIcon>Analogy_logo1.ico</ApplicationIcon>
910
</PropertyGroup>
1011

1112
<ItemGroup>
12-
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.1.5" />
13+
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.1.5.1" />
1314
<PackageReference Include="Confluent.Kafka" Version="1.2.2" />
1415
</ItemGroup>
1516

Analogy.Implementation.KafkaProvider/Analogy.Implementation.KafkaProvider.nuspec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Analogy.LogViewer.KafkaProvider</id>
5-
<version>0.1.3</version>
5+
<version>0.1.4</version>
66
<title>Analogy Log Viewer Kafka Provider</title>
77
<authors>Lior Banai</authors>
88
<owners>Lior Banai</owners>
@@ -14,16 +14,16 @@
1414
<releaseNotes>Initial Proof of concept for creating Kafka data provider (both producer and consumer) For Analogy. See github page</releaseNotes>
1515
<copyright>Copyright 2019 Lior Banai</copyright>
1616
<tags></tags>
17-
<dependencies>
18-
<group targetFramework="netstandard2.0">
19-
<dependency id="Analogy.LogViewer.Interfaces" version="2.1.5" />
20-
<dependency id="Confluent.Kafka" version="1.2.2" />
21-
</group>
22-
</dependencies>
17+
<dependencies>
18+
<group targetFramework="netstandard2.0">
19+
<dependency id="Analogy.LogViewer.Interfaces" version="2.1.5" />
20+
<dependency id="Confluent.Kafka" version="1.2.2" />
21+
</group>
22+
</dependencies>
2323
</metadata>
2424
<files>
25-
<file src="bin\Release\netstandard2.0\Analogy.Implementation.KafkaProvider.dll" target="lib\netstandard2.0\Analogy.Implementation.KafkaProvider.dll" />
25+
<file src="bin\Release\netstandard2.0\Analogy.Implementation.KafkaProvider.dll" target="lib\netstandard2.0\Analogy.Implementation.KafkaProvider.dll" />
2626
<file src="bin\Release\netstandard2.0\Analogy.Implementation.KafkaProvider.deps.json" target="lib\netstandard2.0\Analogy.Implementation.KafkaProvider.deps.json" />
27-
<file src="icon.png" target="" />
28-
</files>
27+
<file src="icon.png" target="" />
28+
</files>
2929
</package>
200 KB
Binary file not shown.
251 KB
Loading

Assets/Analogy_Icon2.ico

3.19 KB
Binary file not shown.

Assets/Analogy_Icon2_16x16.ico

894 Bytes
Binary file not shown.

Assets/Analogy_icon1.ico

3.19 KB
Binary file not shown.

Assets/Analogy_icon1_16x16.ico

894 Bytes
Binary file not shown.

Assets/Analogy_logo1.ico

200 KB
Binary file not shown.

0 commit comments

Comments
 (0)